On my last app update I got a security warning from Google play:
Defective OpenSSL version: Your app uses a defective version of the OpenSSL library, which can cause your app to crash. Update to a fixed version of OpenSSL. Defective versions: OpenSSL 1.1.1b
I suspect it comes from chaquopy because using this trick I could track down that most usage of OpenSSL comes from Chaquopy
https://stackoverflow.com/questions/24197777/google-play-and-openssl-warning-message
Apparently there is a fix in OpenSSL 1.1.1i or higher:
https://support.google.com/faqs/answer/12576638
I am using Chaquopy 12.0.
Could you confirm whether Chaquopy 12.0 uses OpenSSL 1.1.1.b or not?
If yes, is there a plan to publish a fix ?
On my last app update I got a security warning from Google play:
Defective OpenSSL version: Your app uses a defective version of the OpenSSL library, which can cause your app to crash. Update to a fixed version of OpenSSL. Defective versions: OpenSSL 1.1.1bI suspect it comes from chaquopy because using this trick I could track down that most usage of OpenSSL comes from Chaquopy
https://stackoverflow.com/questions/24197777/google-play-and-openssl-warning-message
Apparently there is a fix in OpenSSL 1.1.1i or higher:
https://support.google.com/faqs/answer/12576638
I am using Chaquopy 12.0.
Could you confirm whether Chaquopy 12.0 uses OpenSSL 1.1.1.b or not?
If yes, is there a plan to publish a fix ?