summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-09 07:59:16 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-09 07:59:16 +0100
commit9c95326d4fd3d168a0071a045fbb680eb35fb046 (patch)
treee7bcc6e03adb7f4b02ca14897e92a803196215f4
parentece930be24d49abd128b7e7c26f2f31553f1b837 (diff)
downloadgnutls-9c95326d4fd3d168a0071a045fbb680eb35fb046.tar.gz
doc update [ci skip]
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 041282f91f..05ceb1e1db 100644
--- a/NEWS
+++ b/NEWS
@@ -31,7 +31,7 @@ See the end for copying conditions.
** libgnutls: Fix double free in certificate information printing. If the PKIX
extension proxy was set with a policy language set but no policy specified,
- that could lead to a double free.
+ that could lead to a double free. [GNUTLS-SA-2017-1]
** libgnutls: Addressed memory leak in server side error path
(issue found using oss-fuzz project)
@@ -40,7 +40,7 @@ See the end for copying conditions.
parsing. Fixes by Alex Gaynor. (issues found using oss-fuzz project)
** libgnutls: Addressed invalid memory accesses in OpenPGP certificate parsing.
- (issues found using oss-fuzz project)
+ (issues found using oss-fuzz project) [GNUTLS-SA-2017-2]
** tpmtool: backported the --test-sign option.