summaryrefslogtreecommitdiff
path: root/History.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 /History.txt
parent6f3fd26ab849ac712d72b14b16ee41a2433fd029 (diff)
downloadcryptopp-git-511806c0eba8ba5b5cedd4b4a814e96df92864a6.tar.gz
Prepare for Crypto++ 8.7 releaseCRYPTOPP_8_7_0
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 21d6aa3c..748e2c09 100644
--- a/History.txt
+++ b/History.txt
@@ -567,3 +567,16 @@ last several releases.
- remove CRYPTOPP_NO_CXX11 define
- add -fno-common for Darwin builds
- update documentation
+
+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