|
@@ -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.
|