Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dxp_ssl.c403 static bool php_openssl_matches_wildcard_name(const char *subjectname, const char *certname) /* {{{… in php_openssl_matches_wildcard_name() function
477 if (php_openssl_matches_wildcard_name(subject_name, (const char *)cert_name)) { in php_openssl_matches_san_list()
532 } else if (php_openssl_matches_wildcard_name(subject_name, buf)) { in php_openssl_matches_common_name()
1393 if (php_openssl_matches_wildcard_name(server_name, sslsock->sni_certs[i].name)) { in php_openssl_server_sni_callback()

Completed in 10 milliseconds