summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-06 07:34:43 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-06 07:34:43 +0100
commitc305913763186a26418f01cb1f3c211dd2024729 (patch)
tree7240063c829e19a24b4dcd92621446477e3790f9
parentc3c5b929dff29c7935bc38ee2845c856ff7a7974 (diff)
downloadgnutls-c305913763186a26418f01cb1f3c211dd2024729.tar.gz
doc update
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82d3239ef3..5b9fbaff9b 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ See the end for copying conditions.
without any intermediate caching. That caused delays in certificates with
a long list of names in functions such as gnutls_x509_crt_check_hostname().
With the current code, the SANs are parsed once on certificate import.
+ Resolves gitlab issue #165.
** libgnutls: Addressed integer overflow resulting to invalid memory write
in OpenPGP certificate parsing. Issue found using oss-fuzz project: