]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP peer config: Move ocsp param to phase1/phase2
authorJouni Malinen <j@w1.fi>
Sun, 1 Sep 2019 13:07:58 +0000 (16:07 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 1 Sep 2019 14:19:35 +0000 (17:19 +0300)
commit043de65f1c42658d72fa6edce7b31891d255140a
treed6876534746b49b55ed5ddc4f0ec1607305ff9ac
parente0ee87c70614b4d0d0bbe55bfae57297b1530b97
EAP peer config: Move ocsp param to phase1/phase2

OCSP configuration is applicable to each instance of TLS-based
authentication and as such, the configuration might need to be different
for Phase 1 and Phase 2. Move ocsp into struct eap_peer_cert_config and
add a separate ocsp2 network profile parameter to set this for Phase 2.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_config.h
src/eap_peer/eap_tls_common.c
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/interworking.c
wpa_supplicant/wpa_supplicant.conf