Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dbug68920.phpt65 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
72 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
79 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
88 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-src/ext/openssl/
H A Dxp_ssl.c362 zend_string *fingerprint; in php_openssl_x509_fingerprint_cmp() local
365 fingerprint = php_openssl_x509_fingerprint(peer, method, 0); in php_openssl_x509_fingerprint_cmp()
366 if (fingerprint) { in php_openssl_x509_fingerprint_cmp()
367 result = strcasecmp(expected, ZSTR_VAL(fingerprint)); in php_openssl_x509_fingerprint_cmp()
368 zend_string_release_ex(fingerprint, 0); in php_openssl_x509_fingerprint_cmp()
H A Dopenssl.c1907 zend_string *fingerprint; in PHP_FUNCTION() local
1922 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()
1923 if (fingerprint) { in PHP_FUNCTION()
1924 RETVAL_STR(fingerprint); in PHP_FUNCTION()
/php-src/docs/
H A Drelease-process.md1017 and paste the output from `gpg --fingerprint`. You may also need to update
1022 ❯ gpg --fingerprint ramsey@php.net
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15059 # fingerprint: file(1) magic for fingerprint data
15065 0 string FP1 libfprint fingerprint data V1
15069 0 string FP2 libfprint fingerprint data V2
20602 # Wavelet Scalar Quantization format used in gray-scale fingerprint images
32420 # allow us to fingerprint them with relatively high certainty.
H A Dmagic15059 # fingerprint: file(1) magic for fingerprint data
15065 0 string FP1 libfprint fingerprint data V1
15069 0 string FP2 libfprint fingerprint data V2
20602 # Wavelet Scalar Quantization format used in gray-scale fingerprint images
32420 # allow us to fingerprint them with relatively high certainty.

Completed in 227 milliseconds