summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-12-14 15:41:17 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-12-15 20:12:01 +0100
commit0ae82294ca86e42b33368a94f1b3c5b91694729f (patch)
tree6cf6f5385a149cd4534b6169b743e6346f4bc0dd /NEWS
parent2b715b9564681acb3008a5574dcf25464de8b038 (diff)
downloadgnutls-0ae82294ca86e42b33368a94f1b3c5b91694729f.tar.gz
Provide flag to identify sessions that an OCSP response was requested
That adds the flag GNUTLS_SFLAGS_CLI_REQUESTED_OCSP which can be checked by a server application to determine whether the client has requested stapled OCSP responses. This includes minor cleanups in the status request handling code. Resolves: #829 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85398a7f69..002e53c7d6 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,14 @@ 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.
** API and ABI modifications:
+GNUTLS_SFLAGS_CLI_REQUESTED_OCSP: Added
gnutls_ocsp_req_const_t: Added