Skip to content

Commit 434e318

Browse files
committed
Prepare for Crypto++ 8.4 release
1 parent ae20711 commit 434e318

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

History.txt

+12-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ last several releases.
482482
- fix missing BlockSize() in BLAKE2 classes
483483

484484
8.3.0 - December 20, 2020
485-
- minor release, no recompile of programs required
485+
- minor release, recompile of programs required
486486
- expanded community input and support
487487
* 66 unique contributors as of this release
488488
- fix use of macro CRYPTOPP_ALIGN_DATA
@@ -525,3 +525,14 @@ last several releases.
525525
- handle Clang triplet armv8l-unknown-linux-gnueabihf
526526
- fix reference binding to misaligned address in xed25519
527527
- clear asserts in TestDataNameValuePairs
528+
529+
8.4.0 - January 2, 2021
530+
- minor release, recompile of programs required
531+
- expanded community input and support
532+
* 67 unique contributors as of this release
533+
- fix SIGILL on POWER8 when compiling with GCC 10
534+
- fix potential out-of-bounds write in FixedSizeAllocatorWithCleanup
535+
- fix compile on AIX POWER7 with IBM XLC 12.01
536+
- fix compile on Solaris with SunCC 12.6
537+
- revert changes for constant-time elliptic curve algorithms
538+
- fix makefile clean and distclean recipes

Readme.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,21 @@ documentation is one of the highest returns on investment.
295295
The items in this section comprise the most recent history. Please see History.txt
296296
for the record back to Crypto++ 1.0.
297297

298-
8.4.0 - TDB
298+
8.4.0 - January 2, 2021
299+
- minor release, recompile of programs required
300+
- expanded community input and support
301+
* 67 unique contributors as of this release
299302
- fix SIGILL on POWER8 when compiling with GCC 10
300303
- fix potential out-of-bounds write in FixedSizeAllocatorWithCleanup
301304
- fix compile on AIX POWER7 with IBM XLC 12.01
302305
- fix compile on Solaris with SunCC 12.6
306+
- revert changes for constant-time elliptic curve algorithms
307+
- fix makefile clean and distclean recipes
303308

304309
8.3.0 - December 20, 2020
310+
- minor release, recompile of programs required
311+
- expanded community input and support
312+
* 66 unique contributors as of this release
305313
- fix use of macro CRYPTOPP_ALIGN_DATA
306314
- fix potential out-of-bounds read in ECDSA
307315
- fix std::bad_alloc when using ByteQueue in pipeline

0 commit comments

Comments
 (0)