Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dxp_ssl.c308 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp()
322 static zend_bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) in php_openssl_x509_fingerprint_match()
401 static zend_bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list()
461 static zend_bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name()
487 static int php_openssl_apply_peer_verification_policy(SSL *ssl, X509 *peer, php_stream *stream) /* … in php_openssl_apply_peer_verification_policy()
H A Dopenssl.c2134 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw) in php_openssl_x509_fingerprint()

Completed in 24 milliseconds