/hostap-latest/src/tls/ |
D | x509v3.c | 45 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free() 67 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free() 217 struct x509_certificate *cert, in x509_parse_public_key() 687 struct x509_certificate *cert, const u8 **next) in x509_parse_validity() 765 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage() 798 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints() 1049 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name() 1073 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name() 1146 static int x509_parse_ext_certificate_policies(struct x509_certificate *cert, in x509_parse_ext_certificate_policies() 1270 static int x509_parse_ext_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_ext_key_usage() [all …]
|
D | tlsv1_client_ocsp.c | 111 struct x509_certificate *cert, in tls_process_ocsp_single_response() 312 struct x509_certificate *cert, in tls_process_ocsp_responses() 436 struct x509_certificate *cert; in tls_process_basic_ocsp_response() local 656 struct x509_certificate *cert; in tls_process_ocsp_response() local
|
D | tlsv1_cred.c | 48 struct x509_certificate *cert, *p; in tlsv1_add_cert_der() local 158 const char *cert, const u8 *cert_blob, in tlsv1_set_cert_chain() 194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert() 258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert() 498 struct x509_certificate *cert; in pkcs12_certbag() local
|
D | tlsv1_client_read.c | 280 struct x509_certificate *cert) in tls_peer_cert_event() 329 struct x509_certificate *cert, in tls_cert_chain_failure_event() 360 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local 831 struct x509_certificate *cert; in tls_process_certificate_status() local
|
D | tlsv1_cred.h | 14 struct x509_certificate *cert; member
|
D | tlsv1_client_write.c | 27 struct x509_certificate *cert; in tls_client_cert_chain_der_len() local 257 struct x509_certificate *cert; in tls_write_client_certificate() local
|
D | tlsv1_server_write.c | 27 struct x509_certificate *cert; in tls_server_cert_chain_der_len() local 194 struct x509_certificate *cert; in tls_write_server_certificate() local
|
D | tlsv1_common.c | 165 struct x509_certificate *cert; in tls_parse_cert() local
|
D | tlsv1_server_read.c | 402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
|
/hostap-latest/src/crypto/ |
D | tls_openssl.c | 378 const CERT_CONTEXT *cert; member 564 X509 *cert = NULL; in tls_cryptoapi_cert() local 667 X509 *cert; in tls_cryptoapi_ca_cert() local 1843 static int tls_match_altsubject_component(X509 *cert, int type, in tls_match_altsubject_component() 1868 static int tls_match_altsubject(X509 *cert, const char *match) in tls_match_altsubject() 1992 static int match_dn_field(const X509 *cert, int nid, const char *field, in match_dn_field() 2065 static int get_value_from_field(const X509 *cert, char *field_str, in get_value_from_field() 2125 static int tls_match_dn_field(X509 *cert, const char *match) in tls_match_dn_field() 2158 static int tls_match_suffix_helper(X509 *cert, const char *match, in tls_match_suffix_helper() 2229 static int tls_match_suffix(X509 *cert, const char *match, int full) in tls_match_suffix() [all …]
|
D | tls_gnutls.c | 610 gnutls_datum_t cert, key; in tls_connection_set_params() local 929 const gnutls_datum_t *cert, int depth, in gnutls_tls_fail_event() 955 static int server_eku_purpose(gnutls_x509_crt_t cert) in server_eku_purpose() 1089 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix_helper() 1109 static int tls_match_suffix(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix() 1141 gnutls_x509_crt_t cert; in tls_connection_verify_peer() local
|
D | tls_wolfssl.c | 602 static int tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, in tls_match_alt_subject_component() 628 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject() 703 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, in tls_match_suffix_helper() 774 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix() 841 static struct wpabuf * get_x509_cert(WOLFSSL_X509 *cert) in get_x509_cert() 861 struct wpabuf *cert = NULL; in wolfssl_tls_fail_event() local 884 struct wpabuf *cert = NULL; in wolfssl_tls_cert_event() local 1039 struct wpabuf *cert; in tls_verify_cb() local
|
D | tls_openssl_ocsp.c | 389 static int issuer_match(X509 *cert, X509 *issuer, CertID *certid) in issuer_match() 480 enum ocsp_result check_ocsp_resp(SSL_CTX *ssl_ctx, SSL *ssl, X509 *cert, in check_ocsp_resp()
|
D | tls.h | 55 const struct wpabuf *cert; member 70 const struct wpabuf *cert; member
|
/hostap-latest/src/utils/ |
D | http_curl.c | 180 static void debug_dump_cert(const char *title, X509 *cert) in debug_dump_cert() 205 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_othername() 237 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_dns() 258 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name() 272 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert, in add_alt_names() 778 X509 *cert) in add_logotype_ext() 849 X509 *cert, GENERAL_NAMES **names) in parse_cert() 885 static int validate_server_cert(struct http_ctx *ctx, X509 *cert) in validate_server_cert() 914 X509 *cert; in http_parse_x509_certificate() local 975 X509 *cert; in curl_cb_ssl_verify() local [all …]
|
/hostap-latest/tests/fuzzing/x509/ |
D | x509.c | 18 struct x509_certificate *cert; in LLVMFuzzerTestOneInput() local
|
/hostap-latest/hs20/server/www/ |
D | remediation.php | 37 $cert = $user['methods'] == "TLS" || strncmp($username, "cert-", 5) == 0; variable
|
D | users.php | 165 $cert = $row['cert']; variable
|
D | est.php | 178 $cert = file_get_contents($cert_pem); variable
|
/hostap-latest/tests/ |
D | test-x509v3.c | 20 struct x509_certificate *certs = NULL, *last = NULL, *cert; in main() local
|
/hostap-latest/hs20/client/ |
D | est.c | 95 X509 *cert = sk_X509_value(certs, i); in pkcs7_to_cert() local 417 X509 *cert; in generate_csr() local
|
D | osu_client.c | 218 static int process_est_cert(struct hs20_osu_client *ctx, xml_node_t *cert, in process_est_cert() 309 char *cert; in download_cert() local 557 xml_node_t *tnds, *mo, *cert; in hs20_add_pps_mo() local 702 xml_node_t *cert; in update_pps_file() local 2944 static int osu_cert_cb(void *_ctx, struct http_cert *cert) in osu_cert_cb()
|
/hostap-latest/tests/hwsim/ |
D | test_cert_check.py | 70 def sign_cert(cert, cert_file, cakey, cacert): argument
|
/hostap-latest/hs20/server/ |
D | spp_server.c | 720 xml_node_t *cred, *cert; in build_credential_cert() local 842 char *cert; in build_sub_rem_resp() local 1447 const char *pw, const char *cert, in build_pps() 1633 int cert = 0; in hs20_user_input_registration() local 1840 char *user, *realm, *cert; in hs20_cert_reenroll_complete() local 2406 int cert = 0; in add_subscription() local
|
/hostap-latest/src/eap_peer/ |
D | eap_tls.c | 37 struct eap_peer_cert_config *cert; in eap_tls_init() local
|