Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
15 // on system cafile when opening stream.
16 'cafile' => 'http://www.php.net',
21 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 Dbug54992.phpt27 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dstream_crypto_flags_003.phpt34 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dopenssl_peer_fingerprint_basic.phpt28 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dbug48182.phpt30 '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 Dstream_crypto_flags_002.phpt31 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dpeer_verification.phpt49 'cafile' => $caFile,
H A Dsni_server.phpt31 'cafile' => __DIR__ . '/sni_server_ca.pem',
H A Dstream_crypto_flags_004.phpt31 'cafile' => __DIR__ . '/bug54992-ca.pem',
H A Dbug74159.phpt75 'cafile' => __DIR__ . '/bug54992-ca.pem',
/PHP-7.0/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-7.0/ext/openssl/
H A Dxp_ssl.c765 stream = php_stream_open_wrapper(cafile, "rb", 0, NULL); in load_stream_cafile()
768 php_error(E_WARNING, "failed loading cafile stream: `%s'", cafile); in load_stream_cafile()
828 php_error(E_WARNING, "no valid certs found cafile stream: `%s'", cafile); in load_stream_cafile()
838 char *cafile = NULL; in enable_peer_verification() local
842 GET_VER_OPT_STRING("cafile", cafile); in enable_peer_verification()
845 if (cafile == NULL) { in enable_peer_verification()
847 cafile = strlen(cafile) ? cafile : NULL; in enable_peer_verification()
850 STACK_OF(X509_NAME) *cert_names = SSL_load_client_CA_file(cafile); in enable_peer_verification()
864 if (cafile || capath) { in enable_peer_verification()
865 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in enable_peer_verification()
[all …]
/PHP-7.0/
H A Dphp.ini-development1903 ; be overridden on a per-stream basis via the "cafile" SSL stream context
1905 ;openssl.cafile=
1907 ; If openssl.cafile is not specified or if the CA file is not found, the
H A Dphp.ini-production1903 ; be overridden on a per-stream basis via the "cafile" SSL stream context
1905 ;openssl.cafile=
1907 ; If openssl.cafile is not specified or if the CA file is not found, the

Completed in 45 milliseconds