Open ashokSF opened 7 years ago
Please replace openssl with new version
Any solution for this?
If you build the latest, it has the OpenSSL vulnerabilities patched. You can use this to check what versions are in use:
$ unzip -p YourApp.apk | strings | grep "OpenSSL"
If you’re using a 3rd party library that bundles OpenSSL, you’ll need to upgrade it to a version that bundles OpenSSL 1.0.2f/1.0.1r or higher.