Home
last modified time | relevance | path

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

/PHP-7.0/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.phpt110 // X509
111 echo "X509 errors\n";
160 X509 errors
/PHP-7.0/ext/openssl/
H A Dopenssl.c730 X509 *x509 = (X509 *)rsrc->ptr; in php_x509_free()
1576 X509 *cert = NULL; in php_openssl_x509_from_zval()
1647 X509 * cert; in PHP_FUNCTION()
1968 X509 * cert; in PHP_FUNCTION()
2033 X509 *cert; in PHP_FUNCTION()
2067 X509 * cert = NULL; in PHP_FUNCTION()
2169 X509 * cert = NULL; in PHP_FUNCTION()
2518 X509 *x509; in PHP_FUNCTION()
2539 X509 *cert; in PHP_FUNCTION()
2569 X509 * cert; in STACK_OF()
[all …]
H A Dxp_ssl.c108 extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
309 static int php_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_x509_fingerprint_cmp()
323 static zend_bool php_x509_fingerprint_match(X509 *peer, zval *val) in php_x509_fingerprint_match()
402 static zend_bool matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in matches_san_list()
456 static zend_bool matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in matches_common_name()
480 static int apply_peer_verification_policy(SSL *ssl, X509 *peer, php_stream *stream) /* {{{ */ in apply_peer_verification_policy()
758 X509 *cert; in load_stream_cafile()
932 X509 *cert = NULL; in set_local_cert()
1761 STACK_OF(X509) *chain; in capture_peer_certs()
1770 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in capture_peer_certs()
[all …]
H A DREADME28 2. An X509 resource - public key only

Completed in 27 milliseconds