aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-04-07 19:52:16 +0000
committerlloyd <[email protected]>2010-04-07 19:52:16 +0000
commit24ec42e6b17e177900b864771f205f2eed8753e5 (patch)
treecfac4b46415b3268b15cdeb31deeb45e46f9c46c /doc/log.txt
parentc8b7f5eb0663ffdecffb9179db5636cd6116f3e1 (diff)
Retrodocument some 1.9.5 changes. Document other TLS fixes in 1.9.6
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 36b9d4c78..89e95aa14 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,7 +1,9 @@
* 1.9.6-dev, ????-??-??
- - Add support for TLS v1.1
- - Add support for TLS server name indicator extension
+ - TLS: Add support for TLS v1.1
+ - TLS: Support server name indicator extension
+ - TLS: Fix server handshake
+ - TLS: Fix server using DSA certificates
* 1.9.5, 2010-03-29
- Numerous ECC optimizations
@@ -9,6 +11,9 @@
- Allow PK_Signer's fault protection checks to be toggled off
- Avoid using pool-based locking allocator if we can't mlock
- Remove all runtime options
+ - New BER_Decoder::{decode_and_check, decode_octet_string_bigint}
+ - Remove SecureBuffer in favor of SecureVector length parameter
+ - HMAC_RNG: Perform a poll along with user-supplied entropy
- Fix crash in MemoryRegion if Allocator::get failed
- Fix small compilation problem on FreeBSD