@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased] [ unreleased ]
55
6+ ## [ 3.3.0] - 2015-03-25
7+ ### Added
8+ - Added FIPS API calls within the OpenSSL crpyto provider
9+ - ` PRAGMA cipher_default_page_size ` - support for attaching non-default page sizes
10+
11+ ### Changed
12+ - Merged upstream SQLite 3.8.8.3
13+
614## [ 3.2.0] - 2014-09-30
715### Added
816- Added PRAGMA cipher_store_pass
@@ -13,22 +21,22 @@ All notable changes to this project will be documented in this file.
1321
1422## [ 3.1.0] - 2014-04-23
1523### Added
16- - Added PRAGMA cipher_profile
24+ - Added ` PRAGMA cipher_profile `
1725
1826### Changed
1927- Merged upstream SQLite 3.8.4.3
2028
2129## [ 3.0.1] - 2013-12-06
2230### Added
23- - Add PRAGMA cipher_add_random to source external entropy
31+ - Add ` PRAGMA cipher_add_random ` to source external entropy
2432
2533### Changed
26- - Fix cipher_migrate to handle passphrases longer than 64 characters & raw keys
34+ - Fix ` PRAGMA cipher_migrate` to handle passphrases longer than 64 characters & raw keys
2735- Improvements to the libtomcrypt provider
2836
2937## [ 3.0.0] - 2013-11-05
3038### Added
31- - Added PRAGMA cipher_migrate to migrate older database file formats
39+ - Added ` PRAGMA cipher_migrate ` to migrate older database file formats
3240
3341### Changed
3442- Merged upstream SQLite 3.8.0.2
@@ -41,7 +49,8 @@ All notable changes to this project will be documented in this file.
4149### Security
4250- Change KDF iteration length from 4,000 to 64,000
4351
44- [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...prerelease
52+ [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...prerelease
53+ [ 3.3.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...v3.3.0
4554[ 3.2.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.1.0...v3.2.0
4655[ 3.1.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.0.1...v3.1.0
4756[ 3.0.1 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.0.0...v3.0.1
0 commit comments