diff options
author | Jack Lloyd <[email protected]> | 2016-10-28 16:30:37 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-28 16:30:37 -0400 |
commit | 8141ea4c2a51e908fae3ebb463154acffeac9186 (patch) | |
tree | 1100e9b20bce2ba05bbdb149ec50b14bad9da24b | |
parent | 90269f18d54897e890bf305d4db76d136ca1aeea (diff) |
Update release notes with 1.11.34 so far
[ci skip]
-rw-r--r-- | doc/news.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index 58b84bc5d..8f7b181c2 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -4,6 +4,16 @@ Release Notes Version 1.11.34, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Fix TLS session resumption bugs, if an application used a single + session cache for both TLS and DTLS protocols. (GH #688) + +* Add MessageAuthenticationCode::start_msg interface, for + MACs which require or can use a nonce (GH #691) + +* Add GMAC (GH #488 / #691) + +* HMAC_DRBG allows configuring maximum number of bytes before + a forced reseed (GH #690) Version 1.11.33, 2016-10-26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |