summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-27 16:41:53 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-27 16:41:53 -0500
commitd555d072c959c2beb65a7737309530d2e038e554 (patch)
tree665709c251e92bc1a1a6753edc2e4c4e0d21b332 /Readme.txt
parentad3e6dbfda80bcc07d553f2cdf5eaf95ae3519e3 (diff)
downloadcryptopp-git-d555d072c959c2beb65a7737309530d2e038e554.tar.gz
Remove some old history from README
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt58
1 files changed, 0 insertions, 58 deletions
diff --git a/Readme.txt b/Readme.txt
index b85a985b..a02b0d2d 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -390,64 +390,6 @@ for the record back to Crypto++ 1.0.
- add ARM AES asm implementation from Cryptogams
- remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support
-7.0.0 - April 8, 2018
- - major release, recompile of programs required
- - expanded community input and support
- * 48 unique contributors as of this release
- - fix incorrect result when using Integer::ModInverse
- * may be CVE worthy, but request was not submitted
- - fix ARIA/CTR bus error on Sparc64
- - fix incorrect result when using a_exp_b_mod_c
- - fix undeclared identifier uint32_t on early Visual Studio
- - fix iPhoneSimulator build on i386
- - fix incorrect adler32 in ZlibDecompressor
- - fix Power7 test using PPC_FEATURE_ARCH_2_06
- - workaround incorrect Glibc sysconf return value on ppc64-le
- - add KeyDerivationFunction interface
- - add scrypt key derivation function
- - add Salsa20_Core transform callable from outside class
- - add sbyte, sword16, sword32 and sword64
- - remove s_nullNameValuePairs from unnamed namespace
- - ported to MSVC 2017, Xcode 9.3, Sun Studio 12.5, GCC 8.0.1,
- MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
-
-6.1.0 - February 22, 2018
- - minor release, maintenance items
- - expanded community input and support
- * 46 unique contributors as of this release
- - use 2048-bit modulus default for DSA
- - fix build under Linuxbrew
- - use /bin/sh in GNUmakefile
- - fix missing flags for SIMON and SPECK in GNUMakefile-cross
- - fix ARM and MinGW misdetection
- - port setenv-android.sh to latest NDK
- - fix Clang check for C++11 lambdas
- - Simon and Speck to little-endian implementation
- - use LIB_MAJOR for ABI compatibility
- - fix ODR violation in AdvancedProcessBlocks_{ARCH} templates
- - handle C++17 std::uncaught_exceptions
- - ported to MSVC 2017, Xcode 8.1, Sun Studio 12.5, GCC 8.0.1,
- MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
-
-6.0.0 - January 22, 2018
- - major release, recompile of programs required
- - expanded community input and support
- * 43 unique contributors as of this release
- - fixed CVE-2016-9939 (Issue 346, transient DoS)
- - fixed CVE-2017-9434 (Issue 414, misidentified memory error)
- - converted to BASE+SIMD implementation
- * BASE provides an architecture neutral C++ implementation
- * SIMD provides architecture specific hardware acceleration
- - improved PowerPC Power4, Power7 and Power8 support
- - added ARIA, EC German DSA, Deterministic signatures (RFC 6979),
- Kalyna, NIST Hash and HMAC DRBG, Padlock RNG, Poly1305, SipHash,
- Simon, Speck, SM3, SM4, Threefish algorithms
- - added NaCl interface from the compact library
- * x25519 key exhange and ed25519 signing provided through NaCl interface
- - improved Testing and QA
- - ported to MSVC 2017, Xcode 8.1, Sun Studio 12.5, GCC 7.3,
- MacPorts GCC 7.0, Clang 4.0, Intel C++ 17.00, IBM XL C/C++ 13.1
-
June 2015 - Changing of the guard. Wei Dai turned the library over to the
community. The first community release was Crypto++ 5.6.3. Wei is
no longer involved with the daily operations of the project. Wei