Searched refs:php_openssl_matches_common_name (Results 1 – 1 of 1) sorted by relevance
481 static zend_bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name() function587 } else if (php_openssl_matches_common_name(peer, peer_name)) { in php_openssl_apply_peer_verification_policy()
Completed in 13 milliseconds