Searched refs:fingerprint (Results 1 – 8 of 8) sorted by relevance
65 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…
2 Testing peer fingerprint on connection
362 zend_string *fingerprint; in php_openssl_x509_fingerprint_cmp() local365 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()
1931 zend_string *fingerprint; in PHP_FUNCTION() local1946 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()1947 if (fingerprint) { in PHP_FUNCTION()1948 RETVAL_STR(fingerprint); in PHP_FUNCTION()
20 … gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --fingerprint
1027 and paste the output from `gpg --fingerprint`. You may also need to update1032 ❯ gpg --fingerprint ramsey@php.net
15059 # fingerprint: file(1) magic for fingerprint data15065 0 string FP1 libfprint fingerprint data V115069 0 string FP2 libfprint fingerprint data V220602 # Wavelet Scalar Quantization format used in gray-scale fingerprint images32420 # allow us to fingerprint them with relatively high certainty.
Completed in 172 milliseconds