summaryrefslogtreecommitdiff
path: root/History.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-20 05:42:16 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-20 05:42:16 -0500
commitd71bc515eafc0a6418372f63ba0f058a55d25951 (patch)
tree2931ae77e7542b3926c3213541a4d35f1976a51d /History.txt
parentb08495b4ec45e7838e2ce1ef88a22117678dd555 (diff)
downloadcryptopp-git-d71bc515eafc0a6418372f63ba0f058a55d25951.tar.gz
Prepare for Crypto++ 8.3 releaseCRYPTOPP_8_3_0
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 7897dd23..2b31d906 100644
--- a/History.txt
+++ b/History.txt
@@ -480,3 +480,48 @@ last several releases.
- fix missing GF2NT_233_Multiply_Reduce_CLMUL in FIPS DLL
- add missing BLAKE2 constructors
- fix missing BlockSize() in BLAKE2 classes
+
+8.3.0 - December 20, 2020
+ - minor release, no recompile of programs required
+ - expanded community input and support
+ * 66 unique contributors as of this release
+ - fix use of macro CRYPTOPP_ALIGN_DATA
+ - fix potential out-of-bounds read in ECDSA
+ - fix std::bad_alloc when using ByteQueue in pipeline
+ - fix missing CRYPTOPP_CXX17_EXCEPTIONS with Clang
+ - fix potential out-of-bounds read in GCM mode
+ - add configure.sh when preprocessor macros fail
+ - fix potential out-of-bounds read in SipHash
+ - fix compile error on POWER9 due to vec_xl_be
+ - fix K233 curve on POWER8
+ - add Cirrus CI testing
+ - fix broken encryption for some 64-bit ciphers
+ - fix Android cpu-features.c using C++ compiler
+ - disable RDRAND and RDSEED for some AMD processors
+ - fix BLAKE2 hash calculation using Salt and Personalization
+ - refresh Android and iOS build scripts
+ - add XTS mode
+ - fix circular dependency between misc.h and secblock.h
+ - add Certificate interface
+ - fix recursion in AES::Encryption without AESNI
+ - add missing OID for ElGamal encryption
+ - fix missing override in KeyDerivationFunction-derived classes
+ - fix RDSEED assemble under MSVC
+ - fix elliptic curve timing leaks (CVE-2019-14318)
+ - add link-library variable to Makefiles
+ - fix SIZE_MAX definition in misc.h
+ - add GetWord64 and PutWord64 to BufferedTransformation
+ - use HKDF in AutoSeededX917RNG::Reseed
+ - fix Asan finding in VMAC on i686 in inline asm
+ - fix undeclared identifier _mm_roti_epi64 on Gentoo
+ - fix ECIES and GetSymmetricKeyLength
+ - fix possible divide by zero in PKCS5_PBKDF2_HMAC
+ - refine ASN.1 encoders and decoders
+ - disable BMI2 code paths in Integer class
+ - fix use of CRYPTOPP_CLANG_VERSION
+ - add NEON SHA1, SHA256 and SHA512 from Cryptogams
+ - add ARM SHA1, SHA256 and SHA512 from Cryptogams
+ - make config.h more autoconf friendly
+ - handle Clang triplet armv8l-unknown-linux-gnueabihf
+ - fix reference binding to misaligned address in xed25519
+ - clear asserts in TestDataNameValuePairs