diff options
author | Jack Lloyd <[email protected]> | 2018-09-07 12:43:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-07 12:43:19 -0400 |
commit | ca6d04898f43d7bb707f5ee5135d83096b6611b7 (patch) | |
tree | 5f5846e652ef6e222d6db1ba04744a23f0841a91 /news.rst | |
parent | 854d2f1da57827dc1d4c290f850fb2b948cbe38e (diff) |
Revert increase in Blowfish minimum length.
We need to support short keys for 'PBKDF2(CMAC(Blowfish))' which
is supported as part of passhash9 format, there the passphrase is
used directly as the CMAC key.
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -73,8 +73,6 @@ Version 2.8.0, Not Yet Released * Optimizations for SM4 -* The minimum keylength allowed for Blowfish has been increased to 64 bits. - * Avoid a cache side channel in the AES key schedule * Add ``pk_encrypt`` and ``pk_decrypt`` CLI operations |