|
1 | 1 | Crypto++: free C++ Class Library of Cryptographic Schemes
|
2 |
| -Version 8.7 - TBD |
| 2 | +Version 8.8 - TBD |
3 | 3 |
|
4 | 4 | Crypto++ Library is a free C++ class library of cryptographic schemes.
|
5 | 5 | Currently the library contains the following algorithms:
|
@@ -91,13 +91,13 @@ for any purpose without paying anyone, but see License.txt for the fine print.
|
91 | 91 | The following compilers are supported for this release. Please visit
|
92 | 92 | http://www.cryptopp.com the most up to date build instructions and porting notes.
|
93 | 93 |
|
94 |
| - * Visual Studio 2003 - 2019 |
95 |
| - * GCC 3.3 - 10.1 |
| 94 | + * Visual Studio 2003 - 2022 |
| 95 | + * GCC 3.3 - 12.2 |
96 | 96 | * Apple Clang 4.3 - 12.0
|
97 |
| - * LLVM Clang 2.9 - 11.0 |
| 97 | + * LLVM Clang 2.9 - 14.0 |
98 | 98 | * C++ Builder 2015
|
99 | 99 | * Intel C++ Compiler 9 - 16.0
|
100 |
| - * Sun Studio 12u1 - 12.6 |
| 100 | + * Sun Studio 12u1 - 12.7 |
101 | 101 | * IBM XL C/C++ 10.0 - 14.0
|
102 | 102 |
|
103 | 103 | *** Important Usage Notes ***
|
@@ -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.7.0 - August 7, 2022 |
| 298 | + - minor release, recompile of programs required |
| 299 | + - expanded community input and support |
| 300 | + * 81 unique contributors as of this release |
| 301 | + - fix RSA key generation for small moduli |
| 302 | + - fix AES-GCM with AESNI but without CLMUL |
| 303 | + - fix Clang warning with C++17 |
| 304 | + - fix MinGW builds due to use of O_NOFOLLOW |
| 305 | + - rework CFB_CipherTemplate::ProcessData and AdditiveCipherTemplate::ProcessData |
| 306 | + * restored performance and avoided performance penalty of a temp buffer |
| 307 | + - fix undersized SecBlock buffer in Integer bit operations |
| 308 | + - work around several GCC 11 & 12 problems |
| 309 | + |
297 | 310 | 8.6.0 - September 21, 2021
|
298 | 311 | - minor release, recompile of programs required
|
299 | 312 | - expanded community input and support
|
|
0 commit comments