Wei, can you add this to the next version to compile with STLport (tested
with latest official version 4.5.3)?

integer.cpp. line 2739, change

#if (defined(__GNUC__) && __GNUC__ <= 3)  // GCC workaround
    to
#if (defined(_STLPORT_VERSION) || (defined(__GNUC__) && __GNUC__ <= 3)) //
GCC workaround

--
gl

----- Original Message -----
From: "Wei Dai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, March 23, 2003 12:19 AM
Subject: [Cryptopp-announce] Crypto++ 5.1 released


> 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
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:Crypto Challenge is now open!
> Get cracking and register here for some mind boggling fun and
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> _______________________________________________
> Cryptopp-announce mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/cryptopp-announce
>
>

Reply via email to