diff options
author | Jack Lloyd <[email protected]> | 2016-10-30 13:23:30 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-30 13:23:30 -0400 |
commit | 2dd03461dd597ab4c6bbf488162ed636a31edbf1 (patch) | |
tree | f90b7fcdf039794bacc16c96a58ecea18be567c2 /doc | |
parent | b4c9de4d321144f4c1c8d43e5a827011c8c4fca5 (diff) |
Update 1.11.34 release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/doc/news.rst b/doc/news.rst index 8f7b181c2..f88b480d0 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -4,16 +4,28 @@ 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) +* Fix TLS session resumption bugs which caused resumption failures if an + application used a single session cache for both TLS and DTLS. (GH #688) -* Add MessageAuthenticationCode::start_msg interface, for - MACs which require or can use a nonce (GH #691) +* Add MessageAuthenticationCode::start_msg interface, for MACs which require or + can use a nonce (GH #691) -* Add GMAC (GH #488 / #691) +* Add GMAC, a MAC based on GCM which requires a nonce (GH #488 / #691) + +* HMAC_DRBG allows configuring maximum number of bytes before a forced reseed + (GH #690) + +* The deprecated RNGs HMAC_RNG and X9.31 RNG have been removed. Now the only + userspace PRNG included in the library is HMAC_DRBG. (GH #692) + +* The entropy sources for EGD and BeOS, as well as the Unix entropy source which + executed processes to get statistical data have been removed. (GH #692) + +* The openpgp module (which just implemented OpenPGP compatible base64 encoding + and decoding, nothing else) has been removed. + +* Add more tests for Pipe/Filter (GH #689 #693) -* HMAC_DRBG allows configuring maximum number of bytes before - a forced reseed (GH #690) Version 1.11.33, 2016-10-26 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |