aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-28 17:50:05 +0000
committerlloyd <[email protected]>2008-11-28 17:50:05 +0000
commit49c1ace9be11362c78d12845f274928bba4e893b (patch)
treea1dca9b56646c829857bd6cc0ef54ec256b2eba9 /doc/log.txt
parente81bed5734982550d4a5dfc59ca6f1ff17731802 (diff)
Reorg 1.7.24 release notes. Mention adding test vectors.
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 2a1e7d907..849278444 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,15 +1,16 @@
* 1.7.24-pre, ????-??-??
- - Add EMSA3_Raw, sometimes called PKCS#11 CKM_RSA_PKCS
+ - Fix a compatibility problem with SHA-512/EMSA3 signature padding
+ - Fix bug preventing EGD/PRNGD entropy poller from working
+ - Fix integer overflow in Pooling_Allocator::get_more_core (bug id #27)
+ - Add EMSA3_Raw, a variant of EMSA3 called CKM_RSA_PKCS in PKCS #11
- Add support for SHA-224 in EMSA2 and EMSA3 PK signature padding schemes
+ - Add many more test vectors for RSA with EMSA2, EMSA3, and EMSA4
- Wrap private structs in SSE2 SHA-1 code in anonymous namespace
- Change configure.pl's CPU autodetection output to be more consistent
- - Disable using OpenSSL's AES due to crashes
- - Fix a compatibility problem with SHA-512/EMSA3 signature padding
- - Fix bug preventing EGD entropy poller from working
+ - Disable using OpenSSL's AES in engine/openssl due to strange crashes
- Fix warning in /proc walking entropy poller
- Fix compilation with IBM XLC for Cell 0.9
- - Fix integer overflow in Pooling_Allocator::get_more_core (bug id #27)
* 1.7.23, 2008-11-23
- Change to use TR1 (thus enabling ECDSA) with GCC and ICC