]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Parse OCSPResponse to extract BasicOCSPResponse
authorJouni Malinen <j@w1.fi>
Mon, 14 Dec 2015 10:31:35 +0000 (12:31 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 14 Dec 2015 13:49:01 +0000 (15:49 +0200)
commit06f14421ea8644d12a7b0be6b583114869f9c451
tree1930c73b4bd390db6b9cc70563e938fbec3eeb7b
parentd560288a44109085d680259b4e1561d68b44bafd
TLS: Parse OCSPResponse to extract BasicOCSPResponse

This adds the next step for OCSP stapling. The received OCSPResponse is
parsed to get the BasicOCSPResponse. This commit does not yet process
the BasicOCSPResponse.

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