aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-07 12:43:19 -0400
committerJack Lloyd <[email protected]>2018-09-07 12:43:19 -0400
commitca6d04898f43d7bb707f5ee5135d83096b6611b7 (patch)
tree5f5846e652ef6e222d6db1ba04744a23f0841a91 /news.rst
parent854d2f1da57827dc1d4c290f850fb2b948cbe38e (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.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/news.rst b/news.rst
index bf4703bad..44c636643 100644
--- a/news.rst
+++ b/news.rst
@@ -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