summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-07 10:44:02 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-07 10:44:22 +0200
commit7d1ae5914c6f31d8ec42862b5d5b03760b8ad11f (patch)
tree2ca8681bbeb9dc55328679bcb6ad629a6897cc4d
parent75e2d8aa66b1cfd04511ddbfbda7a9a0fd45ac3d (diff)
downloadgnutls-7d1ae5914c6f31d8ec42862b5d5b03760b8ad11f.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8bbfaf16cc..50275188fa 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,9 @@ See the end for copying conditions.
** libgnutls: Depend on nettle 3.1.
-** libgnutls: Added support for AES-CCM (RFC6655 and RFC7251) ciphersuites.
+** libgnutls: Added support for AES-CCM and AES-CCM-8 (RFC6655 and RFC7251)
+ciphersuites. The former are enabled by default, the latter need to be
+explicitly enabled, since they reduce the overall security level.
** libgnutls: Added support for Chacha20-Poly1305 ciphersuites following
draft-mavrogiannopoulos-chacha-tls-05 and draft-irtf-cfrg-chacha20-poly1305-10.