Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dxp_ssl.c386 static zend_bool php_openssl_matches_wildcard_name(const char *subjectname, const char *certname) /… in php_openssl_matches_wildcard_name() argument
392 if (strcasecmp(subjectname, certname) == 0) { in php_openssl_matches_wildcard_name()
397 if (!(wildcard = strchr(certname, '*')) || memchr(certname, '.', wildcard - certname)) { in php_openssl_matches_wildcard_name()
402 prefix_len = wildcard - certname; in php_openssl_matches_wildcard_name()
403 if (prefix_len && strncasecmp(subjectname, certname, prefix_len) != 0) { in php_openssl_matches_wildcard_name()

Completed in 11 milliseconds