Skip to content

Commit 5e5fb6c

Browse files
committed
Prepare for Crypto++ 8.0 release
1 parent 5e48cfd commit 5e5fb6c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

History.txt

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The History file contains the items that comprise the release notes. The
44
items in the list below used to be in Readme.txt. Readme.txt now contans the
55
last several releases.
66

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
89
- included Blowfish, BBS, DES, DH, Diamond, DSA, ElGamal, IDEA,
910
MD5, RC4, RC5, RSA, SHA, WAKE, secret sharing, DEFLATE compression
1011
- had a serious bug in the RSA key generation code.
@@ -432,3 +433,22 @@ last several releases.
432433
- remove s_nullNameValuePairs from unnamed namespace
433434
- ported to MSVC 2017, Xcode 9.3, Sun Studio 12.5, GCC 8.0.1,
434435
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

Readme.txt

-1
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,3 @@ June 2015 - Changing of the guard. Wei Dai turned the library over to the
366366
still provides guidance when we have questions.
367367

368368
Originally written by Wei Dai, maintained by the Crypto++ Project
369-

0 commit comments

Comments
 (0)