]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Parse and validate BasicOCSPResponse
authorJouni Malinen <j@w1.fi>
Wed, 16 Dec 2015 22:38:40 +0000 (00:38 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 16 Dec 2015 22:48:34 +0000 (00:48 +0200)
commitaf4eba16ceb6855b7387475e377be0c2ac87b76c
tree685c8263fab05ee2da2334fbd7437e114d1a6b98
parent8e416cecdba5c062b7ec9a6d3bf7c41e5c4962aa
TLS: Parse and validate BasicOCSPResponse

This adds the next step in completing TLS client support for OCSP
stapling. The BasicOCSPResponse is parsed, a signing certificate is
found, and the signature is verified. The actual sequence of OCSP
responses (SignleResponse) is not yet processed in this commit.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/tlsv1_client_ocsp.c
src/tls/x509v3.c
src/tls/x509v3.h