summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-09 13:38:09 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-01-09 13:38:09 +0000
commit16802c66b835c1b4050f2f999995ea1bd3e7a1af (patch)
tree2d44e2c1877236144e911436ecb63dc03f305b81 /NEWS
parent68d111e358061623bcc225303fe991324b135062 (diff)
parentbd383624af417cbb5cac831ee359b970383bbe42 (diff)
downloadgnutls-16802c66b835c1b4050f2f999995ea1bd3e7a1af.tar.gz
Merge branch 'tmp-ocsp-check' into 'master'903-add-crl-and-crq-fuzzers
Provide flag to identify sessions that an OCSP response was requested Closes #829 See merge request gnutls/gnutls!1131
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 565b15455e..2b4fd94210 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ See the end for copying conditions.
* Version 3.6.12 (unreleased)
+** libgnutls: Introduced flag of gnutls_session_get_flags() to identify
+ sessions that client request OCSP status request (#829).
+
** libgnutls: Introduced the gnutls_ocsp_req_const_t which is compatible
with gnutls_ocsp_req_t but const.
@@ -45,6 +48,7 @@ See the end for copying conditions.
a certificate from a certificate request.
** API and ABI modifications:
+GNUTLS_SFLAGS_CLI_REQUESTED_OCSP: Added
gnutls_ocsp_req_const_t: Added