|
1 | 1 | # SQLCipher Change Log |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +## [4.3.0] - (November 2019 - [4.3.0 changes]) |
| 5 | +- Updates baseline to upstream SQLite 3.30.1 |
| 6 | +- PRAGMA key now returns text result value "ok" after execution |
| 7 | +- Adjusts backup API so that encrypted to encrypted backups are permitted |
| 8 | +- Adds NSS crypto provider implementation |
| 9 | +- Fixes OpenSSL provider compatibility with BoringSSL |
| 10 | +- Separates memory related traces to reduce verbosity of logging |
| 11 | +- Fixes output of PRAGMA cipher_integrity_check on big endian platforms |
| 12 | +- Cryptograpic provider interface cleanup |
| 13 | +- Resolves miscellaneous build warnings |
| 14 | + |
4 | 15 | ## [4.2.0] - (May 2019 - [4.2.0 changes]) |
5 | 16 | - Adds PRAGMA cipher_integrity_check to perform independent verification of page HMACs |
6 | 17 | - Updates baseline to upstream SQLite 3.28.0 |
@@ -145,7 +156,9 @@ All notable changes to this project will be documented in this file. |
145 | 156 | ### Security |
146 | 157 | - Change KDF iteration length from 4,000 to 64,000 |
147 | 158 |
|
148 | | -[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.2.0...prerelease |
| 159 | +[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.3.0...prerelease |
| 160 | +[4.3.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.3.0 |
| 161 | +[4.3.0 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.2.0...v4.3.0 |
149 | 162 | [4.2.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.2.0 |
150 | 163 | [4.2.0 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.1.0...v4.2.0 |
151 | 164 | [4.1.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.1.0 |
|
0 commit comments