Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dxp_ssl.c345 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp()
359 static bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) in php_openssl_x509_fingerprint_match()
438 static bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list()
518 static bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name()
544 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.c1947 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw) in php_openssl_x509_fingerprint()

Completed in 30 milliseconds