]> git.ipfire.org Git - thirdparty/gnutls.git/commit
ext/status_request: allow more than a single OCSP response to be received
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 10 Oct 2017 09:14:19 +0000 (11:14 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 Feb 2018 14:29:36 +0000 (15:29 +0100)
commitfa2fce94031902008d8a647defafef5b6c07e702
treecf6b23ebbb48a3ca8037c3d946b701ea4e41cfe4
parent3bd2a33c7ba41287fb6578059a555f70146b17de
ext/status_request: allow more than a single OCSP response to be received

That change allows for arbitrary number of OCSP responses
which is required in TLS1.3. The received list is now stored
in auth structure, and thus packed with it on resumption data.
The status response extension data, are now only used on server
side, when temporarily storing the OCSP response to send.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/auth.c
lib/auth/cert.h
lib/ext/status_request.c
lib/ext/status_request.h
lib/session_pack.c