Searched defs:peer (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/openssl/ |
H A D | xp_ssl.c | 271 static int php_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected TSRMLS_DC) in php_x509_fingerprint_cmp() 285 static zend_bool php_x509_fingerprint_match(X509 *peer, zval *val TSRMLS_DC) in php_x509_fingerprint_match() 373 static zend_bool matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in matches_san_list() 427 static zend_bool matches_common_name(X509 *peer, const char *subject_name TSRMLS_DC) /* {{{ */ in matches_common_name() 451 static int apply_peer_verification_policy(SSL *ssl, X509 *peer, php_stream *stream TSRMLS_DC) /* {{… in apply_peer_verification_policy()
|
H A D | openssl.c | 1796 int php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw, char **out, int *ou… in php_openssl_x509_fingerprint()
|
Completed in 19 milliseconds