Commit 843d74c 1 parent 45f8a77 commit 843d74c Copy full SHA for 843d74c
File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -595,3 +595,16 @@ last several releases.
595
595
- fix include of <x86intrin.h> when using MSVC
596
596
- improve performance of CRC32C_Update_SSE42 for x86-64
597
597
- update documentation
598
+
599
+ 8.9.0 - October 1, 2023
600
+ - minor release, recompile of programs required
601
+ - expanded community input and support
602
+ * 88 unique contributors as of this release
603
+ - fix SIMON128 Asan finding on POWER8
604
+ - fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
605
+ - fix ARIA/CTR mode self test failures when inString==outString
606
+ - fix HIGHT/CTR mode self test failures when inString==outString
607
+ - fix Rabbit/CTR mode self test failures when inString==outString
608
+ - fix Prime Table and dangling reference to a temporary>
609
+ - fix Singleton::Ref when using C++11 memory fences
610
+ - remove unneeded call to Crop() in Randomize()
Original file line number Diff line number Diff line change 1
1
Crypto++: free C++ Class Library of Cryptographic Schemes
2
- Version 8.9 - TBD
2
+ Version 8.9 - October 1, 2023
3
3
4
4
Crypto++ Library is a free C++ class library of cryptographic schemes.
5
5
Currently the library contains the following algorithms:
@@ -294,6 +294,19 @@ documentation is one of the highest returns on investment.
294
294
The items in this section comprise the most recent history. Please see History.txt
295
295
for the record back to Crypto++ 1.0.
296
296
297
+ 8.9.0 - October 1, 2023
298
+ - minor release, recompile of programs required
299
+ - expanded community input and support
300
+ * 88 unique contributors as of this release
301
+ - fix SIMON128 Asan finding on POWER8
302
+ - fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
303
+ - fix ARIA/CTR mode self test failures when inString==outString
304
+ - fix HIGHT/CTR mode self test failures when inString==outString
305
+ - fix Rabbit/CTR mode self test failures when inString==outString
306
+ - fix Prime Table and dangling reference to a temporary>
307
+ - fix Singleton::Ref when using C++11 memory fences
308
+ - remove unneeded call to Crop() in Randomize()
309
+
297
310
8.8.0 - June 25, 2023
298
311
- minor release, recompile of programs required
299
312
- expanded community input and support
You can’t perform that action at this time.
0 commit comments