Stephen Lombardo
1bb4737da2
adds PRAGMA default_cipher_plaintext_header_size and tests
2018-01-18 10:22:12 -05:00
Stephen Lombardo
a7c459aa77
implementation of PRAGMAs cipher_plaintext_header_sz and cipher_salt
2018-01-17 14:20:41 -05:00
Nick Parker
821782a23b
Adjust error text for SQLITE_ERROR and SQLITE_NOTADB occurrences
2017-09-29 14:28:00 -05:00
Nick Parker
8cb1e8d956
Bump version in cipher_version test
2017-09-29 11:31:27 -05:00
Nick Parker
e48b328fb9
Simplify sqlcipher_export tracing test
2017-05-25 13:56:02 -05:00
Nick Parker
8a43a6273a
Fix sqlcipher_export & cipher_migrate when tracing API used
2017-05-25 13:44:23 -05:00
Nick Parker
5f00cf1df0
Update cipher_version test to 3.4.1
2016-12-22 09:42:16 -06:00
Nick Parker
26ac02ed18
Adjust path to test databases for tests
2016-12-09 11:50:14 -06:00
Nick Parker
c1f7fe783c
Prevent writing database with cipher set to invalid value
2016-05-25 16:37:54 -05:00
Nick Parker
d1e1e72fb0
Adjust cipher_version test for 3.3.1 release
2015-07-13 11:58:18 -05:00
Nick Parker
18f95ebbea
Check for valid context before using cipher_store_pass
...
Identified by Nicholas Starke
2015-04-21 14:08:41 -05:00
Nick Parker
c14afcf742
Prevent segfault when invalid cipher name provided, identified by Nicholas Starke
2015-04-16 08:57:29 -05:00
Nick Parker
4677f474b1
Bump cipher_version value in test
2015-03-20 10:49:35 -05:00
Nick Parker
a31d65d7c8
Add support for attaching databases with non-default page sizes
2015-01-29 10:39:12 -06:00
Nick Parker
c0b9920fa3
Change cipher_version test to match current version
2014-09-30 13:43:13 -05:00
Nick Parker
4e3ffe8c11
Adjust cipher version test
2014-08-18 10:13:07 -05:00
Nick Parker
90606b3d03
Add PRAGMA cipher_store_pass
...
PRAGMA cipher_store_pass allows the passphrase to remain in memory
which will allow an ATTACH statement to succeed without providing
the key value during ATTACH when both databases use the same passphrase,
but have different salt values. Previously, in order to ATTACH with
this scneario, calling ATTACH required providing the key value inline.
2014-06-13 16:18:02 -05:00
Nick Parker
8d0acdb908
Explicitly close db in tests following cipher_migrate
2013-12-06 11:34:26 -06:00
Nick Parker
8f110848f3
Adjust cipher_version test
2013-12-06 11:33:40 -06:00
Nick Parker
bba319a716
Fix for cipher_migrate on passphrases longer than 64 characters and raw keys
2013-12-06 11:03:50 -06:00
Nick Parker
200b3146a3
Adjustment to ltc crypto provider and cipher_add_random
2013-12-03 13:32:05 -06:00
Nick Parker
ccb36a07e2
Adjust file size of sqlcipher-3.0-testkey.db to 1 MB
2013-09-23 16:55:46 -05:00
Nick Parker
dac4536bad
Bumping file size of sqlcipher-2.0-beta-testkey.db to 1 MB
2013-09-23 16:51:26 -05:00
Nick Parker
85520469e2
Adjust sqlcipher-2.0-be-testkey.db to 1 MB in size
2013-09-23 16:46:34 -05:00
Nick Parker
0add35073b
Adjust file size of sqlcipher-2.0-le-testkey.db to over 1 MB
2013-09-23 16:41:34 -05:00
Nick Parker
9ef4eec581
Adjust sqlite3_test_control_pending_byte to test larger files
...
- Bump records in 1.1.8 db to increase file size to 1 MB.
2013-09-23 16:37:04 -05:00
Nick Parker
fc2fcff453
Ignore hmac read during Btree file copy
2013-09-23 11:16:12 -05:00
Nick Parker
2cb820717e
Add test to key multiple databases with pragma using different keys
2013-08-30 15:48:44 -05:00
Nick Parker
045844f0cc
Adjust codec tracing, add rekey by name test.
2013-08-30 09:49:46 -05:00
Nick Parker
480250aa82
Adding test for pragma key on attach
2013-08-30 08:26:18 -05:00
Nick Parker
432585f0f8
Adjustments due to upstream merging
2013-08-29 09:04:14 -05:00
Nick Parker
cfee6c249c
Merge branch 'attach' into kdfiter
...
Conflicts:
test/crypto.test
2013-08-13 15:27:51 -05:00
Nick Parker
6f4a0f2d8d
Adjustments to cipher_migrate
...
- And format flags when checking for exit condition
- Pass key size to sqlcipher_check_connection
- Trace version upgrade logic
2013-08-13 14:53:08 -05:00
Nick Parker
dce806aae5
Add tests for cipher_migrate
2013-08-12 15:09:11 -05:00
Stephen Lombardo
6cd1fdf60b
finalize new attach behavior
...
- key can be specified in hex as key plus salt together
- source passphrase is cleared after derivation
- key specification containing derived key and salt stored on
cipher_ctx for use in attach on an encrypted main database
when no key is provided with the attach statement
2013-07-19 12:50:14 -04:00
Nick Parker
81e487afb7
Merge remote-tracking branch 'origin/prerelease' into kdfiter
2013-07-11 16:21:00 -05:00
Stephen Lombardo
337eac9fd9
bump cipher_version to 2.2.1
2013-07-10 10:45:44 -04:00
Stephen Lombardo
5827b3d3db
Merge branch 'prerelease' into attach
2013-06-27 19:09:42 -04:00
Stephen Lombardo
a2bb641e48
64k iterations plus pragma cipher_default_kdf_iter function
2013-06-27 19:07:58 -04:00
Nick Parker
5b639be3c4
Add test for commoncrypto default cipher
2013-06-06 13:49:03 -05:00
Nick Parker
b4bb526dcb
New test procedures can check cipher provider name
...
if_built_with_openssl and if_built_with_libtomcrypt act as replacements
for do_test, only performing the test when the current sqlcipher
testfixture binary was compiled with the specific crypto library.
2013-06-05 15:21:21 -05:00
Stephen Lombardo
3703f3638e
rework attach to require explicit key
2013-05-24 16:17:15 -04:00
Nick Parker
297e94d2c2
Merge sqlite-release(3.7.17) into prerelease-integration
...
Conflicts:
src/pragma.c
2013-05-21 15:42:46 -05:00
Stephen Lombardo
cf9fb1e077
rev to 2.1.1
2012-12-07 10:56:20 -05:00
Stephen Lombardo
bea4a2c894
pragma to query cipher_hmac_pgno setting
2012-11-16 16:16:10 -05:00
Stephen Lombardo
ef3ca72e31
pragma to print hmac salt mask
2012-11-16 13:32:03 -05:00
Stephen Lombardo
c76596b12d
pragma to return fast_kdf_iter
2012-11-16 12:52:51 -05:00
Stephen Lombardo
caf3865b8b
pragmas to override hmac salt mask and allow migration of 2.0 beta databases
2012-11-16 11:13:14 -05:00
Nick Parker
45235df3f7
Adding tests for checking the cipher PRAGMA
2012-11-06 12:24:30 -06:00
Nick Parker
9c94733fb3
Adding tests for checking initial value and changes to the following
...
PRAGMAs: cipher_use_hmac, cipher_default_use_hmac, kdf_iter, cipher_page_size
2012-11-06 12:17:40 -06:00