您的位置:首页 > 移动开发 > Cocos引擎

cocos2d-x平台审核中遇到的openssl问题解决方案

2015-10-30 22:41 471 查看
本篇文章为转载,翻译。原文链接 http://www.cocos2d-x.org/news/286。

大家在使用cocos2d-x版本低于2.2.6版本,在提交google play or another platform的时候可能会收到邮件Or警告提醒包的openSSL加密部分有问题。

问题如下:

Hello,

One or more of your apps is running an outdated version of OpenSSL, which has multiple security vulnerabilities. You should update OpenSSL as soon as possible. For more information about the most recent security vulnerability in OpenSSL, please see http://www.openssl.org/news/secadv_20140605.txt. 
Please note, while it's unclear whether these specific issues affect your application, applications with vulnerabilities that expose users to risk of compromise may be considered “dangerous products” and subject to removal from Google Play.

Regards,
Google Play Team


问题主要是出现在curl.a的使用之上。下面为解决方案:

方案1.需要及时更新libcurl库文件。 https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin

方案2.下载库文件直接覆盖 点击打开链接

	覆盖目录为:cocos2dx/platform/android/third_party/android/prebuilt/libcurl/libs


Thanks
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: