summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 02:59:00 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 02:59:00 +0100
commite7ae0b779afb092c48db6f962182bdc20ffc9f11 (patch)
tree0c6bd31049fb95c8e9250631af5129e31fbc06c6 /NEWS
parentb1e491fe7112c597db308f9c00937fa16c954e1f (diff)
downloadgnutls-e7ae0b779afb092c48db6f962182bdc20ffc9f11.tar.gz
updated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d9bfe1e366..04d1764703 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ in a template from an RFC4514 string.
** libgnutls-xssl: Added an experimental TLS library with an very simple
API.
+** libgnutls-dane: Added function to specify a DLV file.
+
+** libgnutls: Heartbeat code was made optional.
+
** libgnutls: Fixes in server side of DTLS-0.9.
** libgnutls: DN variable 'T' was expanded to 'title'.
@@ -37,15 +41,15 @@ instead. 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().
-** Added the experimental %NEW_PADDING priority string. It enables a
-new padding mechanism in TLS allowing arbitrary padding in TLS records
+** libgnutls: Added the experimental %NEW_PADDING priority string. It enables
+a new padding mechanism in TLS allowing arbitrary padding in TLS records
in all ciphersuites, which makes length-hiding more efficient and solves
the issues with timing attacks on CBC ciphersuites.
** libgnutls: Corrected gnutls_cipher_decrypt2() when used with AEAD
ciphers (i.e., AES-GCM). Reported by William McGovern.
-** libgnutls-dane: Added function to specify a DLV file.
+** libgnutls: Licensed under LGPLv2.1.
** API and ABI modifications:
gnutls_db_check_entry_time: Added