From: Nikos Mavrogiannopoulos Date: Sat, 28 Mar 2015 22:18:06 +0000 (+0100) Subject: doc update X-Git-Tag: gnutls_3_4_0~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d61ad95b9f4c552e5f378fdb321f932914538bb2;p=thirdparty%2Fgnutls.git doc update --- 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