Home
last modified time | relevance | path

Searched refs:ca_path (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_config.h56 char *ca_path; member
H A Deap_tls_common.c116 params->ca_path = config->ca_path; in eap_tls_cert_params_from_conf()
H A Deap_teap.c172 !config->cert.ca_cert && !config->cert.ca_path) { in eap_teap_init()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_internal.c259 params->ca_path)) { in tls_connection_set_params()
317 params->ca_cert_blob_len, params->ca_path)) { in tls_global_set_params()
H A Dtls.h191 const char *ca_path; member
H A Dtls_wolfssl.c1173 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 Dtls_openssl.c2784 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 Dtls_gnutls.c522 } else if (params->ca_path) { in tls_connection_set_params()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c2558 { 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 Dconfig_winreg.c905 STR(ca_path); in wpa_config_write_network()
H A Dconfig_file.c707 STR(ca_path); in wpa_config_write_network()
H A DChangeLog1938 * added ca_path (and ca_path2) configuration variables that can be used