HomeSort by: relevance | last modified time | path
    Searched refs:CApath (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_server_scan.c 105 VSTRING *CApath = vstring_alloc(25);
130 RECV_ATTR_STR(TLS_ATTR_CAPATH, CApath),
150 props->CApath = vstring_export(CApath);
180 myfree((void *) props->CApath);
tls_certkey.c 12 /* int tls_set_ca_certificate_info(ctx, CAfile, CApath)
15 /* const char *CApath;
37 /* or a directory CApath with separate files for each
505 const char *CApath)
509 if (*CApath == 0)
510 CApath = 0;
518 if (CAfile || CApath) {
519 if (!SSL_CTX_load_verify_locations(ctx, CAfile, CApath)) {
522 CA_PATH_ARGS(CAfile, CApath),
523 CA_PATH_ARGS(CApath, 0))
    [all...]
tls_proxy_server_print.c 100 STRING_OR_EMPTY(props->CApath)),
tls_proxy_client_scan.c 243 myfree((void *) props->CApath);
267 VSTRING *CApath = vstring_alloc(25);
290 RECV_ATTR_STR(TLS_ATTR_CAPATH, CApath),
305 props->CApath = vstring_export(CApath);
  /src/crypto/external/bsd/openssl.old/dist/apps/
verify.c 41 {"CApath", OPT_CAPATH, '/', "A directory of trusted certificates"},
45 {"no-CApath", OPT_NOCAPATH, '-',
70 const char *prog, *CApath = NULL, *CAfile = NULL;
111 CApath = opt_arg();
165 if (trusted != NULL && (CAfile || CApath)) {
167 "%s: Cannot use -trusted with -CAfile or -CApath\n",
172 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
ts.c 66 const char *CApath, const char *CAfile, const char *untrusted,
70 const char *CApath, const char *CAfile,
73 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
110 {"CApath", OPT_CAPATH, '/', "Path to trusted CA files"},
143 "ts -verify -CApath dir -CAfile file.pem -untrusted file.pem",
160 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL;
251 CApath = opt_arg();
312 CApath, CAfile, untrusted,
820 const char *CApath, const char *CAfile, const char *untrusted,
840 CApath, CAfile, untrusted
    [all...]
crl.c 46 {"CApath", OPT_CAPATH, '/', "Verify CRL using certificates in dir"},
50 {"no-CApath", OPT_NOCAPATH, '-',
74 const char *CAfile = NULL, *CApath = NULL, *prog;
122 CApath = opt_arg();
188 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
s_time.c 63 {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"},
68 {"no-CApath", OPT_NOCAPATH, '-',
97 char *CApath = NULL, *CAfile = NULL, *cipher = NULL, *ciphersuites = NULL;
148 CApath = opt_arg();
209 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) {
smime.c 87 {"CApath", OPT_CAPATH, '/', "Trusted certificates directory"},
91 {"no-CApath", OPT_NOCAPATH, '-',
124 const char *CAfile = NULL, *CApath = NULL, *prog = NULL;
303 CApath = opt_arg();
476 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
apps.h 471 X509_STORE *setup_verify(const char *CAfile, const char *CApath,
474 const char *CApath, int noCAfile,
  /src/crypto/external/bsd/openssl/dist/apps/
ts.c 66 const char *CApath, const char *CAfile,
71 const char *CApath, const char *CAfile,
75 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
101 {"CApath", OPT_CAPATH, '/', "Path to trusted CA files"},
152 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL;
265 CApath = opt_arg();
338 CApath, CAfile, CAstore, untrusted,
851 const char *CApath, const char *CAfile,
872 CApath, CAfile, CAstore, untrusted
    [all...]
verify.c 53 {"CApath", OPT_CAPATH, '/', "A directory of files with trusted certificates"},
57 {"no-CApath", OPT_NOCAPATH, '-',
87 const char *prog, *CApath = NULL, *CAfile = NULL, *CAstore = NULL;
129 CApath = opt_arg();
202 && (CAfile != NULL || CApath != NULL || CAstore != NULL)) {
204 "%s: Cannot use -trusted with -CAfile, -CApath or -CAstore\n",
209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
crl.c 64 {"CApath", OPT_CAPATH, '/', "Verify CRL using certificates in dir"},
69 {"no-CApath", OPT_NOCAPATH, '-',
89 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog;
138 CApath = opt_arg();
225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
s_time.c 94 {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"},
98 {"no-CApath", OPT_NOCAPATH, '-',
121 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL;
172 CApath = opt_arg();
262 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath,
smime.c 110 {"CApath", OPT_CAPATH, '/', "Trusted certificates directory"},
115 {"no-CApath", OPT_NOCAPATH, '-',
145 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL;
337 CApath = opt_arg();
541 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
pkcs12.c 122 {"CApath", OPT_CAPATH, '/', "PEM-format directory of CA's"},
126 {"no-CApath", OPT_NOCAPATH, '-',
175 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog;
327 CApath = opt_arg();
396 if (CApath != NULL)
397 WARN_NO_EXPORT("CApath");
403 WARN_NO_EXPORT("no-CApath");
602 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
  /src/crypto/external/apache2/openssl/dist/apps/
ts.c 64 const char *CApath, const char *CAfile,
69 const char *CApath, const char *CAfile,
73 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
122 { "CApath", OPT_CAPATH, '/', "Path to trusted CA files" },
173 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
190 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL;
289 CApath = opt_arg();
362 CApath, CAfile, CAstore, untrusted,
875 const char *CApath, const char *CAfile,
896 CApath, CAfile, CAstore, untrusted
    [all...]
verify.c 64 { "CApath", OPT_CAPATH, '/', "A directory of files with trusted certificates" },
68 { "no-CApath", OPT_NOCAPATH, '-',
98 const char *prog, *CApath = NULL, *CAfile = NULL, *CAstore = NULL;
140 CApath = opt_arg();
213 && (CAfile != NULL || CApath != NULL || CAstore != NULL)) {
215 "%s: Cannot use -trusted with -CAfile, -CApath or -CAstore\n",
220 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
crl.c 87 { "CApath", OPT_CAPATH, '/', "Verify CRL using certificates in dir" },
92 { "no-CApath", OPT_NOCAPATH, '-',
112 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog;
162 CApath = opt_arg();
246 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
s_time.c 112 { "CApath", OPT_CAPATH, '/', "PEM format directory of CA's" },
116 { "no-CApath", OPT_NOCAPATH, '-',
139 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL;
190 CApath = opt_arg();
279 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath,
smime.c 148 { "CApath", OPT_CAPATH, '/', "Trusted certificates directory" },
153 { "no-CApath", OPT_NOCAPATH, '-',
208 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL;
406 CApath = opt_arg();
603 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 87 /* A list of PEM trust-anchor files that overrides CAfile and CApath
234 /* The OpenSSL CApath/ directory (indexed via c_rehash(1)) for remote
235 /* SMTP server certificate verification. By default no CApath is used
498 char *CApath; /* Trusted public CAs */
822 CApath = state->CApath,
1827 myfree(state->CApath);
1864 "[-A tafile] [-F CAfile.pem] [-P CApath/] [-s servername]",
1915 CApath = state->CApath,
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 161 const char *CApath, int noCApath,
165 const char *CApath, int noCApath,
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 154 const char *CApath, int noCApath,
158 const char *CApath, int noCApath,
  /src/usr.sbin/syslogd/
tls.c 155 const char *CApath = tls_opt.CAdir;
248 if (CAfile || CApath) {
249 if (SSL_CTX_load_verify_locations(ctx, CAfile, CApath) != 1) {
250 if (CAfile && CApath)
253 CAfile, CApath, ERR_error_string(
257 "\"%s\": %s\n", (CAfile?CAfile:CApath),

Completed in 51 milliseconds

1 2 3