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 maintai
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.