summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-02 23:21:34 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-03-03 22:19:03 +0100
commit660bcb226b0639d7b415046fa5084c7be3e697ea (patch)
tree68c1265fe627187b9bcd663f92d9a78b6cf41784
parentdb83e327322ac277eeedfaa9b3d7f3fb1c704dd8 (diff)
downloadgnutls-tmp-fix-re-encoding.tar.gz
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67fada1cef..8f5ef9c7a5 100644
--- 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