Crypto++ 5.1 has been released. This is a maintenance release with mostly
bug fixes, and it is recommended for all users of Crypto++ 5.0 or earlier
to upgrade to this version. You can download it from
http://www.cryptopp.com.
Here is a list of the changes introduced in version 5.1:
5.1 - added PSS padding and changed PSSR to track IEEE P1363a draft standard
- added blinding for RSA and Rabin to defend against timing attacks
on decryption operations
- changed signing and decryption APIs to support the above
- changed WaitObjectContainer to allow waiting for more than 64
objects at a time on Win32 platforms
- fixed a bug in CBC and ECB modes with processing non-aligned data
- fixed standard conformance bugs in DLIES (DHAES mode) and RW/EMSA2
signature scheme (these fixes are not backwards compatible)
- fixed a number of compiler warnings, minor bugs, and portability problems
- removed Sapphire