commit | 398c57b0b3bbe9cb304bd06ef0e343972617400b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 23 12:10:59 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 24 11:01:33 2014 +0200 |
tree | 4b32d7d9e7c97fae964362bde2b4524b485c772b | |
parent | ed5c03ff1dcadade810f053365de5d1270ebd049 [diff] [blame] |
Blowfish accepts variable key len in cipher layer
diff --git a/ChangeLog b/ChangeLog index 4b266d5..c1df109 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -10,6 +10,7 @@ * Support for CCM and CCM_8 ciphersuites * Support for parsing and verifying RSASSA-PSS signatures in the X.509 modules (certificates, CRLs and CSRs). + * Blowfish in the cipher layer now supports variable length keys. Changes * Add LINK_WITH_PTHREAD option in CMake for explicit linking that is