0

I'm working on Android application in CentOS environment.
Someday ago, I already upgraded OpenSSL verion from 1.0.1h -> 1.0.2g
Version checking command is working fine!

openssl version
OpenSSL 1.0.2g 1 Mar 2016

However, after application is built I check the OpenSSL version inside the app. It's still using the old version of OpenSSL.

unzip -p myApp.apk | strings | grep "OpenSSl"

A lot of string related to "1.0.1h" is showing

Has anyone seen this problem ?
Thanks

Bulma
  • 990
  • 3
  • 16
  • 35
  • [Google Play and OpenSSL warning message](http://stackoverflow.com/q/24197777) or [How to check which dependancy causes OpenSSL vulnerability](http://stackoverflow.com/q/38187257). – jww Jul 15 '16 at 16:56
  • Thank you so much ! – Bulma Jul 20 '16 at 03:09

0 Answers0