sqlcipher-packaging:v2.0-stable

Last commit made on 2012-01-25
Get this branch:
git clone -b v2.0-stable https://git.launchpad.net/sqlcipher-packaging

Branch merges

Branch information

Name:
v2.0-stable
Repository:
lp:sqlcipher-packaging

Recent commits

ff9a340... by Stephen Lombardo <email address hidden>

add -mno-thumb cflag to avoid armv6 crash

cdfd2a3... by Stephen Lombardo <email address hidden>

ensure that pragmas don't do anything unless a context is initialized on the db

75f060e... by Stephen Lombardo <email address hidden>

add a prominent LICENSE file (to help make sure terms are clear)

3a68b1b... by Stephen Lombardo <email address hidden>

clarify trace message for raw key

8ce46cd... by Stephen Lombardo <email address hidden>

Revert "perform fast key derivation on raw keys"

This reverts commit 2e868032dc0acbf631bcdb36345eaf1b900d9b14.

f963c3e... by Stephen Lombardo <email address hidden>

test for use of raw key with attached database

1a3e1c7... by Stephen Lombardo <email address hidden>

tests for vacuum behavior on encrypted databases

2e86803... by Stephen Lombardo <email address hidden>

perform fast key derivation on raw keys

f7591e0... by Stephen Lombardo <email address hidden>

rework hmac key derivation based on low iteration PBKDF2 with static salt mask

9c0dd8d... by Stephen Lombardo <email address hidden>

improved HMAC key derivation

- ensure that the HMAC key derivation salt is different from
  that used to generate the encryption key
- allow the number of pbkdf2 iterations used for HMAC key
  derivation to be configured at runtime via pragma