Searched refs:ca_path (Results 1 – 12 of 12) 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 | 116 params->ca_path = config->ca_path; in eap_tls_cert_params_from_conf()
|
H A D | eap_teap.c | 172 !config->cert.ca_cert && !config->cert.ca_path) { in eap_teap_init()
|
/freebsd/contrib/wpa/src/crypto/ |
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_wolfssl.c | 1173 const char *ca_path) in tls_connection_ca_cert() argument 1239 if (ca_cert || ca_path) { in tls_connection_ca_cert() 1249 if (wolfSSL_CTX_load_verify_locations(ctx, ca_cert, ca_path) != in tls_connection_ca_cert() 1307 params->ca_path) < 0) { in tls_connection_set_params()
|
H A D | tls_openssl.c | 2784 size_t ca_cert_blob_len, const char *ca_path) in tls_connection_ca_cert() argument 2938 if (ca_cert || ca_path) { in tls_connection_ca_cert() 2940 if (SSL_CTX_load_verify_locations(ssl_ctx, ca_cert, ca_path) != in tls_connection_ca_cert() 5445 params->ca_path)) in tls_connection_set_params()
|
H A D | tls_gnutls.c | 522 } else if (params->ca_path) { in tls_connection_set_params()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config.c | 2558 { STRe(ca_path, cert.ca_path) }, 2568 { STRe(ca_path2, phase2_cert.ca_path) }, 2594 { STRe(machine_ca_path, machine_cert.ca_path) }, 2869 os_free(cert->ca_path); in eap_peer_config_free_cert()
|
H A D | config_winreg.c | 905 STR(ca_path); in wpa_config_write_network()
|
H A D | config_file.c | 707 STR(ca_path); in wpa_config_write_network()
|
H A D | ChangeLog | 1938 * added ca_path (and ca_path2) configuration variables that can be used
|