summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-20 17:44:59 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-20 17:44:59 +0000
commitad93addd6db2dfd703888b24f7a9948d1f593c90 (patch)
tree02342b8bd55356702e70461b70c5b35fb237bae7 /NEWS
parent999d1697ec4a4da261c6e4a9a741b6dc5043ea4e (diff)
parentf39b85db96c099c5f851f000cb74fb5200e05919 (diff)
downloadgnutls-ad93addd6db2dfd703888b24f7a9948d1f593c90.tar.gz
Merge branch 'tmp-tls13-ocsp' into 'master'
tls13: fix issues with client OCSP responses Closes #876 See merge request gnutls/gnutls!1169
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fdc94fc88d..c599236c3f 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,10 @@ See the end for copying conditions.
to accepting it. This addresses the problem of accepting CAs which would
have been marked as insecure otherwise (#877).
+** libgnutls: On client side only send OCSP staples if they have been requested
+ by the server, and on server side always advertise that we support OCSP stapling
+ (#876).
+
** libgnutls: The default-priority-string added to system configuration
to allow overriding compiled-in default-priority-string.
@@ -59,6 +63,7 @@ See the end for copying conditions.
** API and ABI modifications:
GNUTLS_SFLAGS_CLI_REQUESTED_OCSP: Added
+GNUTLS_SFLAGS_SERV_REQUESTED_OCSP: Added
gnutls_ocsp_req_const_t: Added