Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/openssl/
H A Dopenssl.c766 X509 *x509 = (X509 *)rsrc->ptr; in php_openssl_x509_free()
1666 X509 *cert = NULL; in php_openssl_x509_from_zval()
1745 X509 * cert; in PHP_FUNCTION()
2089 X509 * cert; in PHP_FUNCTION()
2163 X509 *cert; in PHP_FUNCTION()
2197 X509 * cert = NULL; in PHP_FUNCTION()
2300 X509 * cert = NULL; in PHP_FUNCTION()
2669 X509 *x509; in PHP_FUNCTION()
2690 X509 *cert; in PHP_FUNCTION()
2720 X509 * cert; in STACK_OF()
[all …]
H A Dxp_ssl.c102 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
322 static zend_bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) in php_openssl_x509_fingerprint_match()
401 static zend_bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list()
461 static zend_bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name()
607 X509 *cert = x509_store_ctx->cert; in php_openssl_win_cert_verify_callback()
609 X509 *cert = X509_STORE_CTX_get0_cert(x509_store_ctx); in php_openssl_win_cert_verify_callback()
772 X509 *cert; in php_openssl_load_stream_cafile()
1778 php_openssl_netstream_data_t *sslsock, X509 *peer_cert) /* {{{ */ in php_openssl_capture_peer_certs()
1798 STACK_OF(X509) *chain; in php_openssl_capture_peer_certs()
1807 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in php_openssl_capture_peer_certs()
[all …]
H A DREADME28 2. An X509 resource - public key only

Completed in 36 milliseconds