Home
last modified time | relevance | path

Searched refs:peer (Results 1 – 11 of 11) sorted by relevance

/PHP-7.1/ext/sockets/tests/
H A Dsocket_getpeername.phpt29 Warning: socket_getpeername(): unable to retrieve peer name [%i]: %a in %s on line %i
H A Dsocket_getpeername_ipv4loop.phpt55 die('Unable to retrieve peer name');
H A Dsocket_getpeername_ipv6loop.phpt56 die('Unable to retrieve peer name');
H A Dsocket_strerror.phpt128 string(24) "Connection reset by peer"
/PHP-7.1/ext/openssl/tests/
H A Dbug68920.phpt53 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
60 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
H A Dsan_peer_matching.phpt47 Warning: stream_socket_client(): Unable to locate peer certificate CN in %s on line %d
H A Dpeer_verification.phpt41 // Should succeed with peer verification disabled in context
H A Dopenssl_peer_fingerprint_basic.phpt2 Testing peer fingerprint on connection
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c305 fingerprint = php_openssl_x509_fingerprint(peer, method, 0); in php_x509_fingerprint_cmp()
314 static zend_bool php_x509_fingerprint_match(X509 *peer, zval *val) in php_x509_fingerprint_match() argument
329 return method && php_x509_fingerprint_cmp(peer, method, Z_STRVAL_P(val)) == 0; in php_x509_fingerprint_match()
344 if (php_x509_fingerprint_cmp(peer, ZSTR_VAL(key), Z_STRVAL_P(current)) != 0) { in php_x509_fingerprint_match()
393 static zend_bool matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in matches_san_list() argument
399 GENERAL_NAMES *alt_names = X509_get_ext_d2i(peer, NID_subject_alt_name, 0, 0); in matches_san_list()
447 static zend_bool matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in matches_common_name() argument
454 cert_name = X509_get_subject_name(peer); in matches_common_name()
525 if (!php_x509_fingerprint_match(peer, peer_fingerprint)) { in apply_peer_verification_policy()
549 if (matches_san_list(peer, peer_name)) { in apply_peer_verification_policy()
[all …]
H A Dopenssl.c2117 zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw) in php_openssl_x509_fingerprint() argument
2127 } else if (!X509_digest(peer, mdtype, md, &n)) { in php_openssl_x509_fingerprint()
/PHP-7.1/
H A DNEWS3430 . Fixed bug #68344 (MySQLi does not provide way to disable peer certificate

Completed in 72 milliseconds