Home
last modified time | relevance | path

Searched refs:opt_cafile (Results 1 – 4 of 4) sorted by relevance

/dports/security/p5-Crypt-SSLeay/Crypt-SSLeay-0.72/eg/
H A Dlwp-ssl-test7 use vars qw($opt_proxy $opt_debug $opt_cert $opt_key $opt_cafile $opt_cadir);
16 'CAfile:s' => \$opt_cafile,
31 $opt_cafile && ( $ENV{HTTPS_CA_FILE} = $opt_cafile );
H A Dnet-ssl-test6 $opt_cert $opt_key $opt_cafile $opt_cadir
24 'CAfile:s' => \$opt_cafile,
97 $opt_cafile && ( $ENV{HTTPS_CA_FILE} = $opt_cafile );
/dports/net/socat/socat-1.7.4.2/
H A Dxio-openssl.c920 char *opt_cafile = NULL; /* certificate authority file */ in _xioopen_openssl_prepare() local
938 retropt_string(opts, OPT_OPENSSL_CAFILE, &opt_cafile); in _xioopen_openssl_prepare()
1310 if (opt_cafile != NULL || opt_capath != NULL) { in _xioopen_openssl_prepare()
1311 if (sycSSL_CTX_load_verify_locations(ctx, opt_cafile, opt_capath) != 1) { in _xioopen_openssl_prepare()
/dports/devel/py-pika/pika-1.1.0/pika/
H A Dconnection.py914 opt_cafile = opts.get('ca_certs') or opts.get('cafile')
917 cxt.load_verify_locations(opt_cafile, opt_capath, opt_cadata)