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 | |
parent | 6680ef45401dd205b6d9497fa48ed590e4c5c1d6 (diff) |
Bump version to 1.11.32-pre
-rw-r--r-- | botan_version.py | 2 | ||||
-rw-r--r-- | doc/news.rst | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py index c737e21a0..06fc6cf5c 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,7 +1,7 @@ release_major = 1 release_minor = 11 -release_patch = 31 +release_patch = 32 release_so_abi_rev = release_patch # These are set by the distribution script 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |