From: Nikos Mavrogiannopoulos Date: Tue, 21 Apr 2015 08:40:41 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_4_1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cfd4a023ab6cf5bb37c9c94d3d81fc3e644bc8f;p=thirdparty%2Fgnutls.git doc update --- diff --git a/NEWS b/NEWS index 34a2a6b883..638a654246 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,17 @@ See the end for copying conditions. * Version 3.4.1 (unreleased) +** libgnutls: gnutls_certificate_get_ours: will return the certificate even +if a callback was used to send it. + +** Check for invalid length in the X.509 version field. Without the check +certificates with invalid length would be detected as having an arbitrary +version. Reported by Hanno Böck. + ** certtool: It can generate SHA256 key IDs. +** configure: re-enabled the --enable-local-libopts flag + ** API and ABI modifications: gnutls_x509_crt_get_pk_ecc_raw: Added