summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-06 10:15:11 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-06 10:15:11 +0200
commitce8800fb7af475963f0d7beb06c89cea8bbdcbcd (patch)
tree41224046ae1babb3389fea5b8ef8c2ba1e180ded
parent3f0321a5ff77a397361a1c793f999e8e990bf9ca (diff)
downloadgnutls-ce8800fb7af475963f0d7beb06c89cea8bbdcbcd.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bceea22af9..374f81c018 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ See the end for copying conditions.
faster variant of gnutls_x509_crl_get_crt_serial() when coping with
very large structures.
+** libgnutls: When the decoding of a printable DN element fails, then treat
+it as unknown and print its hex value rather than failing. That works around
+an issue in a TURKTRST root certificate which improperly encodes the
+X520countryName element.
+
** API and ABI modifications:
gnutls_x509_crl_iter_deinit: Added
gnutls_x509_crl_iter_crt_serial: Added