@@ -4,7 +4,8 @@ The History file contains the items that comprise the release notes. The
4
4
items in the list below used to be in Readme.txt. Readme.txt now contans the
5
5
last several releases.
6
6
7
- 1.0 - First public release. Withdrawn at the request of RSA DSI.
7
+ 1.0 - First public release
8
+ - Withdrawn at the request of RSA DSI over patent claims
8
9
- included Blowfish, BBS, DES, DH, Diamond, DSA, ElGamal, IDEA,
9
10
MD5, RC4, RC5, RSA, SHA, WAKE, secret sharing, DEFLATE compression
10
11
- had a serious bug in the RSA key generation code.
@@ -432,3 +433,22 @@ last several releases.
432
433
- remove s_nullNameValuePairs from unnamed namespace
433
434
- ported to MSVC 2017, Xcode 9.3, Sun Studio 12.5, GCC 8.0.1,
434
435
MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
436
+
437
+ 8.0.0 - December 28, 2018
438
+
439
+ - major release, recompile of programs required
440
+ - expanded community input and support
441
+ * 54 unique contributors as of this release
442
+ - add x25519 key exchange and ed25519 signature scheme
443
+ - add limited Asymmetric Key Package support from RFC 5958
444
+ - add Power9 DARN random number generator support
445
+ - add CHAM, HC-128, HC-256, Hight, LEA, Rabbit, Simeck
446
+ - fix FixedSizeAllocatorWithCleanup may be unaligned on some platforms
447
+ - cutover to GNU Make-based cpu feature tests
448
+ - rename files with dashes to underscores
449
+ - fix LegacyDecryptor and LegacyDecryptorWithMAC use wrong MAC
450
+ - fix incorrect AES/CBC decryption on Windows
451
+ - avoid Singleton<T> when possible, avoid std::call_once completely
452
+ - fix SPARC alignment problems due to GetAlignmentOf<T>() on word64
453
+ - add ARM AES asm implementation from Cryptogams
454
+ - remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support
0 commit comments