summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-27 21:56:59 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-27 21:56:59 -0500
commit5e5fb6c855e0f0232065079ab96414ce1a78c411 (patch)
treeb774fc2a689b34ee9f69a4ca29808e9407d11eb3 /History.txt
parent5e48cfd0c9d9c44a60c6ea14faddb122f2dab07d (diff)
downloadcryptopp-git-5e5fb6c855e0f0232065079ab96414ce1a78c411.tar.gz
Prepare for Crypto++ 8.0 releaseCRYPTOPP_8_0_0
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt22
1 files changed, 21 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 19efda11..c61da6cb 100644
--- a/History.txt
+++ b/History.txt
@@ -4,7 +4,8 @@ The History file contains the items that comprise the release notes. The
items in the list below used to be in Readme.txt. Readme.txt now contans the
last several releases.
-1.0 - First public release. Withdrawn at the request of RSA DSI.
+1.0 - First public release
+ - Withdrawn at the request of RSA DSI over patent claims
- included Blowfish, BBS, DES, DH, Diamond, DSA, ElGamal, IDEA,
MD5, RC4, RC5, RSA, SHA, WAKE, secret sharing, DEFLATE compression
- had a serious bug in the RSA key generation code.
@@ -432,3 +433,22 @@ last several releases.
- remove s_nullNameValuePairs from unnamed namespace
- ported to MSVC 2017, Xcode 9.3, Sun Studio 12.5, GCC 8.0.1,
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
+
+8.0.0 - December 28, 2018
+
+ - major release, recompile of programs required
+ - expanded community input and support
+ * 54 unique contributors as of this release
+ - add x25519 key exchange and ed25519 signature scheme
+ - add limited Asymmetric Key Package support from RFC 5958
+ - add Power9 DARN random number generator support
+ - add CHAM, HC-128, HC-256, Hight, LEA, Rabbit, Simeck
+ - fix FixedSizeAllocatorWithCleanup may be unaligned on some platforms
+ - cutover to GNU Make-based cpu feature tests
+ - rename files with dashes to underscores
+ - fix LegacyDecryptor and LegacyDecryptorWithMAC use wrong MAC
+ - fix incorrect AES/CBC decryption on Windows
+ - avoid Singleton<T> when possible, avoid std::call_once completely
+ - fix SPARC alignment problems due to GetAlignmentOf<T>() on word64
+ - add ARM AES asm implementation from Cryptogams
+ - remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support \ No newline at end of file