]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 2 Mar 2018 22:21:34 +0000 (23:21 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 5 Mar 2018 14:52:18 +0000 (14:52 +0000)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
NEWS

diff --git a/NEWS b/NEWS
index 67fada1cefe333ef28ed03ee0117bbd525fc6774..8f5ef9c7a53ca7ee35ab5c5f2838a00f62c124c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,11 @@ See the end for copying conditions.
 ** libgnutls: Introduced low-level function to assist applications attempting client
    hello extension parsing, prior to GnuTLS' parsing of the message.
 
+** libgnutls: When exporting an X.509 certificate avoid re-encoding if there are no
+   modifications to the certificate. That would prevent DER re-encoding issues in
+   libtasn1, or other DER incompatibilities to affect the verbatim use of a certificate.
+   Relates with #403
+
 ** API and ABI modifications:
 gnutls_fips140_set_mode: Added
 gnutls_session_key_update: Added