diff options
author | lloyd <[email protected]> | 2013-12-29 18:45:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-29 18:45:02 +0000 |
commit | 0a675ef376a0745be925ea3abc692154b706b8e4 (patch) | |
tree | 3f7a7c909550f9e8c2edc732fe50fa1226192e0e /doc | |
parent | 6e3c0b6cb860e7c5ab835eb04d96ac779abb67ec (diff) |
Add 1.10.7 release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_10_7.rst | 2 | ||||
-rw-r--r-- | doc/relnotes/1_11_6.rst | 22 | ||||
-rw-r--r-- | doc/relnotes/index.rst | 1 |
3 files changed, 16 insertions, 9 deletions
diff --git a/doc/relnotes/1_10_7.rst b/doc/relnotes/1_10_7.rst new file mode 100644 index 000000000..6d15178b7 --- /dev/null +++ b/doc/relnotes/1_10_7.rst @@ -0,0 +1,2 @@ +Version 1.10.7, 2013-12-29 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst index a6dd9ba35..8282e9e28 100644 --- a/doc/relnotes/1_11_6.rst +++ b/doc/relnotes/1_11_6.rst @@ -1,12 +1,10 @@ -Version 1.11.6, Not Yet Released +Version 1.11.6, 2013-12-29 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* The Boost filesystem and asio libraries are now being used - internally. Using Boost is enabled by default, pass - ``--without-boost`` to ``configure.py`` to disable. +* The Boost filesystem and asio libraries are now being used by default. + Pass ``--without-boost`` to ``configure.py`` to disable. -* The default TLS policy no longer includes RC4 in the cipher list, and - refuses to negotation SSLv3 by default. +* The default TLS policy no longer allows SSLv3 or RC4. * OAEP had two bugs, one of which allowed it to be used even if the key was too small, and the other of which would cause a crash during @@ -14,10 +12,16 @@ Version 1.11.6, Not Yet Released * GCM mode now uses the Intel clmul instruction when available -* Add Threefish-512, including an implementation using AVX2 +* Add the Threefish-512 tweakable block cipher, including an AVX2 version -* Add HKDF from :rfc:`5869` +* Add SIV (from :rfc:`5297`) as a nonce-based AEAD -* Add SIV from :rfc:`5297` +* Add HKDF (from :rfc:`5869`) using an experimental PRF interface + +* Add HTTP utility functions and OCSP online checking + +* Add TLS::Policy::acceptable_ciphersuite hook to disable ciphersuites + on an ad-hoc basis. * TLS::Session_Manager_In_Memory's constructor now requires a RNG + diff --git a/doc/relnotes/index.rst b/doc/relnotes/index.rst index 83bde48b0..26b56c271 100644 --- a/doc/relnotes/index.rst +++ b/doc/relnotes/index.rst @@ -20,6 +20,7 @@ Series 1.10 .. toctree:: + 1_10_7 1_10_6 1_10_5 1_10_4 |