Home
last modified time | relevance | path

Searched refs:subject_alt_names (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_csr.h51 …mbedtls_x509_sequence subject_alt_names; /**< Optional list of raw entries of Subject Alternative … member
H A Dx509_crt.h66 …mbedtls_x509_sequence subject_alt_names; /**< Optional list of raw entries of Subject Alternative … member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_csr.c162 &csr->subject_alt_names)) != 0) { in x509_csr_parse_extensions()
573 &csr->subject_alt_names, in mbedtls_x509_csr_info()
630 mbedtls_asn1_sequence_free(csr->subject_alt_names.next); in mbedtls_x509_csr_free()
H A Dx509_crt.c1008 &crt->subject_alt_names)) != 0) { in x509_get_crt_ext()
1840 &crt->subject_alt_names, in mbedtls_x509_crt_info()
2992 if (x509_crt_check_san(&crt->subject_alt_names, cn, cn_len) == 0) { in x509_crt_verify_name()
3244 mbedtls_asn1_sequence_free(cert_cur->subject_alt_names.next); in mbedtls_x509_crt_free()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3168 * List all SAN types in the subject_alt_names field of the certificate.