Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dxp_ssl.c389 static zend_bool php_openssl_matches_wildcard_name(const char *subjectname, const char *certname) /… in php_openssl_matches_wildcard_name() function
450 if (php_openssl_matches_wildcard_name(subject_name, (const char *)cert_name)) { in php_openssl_matches_san_list()
498 } else if (php_openssl_matches_wildcard_name(subject_name, buf)) { in php_openssl_matches_common_name()
1348 if (php_openssl_matches_wildcard_name(server_name, sslsock->sni_certs[i].name)) { in php_openssl_server_sni_callback()

Completed in 9 milliseconds