Commit 434e318 1 parent ae20711 commit 434e318 Copy full SHA for 434e318
File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ last several releases.
482
482
- fix missing BlockSize() in BLAKE2 classes
483
483
484
484
8.3.0 - December 20, 2020
485
- - minor release, no recompile of programs required
485
+ - minor release, recompile of programs required
486
486
- expanded community input and support
487
487
* 66 unique contributors as of this release
488
488
- fix use of macro CRYPTOPP_ALIGN_DATA
@@ -525,3 +525,14 @@ last several releases.
525
525
- handle Clang triplet armv8l-unknown-linux-gnueabihf
526
526
- fix reference binding to misaligned address in xed25519
527
527
- 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
Original file line number Diff line number Diff line change @@ -295,13 +295,21 @@ documentation is one of the highest returns on investment.
295
295
The items in this section comprise the most recent history. Please see History.txt
296
296
for the record back to Crypto++ 1.0.
297
297
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
299
302
- fix SIGILL on POWER8 when compiling with GCC 10
300
303
- fix potential out-of-bounds write in FixedSizeAllocatorWithCleanup
301
304
- fix compile on AIX POWER7 with IBM XLC 12.01
302
305
- fix compile on Solaris with SunCC 12.6
306
+ - revert changes for constant-time elliptic curve algorithms
307
+ - fix makefile clean and distclean recipes
303
308
304
309
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
305
313
- fix use of macro CRYPTOPP_ALIGN_DATA
306
314
- fix potential out-of-bounds read in ECDSA
307
315
- fix std::bad_alloc when using ByteQueue in pipeline
You can’t perform that action at this time.
0 commit comments