Skip to content

Commit

Permalink
Prepare for Crypto++ 8.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Oct 1, 2023
1 parent 45f8a77 commit 843d74c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -595,3 +595,16 @@ last several releases.
- fix include of <x86intrin.h> when using MSVC
- improve performance of CRC32C_Update_SSE42 for x86-64
- update documentation

8.9.0 - October 1, 2023
- minor release, recompile of programs required
- expanded community input and support
* 88 unique contributors as of this release
- fix SIMON128 Asan finding on POWER8
- fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
- fix ARIA/CTR mode self test failures when inString==outString
- fix HIGHT/CTR mode self test failures when inString==outString
- fix Rabbit/CTR mode self test failures when inString==outString
- fix Prime Table and dangling reference to a temporary>
- fix Singleton::Ref when using C++11 memory fences
- remove unneeded call to Crop() in Randomize()
15 changes: 14 additions & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Crypto++: free C++ Class Library of Cryptographic Schemes
Version 8.9 - TBD
Version 8.9 - October 1, 2023

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

8.9.0 - October 1, 2023
- minor release, recompile of programs required
- expanded community input and support
* 88 unique contributors as of this release
- fix SIMON128 Asan finding on POWER8
- fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
- fix ARIA/CTR mode self test failures when inString==outString
- fix HIGHT/CTR mode self test failures when inString==outString
- fix Rabbit/CTR mode self test failures when inString==outString
- fix Prime Table and dangling reference to a temporary>
- fix Singleton::Ref when using C++11 memory fences
- remove unneeded call to Crop() in Randomize()

8.8.0 - June 25, 2023
- minor release, recompile of programs required
- expanded community input and support
Expand Down

0 comments on commit 843d74c

Please sign in to comment.