SHA256
1
0
forked from pool/sqlcipher

Commit Graph

  • 8b7b3db20d Accepting request 1188968 from server:database factory Ana Guerrero 2024-07-22 15:18:55 +00:00
  • a1ad669f97 - Update to version 4.6.0: * Sets default log level to WARN * Sends default log output to: logcat for Android; Console for iOS and macOS; and stderr for all other platforms * General improvements to log level assignments, output, and sanitization * Fixes Apple Privacy Manifest by removing empty NSPrivacyCollectedDataType from PrivacyInfo.xcprivacy * Moves Swift support defines for podspec user_target_xcconfig so they only apply to the consuming project devel Martin Pluskal 2024-07-22 09:05:45 +00:00
  • 34367a5a9a Accepting request 1144631 from server:database Ana Guerrero 2024-02-06 15:35:56 +00:00
  • 0500d38040 Accepting request 1144619 from home:amanzini:branches:server:database Martin Pluskal 2024-02-06 14:18:58 +00:00
  • 012b470dd9 Accepting request 1126246 from server:database Ana Guerrero 2023-11-15 20:08:32 +00:00
  • f408b4727b - Update to version 4.5.5: * Updates baseline to upstream SQLite 3.42.0 * Does not allow key to be set again on a connection after it has been successfully used for an encryption or decryption operation to prevent accidental database corruption * Raises an error if a rekey operation is attempted on an unencrypted database * Raises an error when a key or rekey operation is passed an empty key * Minor improvements to constant time functions * Miscellaneous code and comment cleanup Martin Pluskal 2023-11-14 16:34:40 +00:00
  • b054a70aca Accepting request 1087742 from server:database Dominique Leuenberger 2023-05-18 13:19:45 +00:00
  • c04fcdd32f - Update to version 4.5.4: * Updates baseline to upstream SQLite 3.41.2 * Updates minimum Apple SDK versions in podspec for new Xcode compatibility * Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value) * Adds guard against zero block size and crash if cryptographic provider initialization fails * When an ATTACH occurs creating a new encrypted database as the first operation after keying the main database, the new database will have the same salt value. Martin Pluskal 2023-05-18 06:20:28 +00:00
  • 33325ad579 Accepting request 1070162 from server:database Dominique Leuenberger 2023-03-08 13:53:58 +00:00
  • cfacf9dafb OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=35 Martin Pluskal 2023-03-08 11:30:49 +00:00
  • d6a3a0ad39 - Build AVX2 enabled hwcaps library for x86_64-v3 Martin Pluskal 2023-03-08 10:29:24 +00:00
  • 159a3322d6 Accepting request 1045223 from server:database Dominique Leuenberger 2022-12-24 17:01:55 +00:00
  • 1074f84a29 Accepting request 1045054 from home:dirkmueller:Factory Martin Pluskal 2022-12-24 15:07:07 +00:00
  • 29f46175fa Accepting request 998777 from server:database Dominique Leuenberger 2022-08-23 12:30:01 +00:00
  • 5b049f2712 Accepting request 997607 from home:dirkmueller:Factory Martin Pluskal 2022-08-23 08:58:25 +00:00
  • ce6d097e9f Accepting request 964496 from server:database Dominique Leuenberger 2022-03-24 21:58:16 +00:00
  • cec81c5a9f Accepting request 964491 from home:dirkmueller:Factory Martin Pluskal 2022-03-24 07:58:56 +00:00
  • b15832a5a6 Accepting request 952885 from server:database Dominique Leuenberger 2022-02-09 19:39:39 +00:00
  • d48323d348 - More relaxed dependencies on tcl (boo#1195711) Martin Pluskal 2022-02-09 09:05:36 +00:00
  • 52aabca1ac Accepting request 940228 from server:database Dominique Leuenberger 2021-12-13 19:44:59 +00:00
  • 55929b4ea2 - Update to version 4.5.0: * Updates baseline to upstream SQLite 3.36.0 * Changes the enhanced memory security feature to be DISABLED by default; once enabled by PRAGMA cipher_memory_security = ON, it can't be turned off for the lifetime of the process * Changes PRAGMA cipher_migrate to permanently enter an error state if a migration fails * Fixes memory locking/unlocking issue with realloc implementation on hardened runtimes when memory security is enabled * Fixes cipher_migrate to cleanup the temporary database if a migration fails * Removes logging of non-string pointers when compiling with trace level logging Martin Pluskal 2021-12-13 12:28:02 +00:00
  • 29f7e793bb Accepting request 884895 from server:database Dominique Leuenberger 2021-04-14 08:11:04 +00:00
  • 84da4fbfe3 - Update to version 4.4.3: * Updates baseline to ustream SQLite 3.34.1 * Fixes sqlcipher_export handling of NULL parameters * Removes randomization of rekey-delete tests to avoid false test failures * Changes internal usage of sqlite_master to sqlite_schema * Omits unusued profiling function under certain defines to avoid compiler warnings Martin Pluskal 2021-04-13 09:14:59 +00:00
  • 4740b9ad41 Accepting request 867647 from server:database Dominique Leuenberger 2021-01-29 13:57:22 +00:00
  • 0e8e6dd47e Accepting request 867604 from home:dirkmueller:branches:server:database Martin Pluskal 2021-01-29 07:21:18 +00:00
  • c0378312be Accepting request 844223 from server:database Dominique Leuenberger 2020-10-27 18:01:19 +00:00
  • d3d7491805 Accepting request 844058 from home:dirkmueller:branches:server:database Martin Pluskal 2020-10-27 07:52:43 +00:00
  • f8c763583f Accepting request 794832 from server:database Dominique Leuenberger 2020-04-17 22:31:56 +00:00
  • 02a3c0af10 - Update to version 4.3.0: * Updates baseline to upstream SQLite 3.30.1 * PRAGMA key now returns text result value "ok" after execution * Adjusts backup API so that encrypted to encrypted backups are permitted * Adds NSS crypto provider implementation * Fixes OpenSSL provider compatibility with BoringSSL * Separates memory related traces to reduce verbosity of logging * Fixes output of PRAGMA cipher_integrity_check on big endian platforms * Cryptograpic provider interface cleanup * Rework of mutex allocation and management * Resolves miscellaneous build warnings * Force error state at database pager level if SQLCipher initialization fails Martin Pluskal 2020-04-17 09:19:12 +00:00
  • 662469051e Accepting request 742858 from server:database Dominique Leuenberger 2019-11-26 15:50:29 +00:00
  • 20ca8e72ba - Update to version 4.2.0: * Adds PRAGMA cipher_integrity_check to perform independent verification of page HMACs * Updates baseline to upstream SQLite 3.28.0 * Improves PRAGMA cipher_migrate to handle keys containing non-terminating zero bytes Martin Pluskal 2019-10-25 12:00:39 +00:00
  • a9d825c5cf Accepting request 704060 from server:database Dominique Leuenberger 2019-05-20 08:30:16 +00:00
  • fdab0082ba Accepting request 702587 from home:polslinux:branches:server:database Martin Pluskal 2019-05-19 16:17:41 +00:00
  • 1ab6d83743 Accepting request 598025 from server:database Dominique Leuenberger 2018-04-19 13:32:33 +00:00
  • 859061e6b2 - Cleanup with spec-cleaner - Rename tcl binding package - Adjust dependencies of tcl bindings Martin Pluskal 2018-04-19 07:20:52 +00:00
  • 6e9cb47324 Accepting request 597834 from home:ecsos:messenger:tox Martin Pluskal 2018-04-19 07:05:07 +00:00
  • cc20a7682d Accepting request 482739 from server:database Yuchen Lin 2017-04-11 07:33:41 +00:00
  • 7f546cb4f1 * Added support for OpenSSL 1.1.0 * Merged upstream SQLite 3.15.2 Martin Pluskal 2017-03-26 12:30:56 +00:00
  • a0d87ea37b Accepting request 482732 from home:ecsos:tox Martin Pluskal 2017-03-26 12:30:26 +00:00
  • 7300d86b65 Accepting request 390586 from server:database Dominique Leuenberger 2016-04-28 14:54:47 +00:00
  • 76eb2e7f95 - Use pretty name for tarball Martin Pluskal 2016-04-18 15:10:16 +00:00
  • b1cb557dda Accepting request 390565 from home:ecsos:tox Martin Pluskal 2016-04-18 15:05:07 +00:00
  • b8cd08ee17 Accepting request 357739 from server:database Dominique Leuenberger 2016-02-17 09:24:22 +00:00
  • bd57c44b31 - Use optflags - Fix building of tcl support on SLE11 Martin Pluskal 2016-02-04 14:39:43 +00:00
  • 8b074c2f6c OBS-URL: https://build.opensuse.org/package/show/server:database/sqlcipher?expand=0&rev=2 Martin Pluskal 2015-12-20 15:47:33 +00:00
  • b8bacb3d5d Accepting request 349891 from home:pluskalm Martin Pluskal 2015-12-20 15:30:17 +00:00