-3

I have uploaded my application on Google Play (December 2014).After some time i got the warning from 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""

But not working in my case.

Someone please help how to detect the OpenSSL version of my application.

I know here the same question is exists. But my problem is, How can i see my app's OpenSSL version?

Community
  • 1
  • 1
SRB Bans
  • 3,096
  • 1
  • 10
  • 21

1 Answers1

0

Search for the OpenSSL file in your APK

Cyprien Aubry
  • 641
  • 8
  • 19