Searched refs:X509 (Results 1 – 5 of 5) sorted by relevance
1540 X509 *cert; in PHP_FUNCTION()1846 X509 *cert; in PHP_FUNCTION()1925 X509 *cert; in PHP_FUNCTION()1961 X509 *cert; in PHP_FUNCTION()1994 X509 *cert; in PHP_FUNCTION()2103 X509 *cert; in PHP_FUNCTION()2365 X509 *cert; in PHP_FUNCTION()2500 X509 *cert; in PHP_FUNCTION()2602 X509 *cert; in PHP_FUNCTION()2705 X509 *cert; in PHP_FUNCTION()[all …]
149 X509 *x509;
156 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, bool raw);360 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp()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()679 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in php_openssl_win_cert_verify_callback()804 X509 *cert; in php_openssl_load_stream_cafile()1847 php_openssl_netstream_data_t *sslsock, X509 *peer_cert) /* {{{ */ in php_openssl_capture_peer_certs()1871 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()1880 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()[all …]
127 // X509128 echo "X509 errors\n";177 X509 errors
128 // X509129 echo "X509 errors\n";173 X509 errors
Completed in 38 milliseconds