TLS: Parse CertificateStatus message
authorJouni Malinen <j@w1.fi>
Sun, 13 Dec 2015 21:11:32 +0000 (23:11 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 14 Dec 2015 13:49:01 +0000 (15:49 +0200)
commitd560288a44109085d680259b4e1561d68b44bafd
treec0dec49b075b3e226a4143c8478a95850cf887e2
parenteeba1684532f95a9d1f2b4a6379cf77b9a924df7
TLS: Parse CertificateStatus message

This allows the internal TLS client implementation to accept
CertificateStatus message from the server when trying to use OCSP
stapling. The actual OCSPResponse is not yet processed in this commit,
but the CertificateStatus message is accepted to allow the TLS handshake
to continue.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/Makefile
src/tls/tlsv1_client.c
src/tls/tlsv1_client_i.h
src/tls/tlsv1_client_ocsp.c [new file with mode: 0644]
src/tls/tlsv1_client_read.c
wpa_supplicant/Android.mk
wpa_supplicant/Makefile