summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-10 15:07:58 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-10 15:07:58 +0200
commit6baf65d4acece10f8c845f482596cc5b26d1a9c8 (patch)
tree007adc584822a823d169f6afcb42bdba12b1d32a
parentdf921af2f194af5cd82afff0b3bfe75999dadf2f (diff)
downloadgnutls-6baf65d4acece10f8c845f482596cc5b26d1a9c8.tar.gz
doc update
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d289ddf9a..431ff428e6 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,13 @@ See the end for copying conditions.
** libgnutls: gnutls_pkcs11_obj_import_url() and gnutls_x509_crt_import_url()
can accept the GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT flag.
+** libgnutls: gnutls_certificate_set_key() was enhanced to import the DNS
+ name of the certificates if the provided names are NULL.
+
+** libgnutls: when importing the certificate names at the
+ gnutls_certificate_set* functions, only consider the CN as a fallback
+ if DNS names are provided via the alternative name extension.
+
** API and ABI modifications:
No changes since last version.