diff options
author | lloyd <[email protected]> | 2012-05-26 13:40:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-05-26 13:40:05 +0000 |
commit | ebabdc72b5aa7f3c06cd32c6fdd2835af75aa17e (patch) | |
tree | 479f4232f8af2952f9eec02cdae6aef3bcfd1e1c /doc | |
parent | a3cb8727415deca5f79721a7b4961c817eec74df (diff) |
Initial 1.11 notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 180a50340..b59cfe5c4 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,43 @@ Release Notes ======================================== +Series 1.11 +---------------------------------------- + +Version 1.11.0, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* The codebase has converted to C++11. Currently GCC 4.7 and Clang 3.1 + are known to work. + +* The TLS interface is now non-blocking and does not directly interact + with sockets. An example TLS server using asio is included which + scales to at least 64 processors. + +* X509_Store has been removed. x509_path_validate in x509path.h now + handles path validation and Certificate_Store handles storage of + certificates and CRLs. + +* TLS v1.2 is now supported + +* TLS now supports session resumption. Session information can be + saved in memory or to an encrypted SQLite database. + +* TLS renegotiation is now supported + +* TLS client authentication is now supported + +* TLS SRP and PSK ciphersuites are now supported + +* TLS session tickets are now supported + +* TLS ECDH key exchange and ECDSA certificates are now supported + +* Add support for SHA-2 ciphersuites + +* Add support for anonymous DH/ECDH ciphersuites + + Series 1.10 ---------------------------------------- |