Searched refs:cafile (Results 1 – 25 of 26) sorted by relevance
12
/PHP-5.6/ext/openssl/tests/ |
H A D | bug65538_002.phpt | 2 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 D | bug69215.phpt | 15 'cafile' => __DIR__ . '/bug69215-ca.pem', 33 'cafile' => __DIR__ . '/bug69215-ca.pem',
|
H A D | bug65538_001.phpt | 2 Bug #65538: SSL context "cafile" supports stream wrappers 39 'cafile' => 'file://' . __DIR__ . '/bug54992-ca.pem',
|
H A D | bug65538_003.phpt | 2 Bug #65538: SSL context "cafile" supports phar wrapper 40 'cafile' => 'phar://' . __DIR__ . '/bug65538.phar/bug54992-ca.pem',
|
H A D | stream_verify_peer_name_002.phpt | 27 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | capture_peer_cert_001.phpt | 27 'cafile' => __DIR__ . '/bug54992-ca.pem'
|
H A D | bug73072.phpt | 30 'cafile' => __DIR__ . '/sni_server_ca.pem',
|
H A D | stream_crypto_flags_001.phpt | 29 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | stream_verify_peer_name_003.phpt | 27 'cafile' => __DIR__ . '/bug54992-ca.pem'
|
H A D | stream_crypto_flags_003.phpt | 34 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | san_peer_matching.phpt | 28 'cafile' => __DIR__ . '/san-ca.pem',
|
H A D | session_meta_capture.phpt | 31 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | sni_server.phpt | 30 'cafile' => __DIR__ . '/sni_server_ca.pem',
|
H A D | stream_crypto_flags_002.phpt | 31 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | bug48182.phpt | 30 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | peer_verification.phpt | 49 'cafile' => $caFile,
|
H A D | stream_crypto_flags_004.phpt | 31 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | openssl_peer_fingerprint_basic.phpt | 28 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
H A D | bug54992.phpt | 69 'cafile' => __DIR__ . '/bug54992-ca.pem',
|
/PHP-5.6/ext/standard/tests/streams/ |
H A D | opendir-004.phpt | 17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
|
H A D | opendir-003.phpt | 17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
|
/PHP-5.6/ext/openssl/ |
H A D | xp_ssl.c | 745 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 D | UPGRADING | 55 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 D | php.ini-development | 2015 ; 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 D | php.ini-production | 2015 ; 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 64 milliseconds
12