Home
last modified time | relevance | path

Searched refs:cafile (Results 1 – 25 of 26) sorted by relevance

12

/PHP-5.6/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
10 'cafile' => 'http://curl.haxx.se/ca/cacert.pem'
14 Warning: remote cafile streams are disabled for security purposes in %s on line %d
H A Dbug69215.phpt15 'cafile' => __DIR__ . '/bug69215-ca.pem',
33 'cafile' => __DIR__ . '/bug69215-ca.pem',
H A Dbug65538_001.phpt2 Bug #65538: SSL context "cafile" supports stream wrappers
39 'cafile' => 'file://' . __DIR__ . '/bug54992-ca.pem',
H A Dbug65538_003.phpt2 Bug #65538: SSL context "cafile" supports phar wrapper
40 'cafile' => 'phar://' . __DIR__ . '/bug65538.phar/bug54992-ca.pem',
H A Dstream_verify_peer_name_002.phpt27 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dcapture_peer_cert_001.phpt27 'cafile' => __DIR__ . '/bug54992-ca.pem'
H A Dbug73072.phpt30 'cafile' => __DIR__ . '/sni_server_ca.pem',
H A Dstream_crypto_flags_001.phpt29 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dstream_verify_peer_name_003.phpt27 'cafile' => __DIR__ . '/bug54992-ca.pem'
H A Dstream_crypto_flags_003.phpt34 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dsan_peer_matching.phpt28 'cafile' => __DIR__ . '/san-ca.pem',
H A Dsession_meta_capture.phpt31 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dsni_server.phpt30 'cafile' => __DIR__ . '/sni_server_ca.pem',
H A Dstream_crypto_flags_002.phpt31 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dbug48182.phpt30 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dpeer_verification.phpt49 'cafile' => $caFile,
H A Dstream_crypto_flags_004.phpt31 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dopenssl_peer_fingerprint_basic.phpt28 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dbug54992.phpt69 'cafile' => __DIR__ . '/bug54992-ca.pem',
/PHP-5.6/ext/standard/tests/streams/
H A Dopendir-004.phpt17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
H A Dopendir-003.phpt17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c745 stream = php_stream_open_wrapper(cafile, "rb", 0, NULL); in load_stream_cafile()
748 php_error(E_WARNING, "failed loading cafile stream: `%s'", cafile); in load_stream_cafile()
818 char *cafile = NULL; in enable_peer_verification() local
822 GET_VER_OPT_STRING("cafile", cafile); in enable_peer_verification()
825 if (cafile == NULL) { in enable_peer_verification()
826 cafile = zend_ini_string("openssl.cafile", sizeof("openssl.cafile"), 0); in enable_peer_verification()
827 cafile = strlen(cafile) ? cafile : NULL; in enable_peer_verification()
830 STACK_OF(X509_NAME) *cert_names = SSL_load_client_CA_file(cafile); in enable_peer_verification()
844 if (cafile || capath) { in enable_peer_verification()
845 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in enable_peer_verification()
[all …]
/PHP-5.6/
H A DUPGRADING55 new openssl.cafile and openssl.cafile ini directives or via call-time SSL
149 - Added stream wrapper support when specifying "cafile" SSL context paths.
464 If the new openssl.cafile ini directive is specified ext/curl will give the
468 openssl.cafile and openssl.capath ini directives have been added to allow
H A Dphp.ini-development2015 ; be overridden on a per-stream basis via the "cafile" SSL stream context
2017 ;openssl.cafile=
2019 ; If openssl.cafile is not specified or if the CA file is not found, the
H A Dphp.ini-production2015 ; be overridden on a per-stream basis via the "cafile" SSL stream context
2017 ;openssl.cafile=
2019 ; If openssl.cafile is not specified or if the CA file is not found, the

Completed in 41 milliseconds

12