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 | |
parent | a3cb8727415deca5f79721a7b4961c817eec74df (diff) |
Initial 1.11 notes
-rw-r--r-- | doc/log.txt | 37 | ||||
-rw-r--r-- | readme.txt | 2 |
2 files changed, 38 insertions, 1 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 ---------------------------------------- diff --git a/readme.txt b/readme.txt index f7bc55f61..5ea72c4eb 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.10.2, ????-??-?? +Botan 1.11.0, ????-??-?? http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |