Home
last modified time | relevance | path

Searched refs:alt_names (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/.github/scripts/
H A Dsetup-slapd.sh7 alt_names() { function
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c459 GENERAL_NAMES *alt_names = X509_get_ext_d2i(peer, NID_subject_alt_name, 0, 0); in php_openssl_matches_san_list() local
460 int alt_name_count = sk_GENERAL_NAME_num(alt_names); in php_openssl_matches_san_list()
476 GENERAL_NAME *san = sk_GENERAL_NAME_value(alt_names, i); in php_openssl_matches_san_list()
494 sk_GENERAL_NAME_pop_free(alt_names, GENERAL_NAME_free); in php_openssl_matches_san_list()
508 sk_GENERAL_NAME_pop_free(alt_names, GENERAL_NAME_free); in php_openssl_matches_san_list()
518 sk_GENERAL_NAME_pop_free(alt_names, GENERAL_NAME_free); in php_openssl_matches_san_list()
527 sk_GENERAL_NAME_pop_free(alt_names, GENERAL_NAME_free); in php_openssl_matches_san_list()

Completed in 45 milliseconds