wpa_supplicant: Add CA certification bundle support

Add support for CA certificate bundle support for server
certificate validation
This commit is contained in:
Kapil Gupta
2022-02-08 15:20:13 +05:30
parent 82e9afeade
commit 62eb06e386
10 changed files with 79 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ static void * eap_tls_init(struct eap_sm *sm)
{
struct eap_tls_data *data;
struct eap_peer_config *config = eap_get_config(sm);
if (config == NULL ||
config->private_key == 0) {
wpa_printf(MSG_INFO, "EAP-TLS: Private key not configured");