From f44c972b10405db13c82e956a81b6de9e77b122a Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Thu, 17 Jul 2014 11:38:47 +0200 Subject: [PATCH] update changes document [skip ci] --- changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/changes b/changes index 85a9c69..055c918 100644 --- a/changes +++ b/changes @@ -1,3 +1,25 @@ +June 25th, 2014 +v1.18 -- Added Camellia block cipher + -- Thanks to Karel Miko for cotributing a bunchload of patches and additions, namely + OCBv3, DSA and ECC key generation FIPS-186-4 compliance, BASE64-URL encoding, + a bugfix in Camellia, + -- Larry Bugbee contributed the necessary stuff to easier include libtomcrypt + in a foreign language like python, as shown in his pyTomCrypt + -- Nikos Mavrogiannopoulos contributed RSA blinding and export of RSA and DSA keys + in OpenSSL/GnuTLS compatible format + -- Patrick Pelletier contributed a smart volley of patches + -- RyanC contributed HKDF including documentation (yippie) + -- Added 2-key Triple-DES mode, thanks to Paul Howarth + -- 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 ... + -- Documentation (crypt.pdf) is now built deterministically, thanks to Michael Stapelberg + -- Removed all compiler warnings + -- Improved/extended several tests + -- Bugfix multi2 + -- Bugfix Noekeon + -- Bugfix XTEA + May 12th, 2007 v1.17 -- Cryptography Research Inc. contributed another small volley of patches, one to fix __WCHAR_DEFINED__ for BSD platforms, another to silence MSVC warnings.