Searched refs:cafile (Results 1 – 25 of 28) sorted by relevance
12
/PHP-8.0/ext/openssl/tests/ |
H A D | bug65538_002.phpt | 2 Bug #65538: SSL context "cafile" disallows URL stream wrappers 15 // on system cafile when opening stream. 16 'cafile' => 'http://www.nginx.org', 21 Warning: remote cafile streams are disabled for security purposes in %s on line %d
|
H A D | bug65538_001.phpt | 2 Bug #65538: SSL context "cafile" supports stream wrappers 45 'cafile' => 'file://%s',
|
H A D | bug69215.phpt | 19 'cafile' => '%s', 37 'cafile' => '%s',
|
H A D | bug65538_003.phpt | 2 Bug #65538: SSL context "cafile" supports phar wrapper 50 'cafile' => 'phar://%s/%s',
|
H A D | bug73072.phpt | 31 'cafile' => __DIR__ . '/sni_server_ca.pem',
|
H A D | stream_verify_peer_name_002.phpt | 33 'cafile' => '%s',
|
H A D | capture_peer_cert_001.phpt | 33 'cafile' => '%s'
|
H A D | session_meta_capture_tlsv13.phpt | 35 'cafile' => '%s',
|
H A D | sni_server.phpt | 32 'cafile' => __DIR__ . '/sni_server_ca.pem',
|
H A D | stream_crypto_flags_001.phpt | 36 'cafile' => '%s',
|
H A D | stream_verify_peer_name_003.phpt | 33 'cafile' => '%s'
|
H A D | bug54992.phpt | 34 'cafile' => '%s',
|
H A D | bug48182.phpt | 35 'cafile' => '%s',
|
H A D | session_meta_capture.phpt | 37 'cafile' => '%s',
|
H A D | sni_server_key_cert.phpt | 41 'cafile' => __DIR__ . '/sni_server_ca.pem',
|
H A D | stream_crypto_flags_002.phpt | 37 'cafile' => '%s',
|
H A D | stream_crypto_flags_003.phpt | 41 'cafile' => '%s',
|
H A D | openssl_peer_fingerprint_basic.phpt | 34 'cafile' => '%s',
|
H A D | peer_verification.phpt | 55 'cafile' => $caFile,
|
H A D | stream_crypto_flags_004.phpt | 38 'cafile' => '%s',
|
H A D | stream_security_level.phpt | 43 'cafile' => '%s',
|
H A D | bug65729.phpt | 41 'cafile' => '%s',
|
/PHP-8.0/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-8.0/ext/openssl/ |
H A D | xp_ssl.c | 763 stream = php_stream_open_wrapper(cafile, "rb", 0, NULL); in php_openssl_load_stream_cafile() 766 php_error(E_WARNING, "failed loading cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile() 827 php_error(E_WARNING, "no valid certs found cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile() 837 char *cafile = NULL; in php_openssl_enable_peer_verification() local 841 GET_VER_OPT_STRING("cafile", cafile); in php_openssl_enable_peer_verification() 844 if (cafile == NULL) { in php_openssl_enable_peer_verification() 846 cafile = strlen(cafile) ? cafile : NULL; in php_openssl_enable_peer_verification() 849 STACK_OF(X509_NAME) *cert_names = SSL_load_client_CA_file(cafile); in php_openssl_enable_peer_verification() 863 if (cafile || capath) { in php_openssl_enable_peer_verification() 864 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in php_openssl_enable_peer_verification() [all …]
|
Completed in 33 milliseconds
12