Version 5.5.2 of Crypto++ has been released. You can download it from
http://www.cryptopp.com/. This version fixed several bugs and added support
for new compilers. Speed for several algorithms were also increased when
compiling with MSVC for x86-64, by using MASM.
Below are the changes from version 5.5.1:
5.5.2 - ported x64 assembly language code for AES, Salsa20, Sosemanuk, and
Panama
to MSVC 2005 (using MASM since MSVC doesn't support inline assembly
on x64)
- fixed Salsa20 initialization crash on non-SSE2 machines
- fixed Whirlpool crash on Pentium 2 machines
- fixed possible branch prediction analysis (BPA) vulnerability in
MontgomeryReduce(), which may affect security of RSA, RW, LUC
- fixed link error with MSVC 2003 when using "debug DLL" form of
runtime library
- fixed crash in SSE2_Add on P4 machines when compiled with
MSVC 6.0 SP5 with Processor Pack
- added support for newly released compilers: MSVC 2008, GCC 4.2, Sun
CC 5.9,
Intel C++ Compiler 10.0, and Borland C++Builder 2007
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---