sqlcipher / android-database-sqlcipher

Android SQLite API based on SQLCipher
https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
Other
2.73k stars 564 forks source link

Your application is using a defective version of the OpenSSL library that may cause the application to crash. #624

Closed luesky25 closed 1 year ago

luesky25 commented 1 year ago

Dear technical team,

I have used sqlcipher to encrypt the database, but when I uploaded it to Google Market, it showed the following: Defective version of OpenSSL Your application is using a defective version of the OpenSSL library that may cause the application to crash. Please update to a fixed OpenSSL version. Defective version: OpenSSL 1.1d in lib/armeabi-v7a/libsqlcipher.so

I have checked the information and found that openssl needs to be updated to the version above 1.1.1.g to avoid this problem. Please help us check as soon as possible. Thank you.

Expected Behavior

Actual Behavior

Steps to Reproduce

SQLCipher version (can be identified by executing PRAGMA cipher_version;):

SQLCipher for Android version: 4.5.3 Are you able to reproduce this issue within the SQLCipher for Android test suite? image

Note: If you are not posting a specific issue for the SQLCipher library, please post your question to the SQLCipher discuss site. Thanks!

developernotes commented 1 year ago

Hi @luesky25,

You should update your version of SQLCipher for Android. SQLCipher for Android 4.5.3 (the latest version currently) uses OpenSSL 1.1.1s for non-FIPS packages.

luesky25 commented 1 year ago

ok,thanks