summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-28 01:51:35 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-28 01:51:35 +0100
commit7b64cd6dbe5e4101cdf7f42e3aa47e6c9e679cb0 (patch)
tree0d3fe4b77108d6e26dd6f6085491f6ce97296a95
parentbbb36bd8d5586d15f040d8415e5490d3bf75de71 (diff)
downloadgnutls-7b64cd6dbe5e4101cdf7f42e3aa47e6c9e679cb0.tar.gz
updated NEWS
-rw-r--r--.gitignore1
-rw-r--r--NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3e2620d0cc..0bd84e9644 100644
--- a/.gitignore
+++ b/.gitignore
@@ -631,3 +631,4 @@ tests/mini-dtls-record
tests/mini-x509-rehandshake
tests/mini-sbuf
tests/suite/mini-record-timing
+tests/mini-xssl
diff --git a/NEWS b/NEWS
index 32ac683954..03abd36d34 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,9 @@ padding mechanism in TLS allowing arbitrary padding in TLS records
in all ciphersuites, which makes length-hiding more efficient and solves some timing attacks. Both the server and the client must support this
extension. Whether length-hiding can be used on a given session can be checked using gnutls_record_can_use_length_hiding().
+** libgnutls: Corrected gnutls_cipher_decrypt2() when used with AEAD
+ciphers (i.e., AES-GCM).
+
** libgnutls-dane: Added function to specify a DLV file.
** API and ABI modifications: