diff options
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 69db45f0d..971b71f85 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -3,6 +3,19 @@ - Increase default iteration counts for private key encryption - Expand and update the Doxygen documentation +* 1.8.9, 2010-06-16 + - Use constant time multiplication in IDEA + - Avoid possible timing attack against OAEP decoding + - Add new X509::BER_encode and PKCS8::BER_encode + - Enable DLL builds under Windows + - Add Win32 installer support + - Add support for the Clang compiler + - Fix problem in semcem.h preventing build under Clang or GCC 3.4 + - Fix bug that prevented creation of DSA groups under 1024 bits + - Fix crash in GMP_Engine if library is shutdown and reinitialized + - Work around problem with recent binutils in x86-64 SHA-1 + - The Perl build script is no longer supported and refuses to run by default + * 1.9.8, 2010-06-14 - Add support for wide multiplications on 64-bit Windows - Use constant time multiplication in IDEA |