Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/openssl/tests/
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
16 // on system cafile when opening stream.
17 'cafile' => 'http://www.nginx.org',
22 Warning: remote cafile streams are disabled for security purposes in %s on line %d
H A Dbug65538_001.phpt2 Bug #65538: SSL context "cafile" supports stream wrappers
46 'cafile' => 'file://%s',
H A Dbug69215.phpt20 'cafile' => '%s',
38 'cafile' => '%s',
H A Dbug65538_003.phpt2 Bug #65538: SSL context "cafile" supports phar wrapper
51 'cafile' => 'phar://%s/%s',
H A Dbug73072.phpt32 'cafile' => __DIR__ . '/sni_server_ca.pem',
H A Dstream_verify_peer_name_002.phpt34 'cafile' => '%s',
H A Dcapture_peer_cert_001.phpt34 'cafile' => '%s'
H A Dsession_meta_capture_tlsv13.phpt36 'cafile' => '%s',
H A Dstream_crypto_flags_001.phpt37 'cafile' => '%s',
H A Dbug48182.phpt36 'cafile' => '%s',
H A Dbug54992.phpt35 'cafile' => '%s',
H A Dsni_server.phpt32 'cafile' => __DIR__ . '/sni_server_ca.pem',
H A Dstream_verify_peer_name_003.phpt34 'cafile' => '%s'
H A Dsession_meta_capture.phpt38 'cafile' => '%s',
H A Dsni_server_key_cert.phpt41 'cafile' => __DIR__ . '/sni_server_ca.pem',
H A Dstream_crypto_flags_002.phpt38 'cafile' => '%s',
H A Dstream_crypto_flags_003.phpt42 'cafile' => '%s',
H A Dopenssl_peer_fingerprint_basic.phpt35 'cafile' => '%s',
H A Dpeer_verification.phpt56 'cafile' => $caFile,
H A Dstream_crypto_flags_004.phpt39 'cafile' => '%s',
H A Dstream_security_level.phpt44 'cafile' => '%s',
/PHP-8.3/ext/standard/tests/streams/
H A Dopendir-004.phpt18 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
H A Dopendir-003.phpt18 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
/PHP-8.3/ext/mysqli/tests/
H A Dgh8978.phpt27 Warning: failed loading cafile stream: `x509.ca' in %s
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c815 stream = php_stream_open_wrapper(cafile, "rb", 0, NULL); in php_openssl_load_stream_cafile()
818 php_error(E_WARNING, "failed loading cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile()
879 php_error(E_WARNING, "no valid certs found cafile stream: `%s'", cafile); in php_openssl_load_stream_cafile()
889 char *cafile = NULL; in php_openssl_enable_peer_verification() local
893 GET_VER_OPT_STRING("cafile", cafile); in php_openssl_enable_peer_verification()
896 if (cafile == NULL) { in php_openssl_enable_peer_verification()
898 cafile = strlen(cafile) ? cafile : NULL; in php_openssl_enable_peer_verification()
901 STACK_OF(X509_NAME) *cert_names = SSL_load_client_CA_file(cafile); in php_openssl_enable_peer_verification()
915 if (cafile || capath) { in php_openssl_enable_peer_verification()
916 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in php_openssl_enable_peer_verification()
[all …]

Completed in 35 milliseconds

12