BoringSSL: Move OCSP implementation into a separate file
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 4 Dec 2015 12:04:31 +0000 (14:04 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 4 Dec 2015 18:08:31 +0000 (20:08 +0200)
commit213e158ca8d466c5bf1403eec83b9af56cf28dff
treeee642c3ef38e1ff5129a03d09945ecc96530750e
parentf846211e3ec43dc1638ce1e4cae80e79c07129c7
BoringSSL: Move OCSP implementation into a separate file

This makes it easier to share the OCSP implementation needed for
BoringSSL outside tls_openssl.c. For now, this is mainly for
http_curl.c.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/Android.mk
hostapd/Makefile
src/crypto/tls_openssl.c
src/crypto/tls_openssl.h [new file with mode: 0644]
src/crypto/tls_openssl_ocsp.c [new file with mode: 0644]
wpa_supplicant/Android.mk
wpa_supplicant/Makefile