Searched refs:php_openssl_matches_wildcard_name (Results 1 – 1 of 1) sorted by relevance
418 static bool php_openssl_matches_wildcard_name(const char *subjectname, const char *certname) /* {{{… in php_openssl_matches_wildcard_name() function492 if (php_openssl_matches_wildcard_name(subject_name, (const char *)cert_name)) { in php_openssl_matches_san_list()547 } else if (php_openssl_matches_wildcard_name(subject_name, buf)) { in php_openssl_matches_common_name()1408 if (php_openssl_matches_wildcard_name(server_name, sslsock->sni_certs[i].name)) { in php_openssl_server_sni_callback()
Completed in 16 milliseconds