From: Nikos Mavrogiannopoulos Date: Mon, 28 Jan 2013 00:51:35 +0000 (+0100) Subject: updated NEWS X-Git-Tag: gnutls_3_1_7~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b64cd6dbe5e4101cdf7f42e3aa47e6c9e679cb0;p=thirdparty%2Fgnutls.git updated NEWS --- 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: