Lines Matching refs:X509
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()
1741 static int capture_peer_certs(php_stream *stream, php_openssl_netstream_data_t *sslsock, X509 *peer… in capture_peer_certs()
1761 STACK_OF(X509) *chain; in capture_peer_certs()
1770 X509 *mycert = X509_dup(sk_X509_value(chain, i)); in capture_peer_certs()
1795 X509 *peer_cert; in php_openssl_enable_crypto()