Home
last modified time | relevance | path

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

12345678910>>...44

/dports/net/py-python-glanceclient/python-glanceclient-3.5.0/tools/
H A Dfix_ca_bundle.sh15 …local capath=$($python_cmd -c $'try:\n from requests import certs\n print (certs.where())\nexcept …
23 if [[ ! $capath == "" && ! $capath =~ ^/etc/.* && ! -L $capath ]]; then
25 rm -f $capath
26 ln -s $fedora_CA $capath
28 rm -f $capath
29 ln -s $ubuntu_CA $capath
31 rm -f $capath
32 ln -s $suse_CA $capath
/dports/mail/imapfilter/imapfilter-2.7.5/src/
H A Dimapfilter.c58 char *cafile = NULL, *capath = NULL; in main() local
72 capath = CONFIG_SSL_CAPATH; in main()
153 capath = opts.truststore; in main()
157 capath = NULL; in main()
161 SSL_CTX_load_verify_locations(sslctx, cafile, capath); in main()
164 SSL_CTX_load_verify_locations(ssl23ctx, cafile, capath); in main()
167 SSL_CTX_load_verify_locations(ssl3ctx, cafile, capath); in main()
171 SSL_CTX_load_verify_locations(tls1ctx, cafile, capath); in main()
175 SSL_CTX_load_verify_locations(tls11ctx, cafile, capath); in main()
179 SSL_CTX_load_verify_locations(tls12ctx, cafile, capath); in main()
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dupdate-smart-drivedb.in70 --capath DIR Use CA certificate files from DIR to verify the peer
184 ${capath:+--capath "$capath"} \
193 ${capath:+--ca-directory="$capath"} \
200 test -z "$capath" || vrun export SSL_CERT_DIR="$capath"
217 ${capath:+--ca-path "$capath"} \
225 ${capath:+-S capath="$capath"} \
515 capath=
553 --capath)
555 capath=$1 ;;
/dports/devel/pecl-event/event-3.0.6/examples/ssl-echo-server/
H A Dserver.php18 public $port, $cafile, $capath, $cert, $pkey,
24 function __construct ($port, $cert, $pkey, $cafile = null, $capath = null, $host = "127.0.0.1") {
29 $this->capath = $capath;
121 $capath = $this->capath;
145 if ($capath) {
146 $options[EventSslContext::OPT_CA_PATH] = $capath;
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Driver/Mysqli/Initializer/
H A DSecure.php22 private $capath; variable in Doctrine\\DBAL\\Driver\\Mysqli\\Initializer\\Secure
27 … public function __construct(string $key, string $cert, string $ca, string $capath, string $cipher) argument
32 $this->capath = $capath;
38 $connection->ssl_set($this->key, $this->cert, $this->ca, $this->capath, $this->cipher);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/docs/cmdline-opts/
H A Dproxy-capath.d1 Long: proxy-capath
5 See-also: proxy-cacert proxy capath
7 Example: --proxy-capath /local/directory -x https://proxy $URL
9 Same as --capath but used in HTTPS proxy context.
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/docs/cmdline-opts/
H A Dproxy-capath.d1 Long: proxy-capath
5 See-also: proxy-cacert proxy capath
7 Example: --proxy-capath /local/directory -x https://proxy $URL
9 Same as --capath but used in HTTPS proxy context.
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/docs/cmdline-opts/
H A Dproxy-capath.d1 Long: proxy-capath
5 See-also: proxy-cacert proxy capath
7 Example: --proxy-capath /local/directory -x https://proxy $URL
9 Same as --capath but used in HTTPS proxy context.
/dports/net/tacacs/PROJECTS/ftpd/
H A Dssl_verify.c81 SSL_CTX *ssl_init_verify(SSL_CTX * ctx, int depth, char *cafile, char *capath) in ssl_init_verify() argument
88 if (cafile || capath) { in ssl_init_verify()
89 if (!SSL_CTX_load_verify_locations(ctx, cafile, capath)) { in ssl_init_verify()
91 … cafile ? cafile : "<NULL>", capath ? capath : "<NULL>", ERR_error_string(ERR_get_error(), NULL)); in ssl_init_verify()
117 …h __attribute__ ((unused)), char *cafile __attribute__ ((unused)), char *capath __attribute__ ((un… in ssl_init_verify() argument
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/manager/
H A Dmanager-ctor-ssl-deprecated-002.phpt2 MongoDB\Driver\Manager::__construct(): Test deprecated options (capath)
12 new MongoDB\Driver\Manager('mongodb://127.0.0.1/', [], ['capath' => 'foo']);
19 …('mongodb://127.0.0.1/', [], ['context' => stream_context_create(['ssl' => ['capath' => 'foo']])]);
28 MongoDB\Driver\Manager::__construct(): The "capath" context driver option is deprecated. Please use…
/dports/www/davix/davix-0.7.6/src/modules/copy/delegation/
H A Ddelegation.cpp113 std::string& ucred, std::string&passwd, std::string& capath, in get_credentials() argument
145 capath = capathList[0]; in get_credentials()
196 const std::string& capath, const std::string& dlg_endpoint, in get_delegation_version() argument
206 ucred.c_str(), capath.c_str(), NULL) == 0) { in get_delegation_version()
282 std::string ucreds, capath, passwd; in delegate() local
288 get_credentials(params, ucreds, passwd, capath, &lifetime, err); in delegate()
297 int delegation_version = get_delegation_version(ucreds, passwd, capath, dlg_endpoint, err); in delegate()
307 params, ucreds, passwd, capath, lifetime, err); in delegate()
310 params, ucreds, passwd, capath, lifetime, err); in delegate()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/perl/imap/
H A DIMAP.pm209 $opts{-tlskey}, $opts{-notls}, $opts{-cafile}, $opts{-capath}) = @_;
213 $opts{-capath} = "" if !defined($opts{-capath});
257 if (!defined($opts{-capath})) {
258 $opts{-capath} = "";
264 $self->_starttls($opts{-tlskey}, $opts{-tlskey}, $opts{-cafile}, $opts{-capath});
286 $self->_starttls('', '', $opts{-cafile}, $opts{-capath}) || return undef;
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/perl/imap/
H A DIMAP.pm209 $opts{-tlskey}, $opts{-notls}, $opts{-cafile}, $opts{-capath}) = @_;
213 $opts{-capath} = "" if !defined($opts{-capath});
257 if (!defined($opts{-capath})) {
258 $opts{-capath} = "";
264 $self->_starttls($opts{-tlskey}, $opts{-tlskey}, $opts{-cafile}, $opts{-capath});
286 $self->_starttls('', '', $opts{-cafile}, $opts{-capath}) || return undef;
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/perl/imap/
H A DIMAP.pm209 $opts{-tlskey}, $opts{-notls}, $opts{-cafile}, $opts{-capath}) = @_;
213 $opts{-capath} = "" if !defined($opts{-capath});
257 if (!defined($opts{-capath})) {
258 $opts{-capath} = "";
264 $self->_starttls($opts{-tlskey}, $opts{-tlskey}, $opts{-cafile}, $opts{-capath});
286 $self->_starttls('', '', $opts{-cafile}, $opts{-capath}) || return undef;
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/
H A Dsecureserver.pl69 my $capath; # certificate chain PEM folder
186 $capath = abs_path($path);
235 $capath = pathhelp::sys_native_abs_path($capath);
279 print STUNCONF "CApath = $capath\n";
309 print "CApath = $capath\n";
/dports/security/p5-Net-SSLGlue/Net-SSLGlue-1.058/t/external/
H A D02_smtp.t15 my $capath = '/etc/ssl/certs/'; # unix?
16 -d $capath or do {
33 SSL_ca_path => $capath,
47 SSL_ca_path => $capath,
53 my $ok = $smtp->starttls( SSL_ca_path => $capath );
H A D04_pop3.t15 my $capath = '/etc/ssl/certs/'; # unix?
16 -d $capath or do {
33 SSL_ca_path => $capath,
47 SSL_ca_path => $capath,
53 my $ok = $smtp->starttls( SSL_ca_path => $capath );
/dports/databases/timescaledb/timescaledb-2.5.1/src/nodes/chunk_append/
H A Dplanner.c92 ChunkAppendPath *capath = (ChunkAppendPath *) path; in ts_chunk_append_plan_create() local
230 if (capath->startup_exclusion || capath->runtime_exclusion) in ts_chunk_append_plan_create()
262 if (capath->pushdown_limit && capath->limit_tuples > 0) in ts_chunk_append_plan_create()
263 limit = capath->limit_tuples; in ts_chunk_append_plan_create()
265 custom_private = list_make1(list_make4_int(capath->startup_exclusion, in ts_chunk_append_plan_create()
266 capath->runtime_exclusion, in ts_chunk_append_plan_create()
268 capath->first_partial_path)); in ts_chunk_append_plan_create()

12345678910>>...44