summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-17 15:20:44 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-17 17:26:38 +0100
commit1f6aaca690a569ab9bd0222217ea225007bc0e32 (patch)
tree2930733d40041ede2b8afe86a3fe69b3053fd36c
parent47222024a24f306b9e8693f2cf655ffe2a76a9d2 (diff)
downloadgnutls-1f6aaca690a569ab9bd0222217ea225007bc0e32.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18365f499d..0a40907891 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ See the end for copying conditions.
* Version 3.6.0 (unreleased)
+** libgnutls: Refuse to import certificates which have fractional seconds
+ in Time fields, and X.509v1 certificates which have the unique identifiers
+ set. Both sets are prohibited by RFC5280.
+
** libgnutls: Refuse gnutls_record_send() and gnutls_record_recv()
calls prior to handshake being complete. Addresses gitlab issue #158.