diff options
Diffstat (limited to 'doc/relnotes/1_11_12.rst')
-rw-r--r-- | doc/relnotes/1_11_12.rst | 6 |
1 files changed, 4 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. + |