Home
last modified time | relevance | path

Searched refs:subject_dn (Results 1 – 6 of 6) sorted by relevance

/src/contrib/wpa/src/tls/
H A Dx509v3.c58 os_free(cert->subject_dn); in x509_certificate_free()
1464 const u8 *subject_dn; in x509_parse_tbs_certificate() local
1553 subject_dn = pos; in x509_parse_tbs_certificate()
1556 cert->subject_dn = os_malloc(pos - subject_dn); in x509_parse_tbs_certificate()
1557 if (!cert->subject_dn) in x509_parse_tbs_certificate()
1559 cert->subject_dn_len = pos - subject_dn; in x509_parse_tbs_certificate()
1560 os_memcpy(cert->subject_dn, subject_dn, cert->subject_dn_len); in x509_parse_tbs_certificate()
H A Dx509v3.h58 u8 *subject_dn; member
H A Dtlsv1_client_ocsp.c174 issuer->subject_dn, issuer->subject_dn_len); in tls_process_ocsp_single_response()
175 hash_len = ocsp_hash_data(&alg.oid, issuer->subject_dn, in tls_process_ocsp_single_response()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_matching.c479 match = regexp_match(context, rc, md->subject_dn, idx); in component_match()
574 pkiDebug("%s: subject: '%s'\n", __FUNCTION__, md->subject_dn); in check_all_certs()
H A Dpkinit_crypto.h95 char *subject_dn; /* rfc2253-style subject name string */ member
H A Dpkinit_crypto_openssl.c4821 free(md->subject_dn); in crypto_cert_free_matching_data()
4864 ret = rfc2253_name(X509_get_subject_name(cert), &md->subject_dn); in get_matching_data()