This morning i got a Mail from google's developer console that i'm using a version of OpenSSL that is open to security vulnerabilities.
Actually I'm just maintaining the code and i haven't developer it rather. However, I am supposed to fix this issue.
I would like to know how to update open SSL to the latest supported version in my Android application.
Tried searching a lot, but have not how to do so in an Android application.
This would be a solution for all the developers who got the same Mail this morning.
Thanks in advance.
OpenSSL is also used in some Android applications that require cryptography functions. Usually, Android developers use the Native Development Kit (NDK) to compile the source code into a native library and package it into your APK.
I would like to know how to update open SSL to the latest supported version in my Android application.
Note: your shared object must use static linking against OpenSSL (libssl.a
and libcrypto.a
). You cannot link your shared object against the OpenSSL shared objects. If you link against 1.0.2 shared objects, then Android's Zygote (the parent of all processes), will load its down-level version and your 1.0.2 version will never load.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With