Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c1471 X509 *cert; in PHP_FUNCTION()
1781 X509 *cert; in PHP_FUNCTION()
1860 X509 *cert; in PHP_FUNCTION()
1896 X509 *cert; in PHP_FUNCTION()
1929 X509 *cert; in PHP_FUNCTION()
2038 X509 *cert; in PHP_FUNCTION()
2294 X509 *cert; in PHP_FUNCTION()
2429 X509 *cert; in PHP_FUNCTION()
2531 X509 *cert; in PHP_FUNCTION()
2634 X509 *cert; in PHP_FUNCTION()
[all …]
H A Dphp_openssl.h148 X509 *x509;
H A Dxp_ssl.c156 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw);
374 static bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) in php_openssl_x509_fingerprint_match()
453 static bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list()
533 static bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name()
680 X509 *cert = x509_store_ctx->cert; in php_openssl_win_cert_verify_callback()
682 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in php_openssl_win_cert_verify_callback()
808 X509 *cert; in php_openssl_load_stream_cafile()
1851 php_openssl_netstream_data_t *sslsock, X509 *peer_cert) /* {{{ */ in php_openssl_capture_peer_certs()
1875 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()
1884 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
[all …]
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt128 // X509
129 echo "X509 errors\n";
178 X509 errors
H A Dopenssl_error_string_basic_openssl3.phpt131 // X509
132 echo "X509 errors\n";
177 X509 errors

Completed in 52 milliseconds