Searched refs:ca_path (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/wpa/src/eap_peer/ |
| H A D | eap_config.h | 56 char *ca_path; member
|
| H A D | eap_tls_common.c | 112 params->ca_path = config->ca_path; in eap_tls_cert_params_from_conf()
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_wolfssl.c | 1516 const char *ca_path) in tls_connection_ca_cert() argument 1582 if (ca_cert || ca_path) { in tls_connection_ca_cert() 1585 ca_path ? ca_path : "N/A"); in tls_connection_ca_cert() 1586 if (wolfSSL_CTX_load_verify_locations(ctx, ca_cert, ca_path) != in tls_connection_ca_cert() 1651 params->ca_path) < 0) { in tls_connection_set_params()
|
| H A D | tls_internal.c | 259 params->ca_path)) { in tls_connection_set_params() 317 params->ca_cert_blob_len, params->ca_path)) { in tls_global_set_params()
|
| H A D | tls.h | 191 const char *ca_path; member
|
| H A D | tls_openssl.c | 3122 size_t ca_cert_blob_len, const char *ca_path) 3296 if (ca_cert || ca_path) { 3298 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != 5812 params->ca_path))
|
| H A D | tls_gnutls.c | 532 } else if (params->ca_path) { in tls_connection_set_params()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | config_winreg.c | 905 STR(ca_path); in wpa_config_write_network()
|
| H A D | config.c | 2746 { STRe(ca_path, cert.ca_path) }, 2756 { STRe(ca_path2, phase2_cert.ca_path) }, 2782 { STRe(machine_ca_path, machine_cert.ca_path) }, 3077 os_free(cert->ca_path); in eap_peer_config_free_cert()
|
| H A D | config_file.c | 814 STR(ca_path); in wpa_config_write_network()
|
| H A D | ChangeLog | 1970 * added ca_path (and ca_path2) configuration variables that can be used
|