summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-28 23:18:06 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-28 23:18:06 +0100
commitd61ad95b9f4c552e5f378fdb321f932914538bb2 (patch)
tree68bf31f3f59f1c1e68411f2fad5fb7c765780ce0 /NEWS
parentca8aba2b19708c34dcdd34ecc59c028ba576282f (diff)
downloadgnutls-d61ad95b9f4c552e5f378fdb321f932914538bb2.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3480300e37..06f6e4577d 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,12 @@ applications closing all open file descriptors.
** libgnutls: Added support for AES-CCM (RFC6655 and RFC7251) ciphersuites.
+** libgnutls: Added support for Chacha20-Poly1305 ciphersuites following
+draft-mavrogiannopoulos-chacha-tls-04 and draft-irtf-cfrg-chacha20-poly1305-10.
+That is currently provided as technology preview and is not enabled by
+default, since there are no assigned ciphersuite points by IETF and there
+is no guarrantee of compatibility between draft versions.
+
** libgnutls: Added a new simple and hard to misuse AEAD API (crypto.h).
** libgnutls: The gnutls_handshake() process will enforce a timeout by