diff options
author | Jack Lloyd <[email protected]> | 2016-09-01 10:36:20 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-09-01 10:36:20 -0400 |
commit | ecc098cead587885a3b56fd7d17a4f55e73b5965 (patch) | |
tree | 11bb3de897e57669c0506dea93ed61d8182c2e61 /doc | |
parent | 6680ef45401dd205b6d9497fa48ed590e4c5c1d6 (diff) |
Bump version to 1.11.32-pre
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index 711f982a8..e27ae6593 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,6 +1,18 @@ Release Notes ======================================== +Version 1.11.32, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Add support for TLS Encrypt-then-MAC extension (GH #492 and #578) + which fixes the known issues in the TLS CBC-HMAC construction. + +* Add a new TLS Callbacks interface. Compatability with previous + versions is maintained. GH #457 and #567 + +* The HMAC_RNG constructor added in 1.11.31 that took both an RNG and an + entropy source list ignored the entropy sources. + Version 1.11.31, 2016-08-30 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |