summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-08-07 15:52:58 -0400
committerJeffrey Walton <noloader@gmail.com>2022-08-07 15:52:58 -0400
commit511806c0eba8ba5b5cedd4b4a814e96df92864a6 (patch)
tree51b6db91fa809e0542d7843648992d704442711c /Readme.txt
parent6f3fd26ab849ac712d72b14b16ee41a2433fd029 (diff)
downloadcryptopp-git-511806c0eba8ba5b5cedd4b4a814e96df92864a6.tar.gz
Prepare for Crypto++ 8.7 releaseCRYPTOPP_8_7_0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt23
1 files changed, 18 insertions, 5 deletions
diff --git a/Readme.txt b/Readme.txt
index edd4cc70..fb405749 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -1,5 +1,5 @@
Crypto++: free C++ Class Library of Cryptographic Schemes
-Version 8.7 - TBD
+Version 8.8 - TBD
Crypto++ Library is a free C++ class library of cryptographic schemes.
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.
The following compilers are supported for this release. Please visit
http://www.cryptopp.com the most up to date build instructions and porting notes.
- * Visual Studio 2003 - 2019
- * GCC 3.3 - 10.1
+ * Visual Studio 2003 - 2022
+ * GCC 3.3 - 12.2
* Apple Clang 4.3 - 12.0
- * LLVM Clang 2.9 - 11.0
+ * LLVM Clang 2.9 - 14.0
* C++ Builder 2015
* Intel C++ Compiler 9 - 16.0
- * Sun Studio 12u1 - 12.6
+ * Sun Studio 12u1 - 12.7
* IBM XL C/C++ 10.0 - 14.0
*** Important Usage Notes ***
@@ -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.7.0 - August 7, 2022
+ - minor release, recompile of programs required
+ - expanded community input and support
+ * 81 unique contributors as of this release
+ - fix RSA key generation for small moduli
+ - fix AES-GCM with AESNI but without CLMUL
+ - fix Clang warning with C++17
+ - fix MinGW builds due to use of O_NOFOLLOW
+ - rework CFB_CipherTemplate::ProcessData and AdditiveCipherTemplate::ProcessData
+ * restored performance and avoided performance penalty of a temp buffer
+ - fix undersized SecBlock buffer in Integer bit operations
+ - work around several GCC 11 & 12 problems
+
8.6.0 - September 21, 2021
- minor release, recompile of programs required
- expanded community input and support