aboutsummaryrefslogtreecommitdiffstats
path: root/doc/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-01-03 18:27:44 -0500
committerJack Lloyd <[email protected]>2016-01-03 18:27:44 -0500
commit2713825275950737441a063b8ea8df25981d53b1 (patch)
tree652ce64b676ab10f1a3161d92e9d398a2abf8298 /doc/news.rst
parent4658f3094d652a012c29837910aef89788654b55 (diff)
Add extended master secret extension (RFC 7627) to TLS
Interop tested with mbed TLS
Diffstat (limited to 'doc/news.rst')
-rw-r--r--doc/news.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index 1b9ef3bf5..89f9aa6de 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -10,6 +10,13 @@ Version 1.11.26, Not Yet Released
future release. If there is a compelling use case for keeping any of
them in the library, please open a discussion ticket on GitHub.
+* Support for the TLS extended master secret extension (RFC 7627) has
+ been added.
+
+* The format of serialized TLS sessions has changed to add a flag
+ indicating support for the extended master secret flag, which is
+ needed for proper handling of the extension.
+
* Root all exceptions thrown by the library in the `Botan::Exception` class.
Previously the library would in many cases throw `std::runtime_error`
or `std::invalid_argument` exceptions which would make it hard to determine