Searched refs:subject_alt_names (Results 1 – 2 of 2) sorted by relevance
76 …mbedtls_x509_sequence subject_alt_names; /**< Optional list of Subject Alternative Names (Only … member
813 &crt->subject_alt_names ) ) != 0 ) in x509_get_crt_ext()1661 x509_info_subject_alt_name2( &p, &n, &crt->subject_alt_names ); in mbedtls_x509_subjectid_gets()1771 &crt->subject_alt_names ) ) != 0 ) in mbedtls_x509_crt_info()2588 for( cur = &crt->subject_alt_names; cur != NULL; cur = cur->next ) in x509_crt_verify_name()2815 seq_cur = cert_cur->subject_alt_names.next; in mbedtls_x509_crt_free()
Completed in 7 milliseconds