Skip to content

Commit 843d74c

Browse files
committed
Prepare for Crypto++ 8.9 release
1 parent 45f8a77 commit 843d74c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

History.txt

+13
Original file line numberDiff line numberDiff line change
@@ -595,3 +595,16 @@ last several releases.
595595
- fix include of <x86intrin.h> when using MSVC
596596
- improve performance of CRC32C_Update_SSE42 for x86-64
597597
- 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()

Readme.txt

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Crypto++: free C++ Class Library of Cryptographic Schemes
2-
Version 8.9 - TBD
2+
Version 8.9 - October 1, 2023
33

44
Crypto++ Library is a free C++ class library of cryptographic schemes.
55
Currently the library contains the following algorithms:
@@ -294,6 +294,19 @@ documentation is one of the highest returns on investment.
294294
The items in this section comprise the most recent history. Please see History.txt
295295
for the record back to Crypto++ 1.0.
296296

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+
297310
8.8.0 - June 25, 2023
298311
- minor release, recompile of programs required
299312
- expanded community input and support

0 commit comments

Comments
 (0)