Changelog for
libcryptopp8-8.2.0-lp155.2.3.x86_64.rpm :
* Mon Apr 06 2020 Tuukka Pasanen
- The release notes for Crypto++ 8.2 follows.
* minor release, no recompile of programs required
* expanded community input and support
* 56 unique contributors as of this release
* use PowerPC unaligned loads and stores with Power8
* add SKIPJACK test vectors
* fix SHAKE-128 and SHAKE-256 compile
* removed IS_NEON from Makefile
* fix Aarch64 build on Fedora 29
* fix missing GF2NT_233_Multiply_Reduce_CLMUL in FIPS DLL
* add missing BLAKE2 constructors
* fix missing BlockSize() in BLAKE2 classes- Bug fixes and Minor Issues
* The bug fix and minor issue list for Crypto++ 8.2 follows. Many non-trivial issues are tracked for auditing and C&A purposes, but the list may not be complete. A number in parenthesis is the GitHub Issue number, if it was tracked. Sometimes a Git commit is referenced, but many trivial GitHub commits are omitted. Missing Issue numbers or lack of consecutiveness usually indicates feature requests and \"won\'t fix/can\'t fix\" type reports.
* use PowerPC unaligned loads and stores with Power8 (GH #825)
* add SKIPJACK test vectors (GH #824)
* fix SHAKE-128 and SHAKE-256 compile (GH #805, GH #818, GH #820, GH #822)
* removed IS_NEON from Makefile (GH #813)
* fix Aarch64 build on Fedora 29 (GH #812)
* fix missing GF2NT_233_Multiply_Reduce_CLMUL in FIPS DLL (GH #783)
* add missing BLAKE2 constructors (Commit 31839703005e)
* fix missing BlockSize() in BLAKE2 classes (GH #811)
* setenv-android.sh - The cross-compile script setenv-android.sh is no longer viable for building the library using the Android NDK. Recent NDK changes has mostly obsoleted the script. We are moving to a new script but it is not ready at the moment. Also see Issue 763, Building for Android using NDK not supported on Windows hosts. We have a GitHub setup with yet another build system at cryptopp-android. It provides Android.mk for Android\'s build system. FIPS DLL deprecation The FIPS DLL used to be an important artifact for Windows builds. NIST moved the Crypto++ library to the Historical Validation List in 2014.
* The Windows DLL is no longer validated. - The project files to build the FIPS DLL are cryptdll.vcxproj and dlltest.vcxproj. The projects are now deprecated and subject to removal.
* Thu Mar 14 2019 Tuukka Pasanen - Updated to version 8.1.0 and added autotools compile from their project https://github.com/noloader/cryptopp-autotools - The release notes for Crypto++ 8.1 follows.
* minor release, no recompile of programs required
* expanded community input and support - 56 unique contributors as of this release
* fix OS X PowerPC builds with Clang
* add Microsoft ARM64 support
* fix iPhone Simulator build due to missing symbols
* add CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE
* add carryless multiplies for NIST b233 and k233 curves
* fix OpenMP build due to use of OpenMP 4 with down-level compilers
* add SignStream and VerifyStream for ed25519 and large files
* fix missing AlgorithmProvider in PanamaHash
* add SHAKE-128 and SHAKE-256
* fix AVX2 build due to _mm256_broadcastsi128_si256
* add IETF ChaCha, XChaCha, ChaChaPoly1305 and XChaChaPoly1305
* fix missing symbols in Windows DLL Changes can be found https://github.com/weidai11/cryptopp/releases/tag/CRYPTOPP_8_1_0
* Wed Apr 24 2013 d.desaiAATTrtsgroup.net- Removed stripping from spec file.
* Wed Apr 03 2013 d.desaiAATTrtsgroup.net- First version for crypto++