Home
last modified time | relevance | path

Searched defs:peer (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/openssl/
H A Dxp_ssl.c300 static int php_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_x509_fingerprint_cmp()
314 static zend_bool php_x509_fingerprint_match(X509 *peer, zval *val) in php_x509_fingerprint_match()
393 static zend_bool matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in matches_san_list()
447 static zend_bool matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in matches_common_name()
471 static int apply_peer_verification_policy(SSL *ssl, X509 *peer, php_stream *stream) /* {{{ */ in apply_peer_verification_policy()
H A Dopenssl.c2117 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw) in php_openssl_x509_fingerprint()

Completed in 33 milliseconds