SQLITE_ENABLE_UPDATE_DELETE_LIMIT was missing on mobile.
Align the options more closely to the node library.
Co-authored-by: hrb-hub <hrb-hub@users.noreply.github.com>
Caused by a bug in OpenSSL:
b7f6519229
The code for AES was reading from invalid place in memory instead of
static memory region.
Bump OpenSSL used in sqlcipher-android to 3.5.1.
Fix#9224
Co-authored-by: ivk <ivk@tutao.de>