summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-20 11:27:44 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-20 14:37:13 +0100
commit0b4a018e0e397d421dff7fabac93ab2e561dacae (patch)
tree298f88c6f0bdf8253cdbba9681b2042d6a919613
parent41f70ad600bf5fccb38bbf284568537d8d4f9718 (diff)
downloadgnutls-0b4a018e0e397d421dff7fabac93ab2e561dacae.tar.gz
doc update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e0242e65e8..c90e6d51ab 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ See the end for copying conditions.
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.
+** libgnutls: Addressed invalid memory access in OpenPGP certificate parsing.
+ (issue found using oss-fuzz project)
+
** gnutls-cli: Added LMTP, POP3, NNTP, Sieve and PostgreSQL support to the
starttls-proto command. Patch by Robert Scheck.