Skip to content

Commit

Permalink
Prepare for Crypto++ 8.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Jun 25, 2023
1 parent 1e9e6e1 commit 3f36b1d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,15 @@ last several releases.
- work around several GCC 11 & 12 problems

8.7.1 - June 24, 2023
- minor release, no recompile of programs required
- minor release, recompile of programs required
- expanded community input and support
* 88 unique contributors as of this release
- fix crash in cryptest.exe when invoked woth no options
- fix buid warnings
- documentation updates
- fix crash in cryptest.exe when invoked with no options
- fix crash in library due to GCC removing live code
- fix RSA with key size 16 may provide an invalid key
- fix failure to build on 32-bit x86
- fix failure to build on iPhone Simulator for arm64
- fix failure to build on Windows arm64
- test for SSSE3 before using the ISA
- fix include of <x86intrin.h> when using MSVC
- improve performance of CRC32C_Update_SSE42 for x86-64
14 changes: 10 additions & 4 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,18 @@ The items in this section comprise the most recent history. Please see History.t
for the record back to Crypto++ 1.0.

8.7.1 - June 24, 2023
- minor release, no recompile of programs required
- minor release, recompile of programs required
- expanded community input and support
* 88 unique contributors as of this release
- fix crash in cryptest.exe when invoked woth no options
- fix buid warnings
- documentation updates
- fix crash in cryptest.exe when invoked with no options
- fix crash in library due to GCC removing live code
- fix RSA with key size 16 may provide an invalid key
- fix failure to build on 32-bit x86
- fix failure to build on iPhone Simulator for arm64
- fix failure to build on Windows arm64
- test for SSSE3 before using the ISA
- fix include of <x86intrin.h> when using MSVC
- improve performance of CRC32C_Update_SSE42 for x86-64

8.7.0 - August 7, 2022
- minor release, recompile of programs required
Expand Down

1 comment on commit 3f36b1d

@noloader
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crypto++ 8.7.1 was not released due to a change in some macros. Crypto++ 8.8 was released instead.

Please sign in to comment.