]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 6 Jun 2014 08:15:11 +0000 (10:15 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 6 Jun 2014 08:15:11 +0000 (10:15 +0200)
NEWS

diff --git a/NEWS b/NEWS
index bceea22af9b0d76f662dc451034d77c7f6af9d0e..374f81c018a126dbc6b3e64896ef79f4e9a774f8 100644 (file)
--- 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