update changes document

This commit is contained in:
Steffen Jaeckel 2014-08-25 19:53:01 +02:00
parent f73a342b17
commit 82ea2ee3da

View File

@ -10,6 +10,11 @@ v1.18 -- Added Camellia block cipher
-- Patrick Pelletier contributed a smart volley of patches
-- RyanC contributed HKDF including documentation (yippie)
-- Added 2-key Triple-DES mode, thanks to Paul Howarth
-- Christopher Braun contributed some patches and additions to ASN.1/DER
-- Applied some patches from the OLPC project regarding PKCS#1 and preventing the
the hash algorithms from overflowing
-- Fixed the Bleichbacher Signature attack in PKCS#1 v1.5 EMSA, thanks to Alex Dent
-- Add PKCS#1 testvectors from RSA
-- Brought back Diffie-Hellman
-- Enabled timing resistant calculations of ECC and RSA operations per default
-- Fixed several build issues on FreeBSD, NetBSD, Linux x32 ABI, x86_64 Windows ...