diff options
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_12.rst | 6 | ||||
-rw-r--r-- | doc/relnotes/index.rst | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/relnotes/1_11_12.rst b/doc/relnotes/1_11_12.rst index 294561a4e..cc304b824 100644 --- a/doc/relnotes/1_11_12.rst +++ b/doc/relnotes/1_11_12.rst @@ -1,4 +1,4 @@ -Version 1.11.12, Not Yet Released +Version 1.11.12, 2015-01-02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Add Curve25519. The implementation is based on curve25519-donna-c64.c @@ -8,7 +8,8 @@ Version 1.11.12, Not Yet Released * Add Poly1305, based on the implementation poly1305-donna by Andrew Moon. -* Add the ChaCha20Poly1305 AEAD defined in draft-irtf-cfrg-chacha20-poly1305-03 +* Add the ChaCha20Poly1305 AEADs defined in draft-irtf-cfrg-chacha20-poly1305-03 + and draft-agl-tls-chacha20poly1305-04. * Add ChaCha20Poly1305 ciphersuites for TLS compatible with Google's servers following draft-agl-tls-chacha20poly1305-04 @@ -17,3 +18,4 @@ Version 1.11.12, Not Yet Released private keys default to using AES-256/GCM instead of AES-256/CBC * Define OIDs for OCB mode with AES, Serpent and Twofish. + diff --git a/doc/relnotes/index.rst b/doc/relnotes/index.rst index 0794c7430..e41cb57e9 100644 --- a/doc/relnotes/index.rst +++ b/doc/relnotes/index.rst @@ -8,6 +8,7 @@ Series 1.11 .. toctree:: :maxdepth: 1 + 1_11_12 1_11_11 1_11_10 1_11_9 |