Google 播放心脏出血警告问题

Heart bleed warning issue by Google play

我已将我的应用程序上传到 Google Play(2014 年 12 月)。一段时间后,我收到了来自 Google Play that 的警告。

"We wanted to let you know that your application is statically linking against a version of OpenSSL that has multiple security vulnerabilities for users. Please migrate your app to an updated version of 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""

Now someone please explain how i can see the OpenSSL version that my app is using.here i saw that i can check it but it is not showing my app in list using any OpenSSL. I used above method

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

但对我来说不起作用。

有人请帮助如何检测我的应用程序的 OpenSSL 版本。

我知道 here 存在同样的问题。但我的问题是,如何查看我的应用程序的 OpenSSL 版本?

在您的 APK 中搜索 OpenSSL 文件