diff options
author | lloyd <[email protected]> | 2010-08-22 01:11:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-22 01:11:05 +0000 |
commit | dad1a47b186ac7501f1213336d77f8cc878e99e9 (patch) | |
tree | f660f730aa59f713b432d60814c0af3ec710d32c /doc | |
parent | e7d9701a86658efbc316ccfeaf48cec8c094fc35 (diff) |
For passhash9, add another interface that allows the caller to specify
which PRF they want to use. The old interface just calls this new
version with alg_id set to 0 which is HMAC(SHA-1), which was
previously the only supported PRF.
Assign new codepoints for HMAC(SHA-256) and CMAC(Blowfish) to allow
their use with passhash9.
Have the generate+check tests run a test for each supported PRF.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index f0982039d..755efc3f3 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -3,6 +3,7 @@ - Switch default PKCS #8 encryption algorithm from AES-128 to AES-256 - Use smaller tables in the first round of AES - Allow using PBKDF2 with empty passphrases + - Support use of HMAC(SHA-256) and CMAC(Blowfish) in passhash9 * 1.9.10, 2010-08-12 - Add a constant time AES implementation using SSSE3 |