summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-17 16:47:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-17 16:47:39 +0200
commit7657cf1cae558288631c793b7102ff52fa53e2f2 (patch)
tree74867329b0f3537a42d6bd3652bef6b129095ec4 /NEWS
parenta8ef3bd75912e374cff57a3db0019514f63f9d17 (diff)
downloadgnutls-7657cf1cae558288631c793b7102ff52fa53e2f2.tar.gz
documented changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 11 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 35de9dffcf..c00064ce48 100644
--- a/NEWS
+++ b/NEWS
@@ -4,14 +4,18 @@ See the end for copying conditions.
* Version 3.0.1 (unreleased)
+** libgnutls: gnutls_certificate_set_x509_key_file() and
+friends support server name indication. If multiple
+certificates are set using these functions the proper one
+will be selected during a handshake, with the limitation
+of a single name per certificate.
+
** libgnutls: Added AES-256-GCM which was left out from
the previous release. Reported by Benjamin Hof.
-** libgnutls: When asking for a PIN multiple times, the
-flags in the callback were not being updated to reflect
-for PIN low count or final try.
-
-** crywrap: Added to the distribution
+** libgnutls: When asking for a PKCS# 11 PIN multiple
+times, the flags in the callback were not being updated
+to reflect for PIN low count or final try.
** libgnutls: Do not allow second instances of PKCS #11
modules.
@@ -29,6 +33,8 @@ according to TLS specification (from subject to issuer).
gnutls_x509_crt_list_import. It checks whether the list to be
imported is properly sorted.
+** crywrap: Added to the distribution
+
** doc: Many GTK-DOC improvements.
** i18n: Translations were updated.