Path to this page:
Subject: CVS commit: pkgsrc/security/crypto++
From: Adam Ciarcinski
Date: 2025-02-13 19:18:54
Message id: 20250213181854.DA5B0FBE0@cvs.NetBSD.org
Log Message:
crypto++: updated to 8.9.0
Crypto++ 8.9
minor release, recompile of programs required
expanded community input and support
88 unique contributors as of this release
add additional tests to datatest.cpp
fix SIMON128 Asan finding on POWER8
fix AES/CFB and AES/CTR modes self test failures when using Cryptogams AES on ARMv7
fix ARIA/CTR mode self test failures when inString==outString
fix HIGHT/CTR mode self test failures when inString==outString
fix Rabbit/CTR mode self test failures when inString==outString
fix HC128/CTR and HC256/CTR mode self test failures when inString==outString
fix Prime Table and dangling reference to a temporary
fix Singleton::Ref() when using C++11 memory fences
remove unneeded call to Crop() in Randomize()
Crypto++ 8.8
minor release, recompile of programs required
expanded community input and support
88 unique contributors as of this release
fix crash in cryptest.exe when invoked with no options
fix crash in library due to GCC removing live code
fix RSA with key size 16 may provide an invalid key
fix failure to build on 32-bit x86
fix failure to build on iPhone Simulator for arm64
fix failure to build on Windows arm64
test for SSSE3 before using the ISA
fix include of <x86intrin.h> when using MSVC
improve performance of CRC32C_Update_SSE42 for x86-64
update documentation
Files: