Searched refs:X509 (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/openssl/tests/ |
H A D | openssl_x509_read_basic.phpt | 28 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 D | openssl_error_string_basic.phpt | 110 // X509 111 echo "X509 errors\n"; 160 X509 errors
|
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 730 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 D | xp_ssl.c | 108 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 D | README | 28 2. An X509 resource - public key only
|
Completed in 39 milliseconds