Stephen Lombardo
|
a0320d99b3
|
increase to 128K KDF
|
2018-08-30 13:29:31 -04:00 |
Stephen Lombardo
|
fee1153e5c
|
adjust default page size to 4096
|
2018-08-30 13:14:18 -04:00 |
Stephen Lombardo
|
1001b72e9f
|
use new API with libressl >2.7.0
|
2018-08-28 16:55:00 -04:00 |
Stephen Lombardo
|
1bc379ff31
|
explanitory comment on memory wiping
|
2018-08-28 15:47:18 -04:00 |
Stephen Lombardo
|
c7b561fab7
|
simple filtering of shell input to skip history for key and rekey statements
|
2018-08-28 15:38:02 -04:00 |
Stephen Lombardo
|
3e3f8ab353
|
implement memory wiping for all sqlite allocations
|
2018-08-28 15:12:51 -04:00 |
Stephen Lombardo
|
d5c2bec768
|
correct comment typo
|
2018-01-18 10:46:30 -05:00 |
Stephen Lombardo
|
7cf896a26c
|
update podspec to base 3.4.2
|
2018-01-18 10:44:00 -05:00 |
Stephen Lombardo
|
1bb4737da2
|
adds PRAGMA default_cipher_plaintext_header_size and tests
|
2018-01-18 10:22:12 -05:00 |
Stephen Lombardo
|
6ac99cc7e7
|
add Podspec to repo root
|
2018-01-17 16:44:51 -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
|
c6f709fca8
|
Update changelog
|
2017-12-21 13:31:28 -06:00 |
Nick Parker
|
a3f0729a0d
|
Verify in2 is not null before attempting to compute hmac
|
2017-10-13 14:51:52 -05:00 |
Nick Parker
|
5fa49b4b0e
|
Update changelog
|
2017-09-29 16:01:58 -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
|
2a0f9d1d21
|
Revert "Adjust SQLITE_NOTADB text message"
This reverts commit 6a7894b990 .
|
2017-09-29 14:11:30 -05:00 |
Nick Parker
|
a83694d917
|
Set pager getter method when error set
|
2017-09-29 14:11:21 -05:00 |
Nick Parker
|
8cb1e8d956
|
Bump version in cipher_version test
|
2017-09-29 11:31:27 -05:00 |
Nick Parker
|
320640d870
|
Remove static modifier from codec password storage functions
|
2017-09-29 11:28:05 -05:00 |
Nick Parker
|
082a7e47d1
|
Bump version number to 3.4.2
|
2017-09-27 16:33:27 -05:00 |
Nick Parker
|
6a7894b990
|
Adjust SQLITE_NOTADB text message
|
2017-09-27 16:13:21 -05:00 |
Nick Parker
|
be789e94dd
|
Merge sqlite-release(3.20.1) into prerelease-integration
|
2017-09-27 16:12:26 -05:00 |
Nick Parker
|
1f3bc22483
|
Snapshot of upstream SQLite 3.20.1
|
2017-09-27 16:07:03 -05:00 |
Stephen Lombardo
|
895a4c7144
|
Merge branch 'trace' into prerelease-merge
|
2017-08-09 14:38:34 -04:00 |
Stephen Lombardo
|
75d7dcab21
|
fix segfault in sqlcipher_cipher_ctx_cmp CODEC_TRACE during rekey
|
2017-08-09 14:37:41 -04:00 |
Stephen Lombardo
|
8bc752fb70
|
page align mlock and add tracing
|
2017-08-09 14:01:43 -04:00 |
Stephen Lombardo
|
42e067d17f
|
improvements and extensions to trace logging
|
2017-08-09 12:32:56 -04:00 |
Stephen Lombardo
|
15fb88f37b
|
Merge pull request #229 from Pinkbyte/libressl-build-fix2
Fix building with libressl
|
2017-07-10 08:48:27 -04:00 |
Sergey Popov
|
ce489ebb47
|
Fix building with libressl
|
2017-07-07 14:22:57 +03:00 |
Nick Parker
|
15bfa66d23
|
Merge pull request #226 from king6cong/patch-1
Update README.md
|
2017-06-30 08:06:16 -05:00 |
wangcong
|
c060791ea1
|
Update README.md
|
2017-06-29 02:01:30 +08: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 |
Stephen Lombardo
|
8f52dde735
|
sqlcipher_codec_hmac convenience function
|
2017-04-27 11:12:19 -04:00 |
Stephen Lombardo
|
c7c5268b5f
|
include openssl/err.h
|
2017-04-27 11:01:00 -04:00 |
Nick Parker
|
1963d489e0
|
Allow additional linker options to be passed through via command line arguments
|
2017-03-09 15:08:33 -06:00 |
Nick Parker
|
339f4d3ffe
|
Exclude cipher_profile support with SQLITE_OMIT_TRACE or SQLITE_OMIT_DEPRECATED
|
2017-03-09 13:44:34 -06:00 |
Nick Parker
|
5f9fc6f45f
|
Check cipher_page_size input for valid values
|
2017-03-01 16:06:06 -06:00 |
Nick Parker
|
1c495b933c
|
Guard OpenSSL init and cleanup routines on versions less than 1.1.0
|
2017-03-01 15:35:43 -06:00 |
Nick Parker
|
df092f0a7a
|
Update changelog
|
2016-12-28 11:39:09 -06:00 |
Nick Parker
|
5f00cf1df0
|
Update cipher_version test to 3.4.1
|
2016-12-22 09:42:16 -06:00 |
Nick Parker
|
52ba939f78
|
Default page size to 1024
|
2016-12-22 09:42:16 -06:00 |
Stephen Lombardo
|
3f990b42f3
|
Merge branch 'master' into prerelease
|
2016-12-13 15:11:55 -05:00 |
Nick Parker
|
d49f59aa87
|
Bump version to 3.4.1
|
2016-12-09 12:25:48 -06:00 |
Nick Parker
|
26ac02ed18
|
Adjust path to test databases for tests
|
2016-12-09 11:50:14 -06:00 |
Nick Parker
|
939c83a007
|
Support OpenSSL 1.1.0 and prior
|
2016-12-09 11:47:39 -06:00 |
Nick Parker
|
bae72ae4e3
|
Merge sqlite-release(3.15.2) into prerelease-integration
|
2016-12-06 13:10:27 -06:00 |
Nick Parker
|
51ec837e61
|
Snapshot of upstream SQLite 3.15.2
|
2016-12-05 14:29:15 -06:00 |
Nick Parker
|
1dd36b8384
|
Merge remote-tracking branch 'origin/sqlite-release' into prerelease-integration
|
2016-12-05 14:09:57 -06:00 |
Nick Parker
|
5958df7f25
|
Revert "Merge sqlite-release(3.11.0) into prerelease-integration"
This reverts commit 3550fb400a , reversing
changes made to 4c87a22299 .
|
2016-12-02 16:24:56 -06:00 |