From 858cf5c82260e45e5bf51ff17b63f493d8295356 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Wed, 23 Mar 2016 17:02:55 -0400 Subject: Add IETF standard ChaCha20Poly1305 ciphersuites to TLS --- doc/news.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/news.rst') diff --git a/doc/news.rst b/doc/news.rst index e7a62b0c2..80b0dfe5a 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,6 +1,18 @@ Release Notes ======================================== +Version 1.11.30, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Add IETF versions of the ChaCha20Poly1305 TLS ciphersuites from + draft-ietf-tls-chacha20-poly1305-04. The previously implemented + (non-standard) ChaCha20Poly1305 ciphersuites from + draft-agl-tls-chacha20poly1305 remain but are deprecated. + +* A bug in the IETF version of ChaCha20Poly1305 (with 96 bit nonces) + caused incorrect computation when the plaintext or AAD was exactly + a multiple of 16 bytes. + Version 1.11.29, 2016-03-20 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3