Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c1590 X509 *cert; in PHP_FUNCTION()
1900 X509 *cert; in PHP_FUNCTION()
1979 X509 *cert; in PHP_FUNCTION()
2015 X509 *cert; in PHP_FUNCTION()
2048 X509 *cert; in PHP_FUNCTION()
2157 X509 *cert; in PHP_FUNCTION()
2413 X509 *cert; in PHP_FUNCTION()
2548 X509 *cert; in PHP_FUNCTION()
2650 X509 *cert; in PHP_FUNCTION()
2751 X509 *cert; in PHP_FUNCTION()
[all …]
H A Dphp_openssl.h117 X509 *x509;
H A Dxp_ssl.c123 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
342 static zend_bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) in php_openssl_x509_fingerprint_match()
421 static zend_bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list()
481 static zend_bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name()
627 X509 *cert = x509_store_ctx->cert; in php_openssl_win_cert_verify_callback()
629 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in php_openssl_win_cert_verify_callback()
756 X509 *cert; in php_openssl_load_stream_cafile()
1777 php_openssl_netstream_data_t *sslsock, X509 *peer_cert) /* {{{ */ in php_openssl_capture_peer_certs()
1801 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()
1810 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
[all …]
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt124 // X509
125 echo "X509 errors\n";
174 X509 errors

Completed in 54 milliseconds