Home
last modified time | relevance | path

Searched refs:X509 (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt28 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
32 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
35 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
H A Dopenssl_error_string_basic.phpt124 // X509
125 echo "X509 errors\n";
174 X509 errors
/PHP-7.4/ext/openssl/
H A Dopenssl.c799 X509 *x509 = (X509 *)rsrc->ptr; in php_openssl_x509_free()
1707 X509 *cert = NULL; in php_openssl_x509_from_zval()
1788 X509 * cert; in PHP_FUNCTION()
2117 X509 * cert; in PHP_FUNCTION()
2190 X509 *cert; in PHP_FUNCTION()
2224 X509 * cert = NULL; in PHP_FUNCTION()
2256 X509 * cert = NULL; in PHP_FUNCTION()
2741 X509 *x509; in PHP_FUNCTION()
2762 X509 *cert; in PHP_FUNCTION()
2792 X509 * cert; in STACK_OF()
[all …]
H A Dxp_ssl.c125 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
345 static zend_bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) in php_openssl_x509_fingerprint_match()
424 static zend_bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list()
484 static zend_bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name()
630 X509 *cert = x509_store_ctx->cert; in php_openssl_win_cert_verify_callback()
632 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in php_openssl_win_cert_verify_callback()
759 X509 *cert; in php_openssl_load_stream_cafile()
1824 php_openssl_netstream_data_t *sslsock, X509 *peer_cert) /* {{{ */ in php_openssl_capture_peer_certs()
1844 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()
1853 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
[all …]

Completed in 31 milliseconds