]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated NEWS
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 28 Jan 2013 00:51:35 +0000 (01:51 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 28 Jan 2013 00:51:35 +0000 (01:51 +0100)
.gitignore
NEWS

index 3e2620d0cc3e92b281f8bb002f10db45c159a73b..0bd84e964408a1b4c5d1d269ef8c65a21ff7d2cc 100644 (file)
@@ -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 32ac683954a349e8991f2565a0ff4b21c61953da..03abd36d34f6d8643c4189d1d0f26c7315ddbe8c 100644 (file)
--- 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: