2010-12-16 23:45:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 16 14:40:17 UTC 2010 - andreas.hanke@gmx-topmail.de
|
|
|
|
|
|
|
|
|
|
- Update to version 5.6.1:
|
|
|
|
|
- added support for AES-NI and CLMUL instruction sets in AES and
|
|
|
|
|
GMAC/GCM
|
|
|
|
|
- removed WAKE-CFB
|
|
|
|
|
- fixed several bugs in the SHA-256 x86/x64 assembly code:
|
|
|
|
|
* incorrect hash on non-SSE2 x86 machines on non-aligned input
|
|
|
|
|
* incorrect hash on x86 machines when input crosses 0x80000000
|
|
|
|
|
* incorrect hash on x64 when compiled with GCC with optimizations
|
|
|
|
|
enabled
|
|
|
|
|
- fixed bugs in AES x86 and x64 assembly causing crashes in some MSVC
|
|
|
|
|
build configurations
|
|
|
|
|
- switched to a public domain implementation of MARS
|
|
|
|
|
- ported to MSVC 2010, GCC 4.5.1, Sun Studio 12u1, C++Builder 2010,
|
|
|
|
|
Intel C++ Compiler 11.1
|
|
|
|
|
- renamed the MSVC DLL project to "cryptopp" for compatibility with
|
|
|
|
|
MSVC 2010
|
|
|
|
|
- Changes to library packaging:
|
|
|
|
|
- update the interface number because there were ABI changes, now
|
|
|
|
|
matching the Debian package
|
|
|
|
|
- introduce a conflict with the PackMan package
|
|
|
|
|
- ship License.txt and Readme.txt
|
|
|
|
|
- drop the static library
|
|
|
|
|
|
2010-08-09 22:30:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 9 22:29:54 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial package (5.6.0)
|
|
|
|
|
|