summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-06 10:16:45 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-06 10:16:45 +0200
commit6655d4306aacb4fe492ff6dfa3194a0308d36e75 (patch)
tree2edf645653b1095db73191443c90e07c2e168353
parent5b1996aaa1fddcc7f049cae518a57b2544c99aaf (diff)
downloadgnutls-6655d4306aacb4fe492ff6dfa3194a0308d36e75.tar.gz
doc update
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41b1deb7c0..4ba7879e9b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,17 @@ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.2.16 (unreleased)
+
+** libgnutls: When the decoding of a printable DN element fails, then treat
+it as unknown and print its hex value rather than failing. That works around
+an issue in a TURKTRST root certificate which improperly encodes the
+X520countryName element.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.2.15 (released 2014-05-30)
** libgnutls: Eliminated memory corruption issue in Server Hello parsing.