【问题标题】:Google Play and OpenSSL vulnerability warningGoogle Play 和 OpenSSL 漏洞警告
【发布时间】:2016-10-18 17:01:59
【问题描述】:

当我向 Google Play 提交新 APK 时,我的 APK 被拒绝并显示以下消息:

Vulnerability   APK Version(s)
OpenSSL
The vulnerabilities were fixed in OpenSSL versions beginning with 1.0.1h, 1.0.0m, and 0.9.8za.
To confirm your OpenSSL version, you can do a grep via:

$ unzip -p YourApp.apk | strings | grep "OpenSSL"

我检查了我的 APK,它使用的是 1.0.1c 版本的 OpenSSL。但从 Android 6.0 开始,Google recommends using BoringSSL instead of OpenSSL.

我现在该怎么办?

【问题讨论】:

标签: android ssl openssl google-play boringssl


【解决方案1】:

根据link,更新OpenSSL版本到最新就够了。另外,如果需要,您可以使用 BoringSSL,herehere 是有用的链接。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-08-03
    • 1970-01-01
    • 2016-06-13
    • 1970-01-01
    • 2016-07-23
    • 2019-04-05
    • 1970-01-01
    相关资源
    最近更新 更多