aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-22 13:43:18 +0000
committerlloyd <[email protected]>2010-06-22 13:43:18 +0000
commit54bac11c5d4e051f996951feb6a037b1de001329 (patch)
tree8cfa3b72ae36dcd156c4ab4dae1066ee3e021830 /doc
parent991f744c5a3e9610a2e4af70ae5daeb7a943a38e (diff)
parent238869aed29c3d703650ce55404929dc7e3f31fb (diff)
propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d48f09fe18658e)
to branch 'net.randombit.botan.c++0x' (head 2539675db91883b11895ddc5244721e93c413321)
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt48
1 files changed, 32 insertions, 16 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 69db45f0d..447f6dc0a 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,8 +1,24 @@
* 1.9.9-dev, ????-??-??
+ - Add new X509::BER_encode and PKCS8::BER_encode
+ - Add Keyed_Filter::valid_iv_length
- Increase default iteration counts for private key encryption
+ - Fix compilation of mp_asm64 on 64-bit MIPS with GCC 4.4 and later
- 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
@@ -82,6 +98,12 @@
- Add AltiVec runtime detection
- Fix x86 CPU identification with Intel C++ and Visual C++
+* 1.8.8, 2009-11-03
+ - Alter Skein-512 to match the tweaked 1.2 specification
+ - Fix use of inline asm for access to x86 bswap function
+ - Allow building the library without AES enabled
+ - Add 'powerpc64' alias to ppc64 arch for Gentoo ebuild
+
* 1.9.1, 2009-10-23
- Better support for Python and Perl wrappers
- Add an implementation of Blue Midnight Wish (Round 2 tweak version)
@@ -105,12 +127,6 @@
- Add --no-autoload option to configure.py, for minimized builds
- The previously used configure.pl script is no longer supported
-* 1.8.8, 2009-11-03
- - Alter Skein-512 to match the tweaked 1.2 specification
- - Fix use of inline asm for access to x86 bswap function
- - Allow building the library without AES enabled
- - Add 'powerpc64' alias to ppc64 arch for Gentoo ebuild
-
* 1.8.7, 2009-09-09
- Fix processing multiple messages in XTS mode
- Add --no-autoload option to configure.py, for minimized builds
@@ -393,10 +409,6 @@
- Add newly assigned OIDs for SHA-2 and DSA with SHA-224/256
- Fix a Visual Studio compilation problem in x509stat.cpp
-* 1.6.3, 2007-07-23
- - Fix a race condition in the algorithm lookup cache
- - Fix problems building the memory pool on some versions of Visual C++
-
* 1.7.1, 2007-07-23
- Fix a race condition in the algorithm object cache
- HMAC key schedule optimization
@@ -405,6 +417,10 @@
- Modify most of the library to avoid use the C-style casts
- Use higher resolution timers in symmetric benchmarks
+* 1.6.3, 2007-07-23
+ - Fix a race condition in the algorithm lookup cache
+ - Fix problems building the memory pool on some versions of Visual C++
+
* 1.7.0, 2007-05-19
- DSA parameter generation now follows FIPS 186-3
- Added OIDs for Rabin-Williams and Nyberg-Rueppel
@@ -536,12 +552,6 @@
- Fixed the mp_asm64 module, which was entirely broken in 1.5.2
- Fixed some module build problems on FreeBSD and Tru64
-* 1.4.12, 2006-01-15
- - Fixed an off-by-one memory read in MISTY1::key()
- - Fixed a nasty memory leak in Output_Buffers::retire()
- - Changed maximum HMAC keylength to 1024 bits
- - Fixed a build problem in the hardware timer module on 64-bit PowerPC
-
* 1.5.2, 2006-01-15
- Fixed an off-by-one memory read in MISTY1::key()
- Fixed a nasty memory leak in Output_Buffers::retire()
@@ -558,6 +568,12 @@
- Enabled the symmetric algorithm tests, which were accidentally off in 1.5.1
- Removed the Default_Mutex's unused clone() member function
+* 1.4.12, 2006-01-15
+ - Fixed an off-by-one memory read in MISTY1::key()
+ - Fixed a nasty memory leak in Output_Buffers::retire()
+ - Changed maximum HMAC keylength to 1024 bits
+ - Fixed a build problem in the hardware timer module on 64-bit PowerPC
+
* 1.5.1, 2006-01-08
- Implemented Montgomery exponentiation
- Implemented generalized Karatsuba multiplication and squaring