Home
last modified time | relevance | path

Searched refs:fingerprint (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/openssl/tests/
H A Dbug68920.phpt51 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
58 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
65 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
74 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
H A Dopenssl_peer_fingerprint_basic.phpt2 Testing peer fingerprint on connection
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c311 zend_string *fingerprint; in php_x509_fingerprint_cmp() local
314 fingerprint = php_openssl_x509_fingerprint(peer, method, 0); in php_x509_fingerprint_cmp()
315 if (fingerprint) { in php_x509_fingerprint_cmp()
316 result = strcasecmp(expected, ZSTR_VAL(fingerprint)); in php_x509_fingerprint_cmp()
317 zend_string_release(fingerprint); in php_x509_fingerprint_cmp()
H A Dopenssl.c2038 zend_string *fingerprint; in PHP_FUNCTION() local
2050 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()
2051 if (fingerprint) { in PHP_FUNCTION()
2052 RETVAL_STR(fingerprint); in PHP_FUNCTION()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic11902 # Wavelet Scalar Quantization format used in gray-scale fingerprint images

Completed in 60 milliseconds