From: Nikos Mavrogiannopoulos Date: Fri, 6 Jun 2014 08:15:11 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_3_5~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8800fb7af475963f0d7beb06c89cea8bbdcbcd;p=thirdparty%2Fgnutls.git doc update --- 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