Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_load_verify_locations.pod13 const char *CApath);
19 available via B<CAfile> and B<CApath> are trusted.
36 If B<CApath> is not NULL, it points to a directory containing CA certificates
45 The certificates in B<CApath> are only looked up when required, e.g. when
50 certificates in B<CAfile>, then those in B<CApath>. Certificate matching
60 is not influenced by the contents of B<CAfile> or B<CApath> and must
66 try to fill in missing certificates from B<CAfile>/B<CApath>, if the
92 for use as B<CApath>:
105 The operation failed because B<CAfile> and B<CApath> are NULL or the
Dssl.pod248 =item int B<SSL_CTX_load_verify_locations>(SSL_CTX *ctx, char *CAfile, char *CApath);
/mirbsd/src/lib/libssl/src/apps/
Dverify.c84 char *CApath=NULL,*CAfile=NULL; in MAIN() local
117 CApath= *(++argv); in MAIN()
194 if (CApath) { in MAIN()
195 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM); in MAIN()
197 BIO_printf(bio_err, "Error loading directory %s\n", CApath); in MAIN()
Ds_time.c174 static char *CApath=NULL; variable
197 CApath=NULL; in s_time_init()
304 CApath= *(++argv); in parseArgs()
465 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) || in MAIN()
Dcrl.c104 char *CAfile = NULL, *CApath = NULL; in MAIN() local
179 CApath = *(++argv); in MAIN()
245 if (!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) in MAIN()
Dsmime.c103 char *CAfile = NULL, *CApath = NULL; in MAIN() local
247 CApath = *args; in MAIN()
477 if(!(store = setup_verify(bio_err, CAfile, CApath))) goto end; in MAIN()
Ds_client.c254 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; in MAIN() local
399 CApath= *(++argv); in MAIN()
527 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
Dpkcs12.c124 char *CApath = NULL, *CAfile = NULL; in MAIN() local
259 CApath = *args; in MAIN()
518 if (!X509_STORE_load_locations(store, CAfile, CApath)) in MAIN()
Dapps.h280 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
Docsp.c119 char *CAfile = NULL, *CApath = NULL; in MAIN() local
304 CApath = *args; in MAIN()
829 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
Dapps.c1291 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) in setup_verify() argument
1307 if (CApath) { in setup_verify()
1308 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) { in setup_verify()
1309 BIO_printf(bp, "Error loading directory %s\n", CApath); in setup_verify()
Ds_server.c489 char *CApath=NULL,*CAfile=NULL; in MAIN() local
595 CApath= *(++argv); in MAIN()
785 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
/mirbsd/src/lib/libssl/src/doc/apps/
Dcrl.pod21 [B<-CApath dir>]
82 =item B<-CApath dir>
Ds_time.pod15 [B<-CApath directory>]
68 =item B<-CApath directory>
133 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
Docsp.pod30 [B<-CApath dir>]
135 =item B<-CAfile file>, B<-CApath pathname>
280 and B<CApath> options or they will be looked for in the standard OpenSSL
315 Normally only the B<-CApath>, B<-CAfile> and (if the responder is a 'global
Dverify.pod10 [B<-CApath directory>]
29 =item B<-CApath directory>
318 B<-CAfile> option) or a directory (as specified by B<-CApath>. If they occur in both then only
Ds_client.pod15 [B<-CApath directory>]
73 =item B<-CApath directory>
Ds_server.pod26 [B<-CApath directory>]
120 =item B<-CApath directory>
Dsmime.pod125 =item B<-CApath dir>
/mirbsd/src/lib/libssl/src/crypto/threads/
Dmttest.c163 char *CApath=NULL,*CAfile=NULL; in main() local
200 CApath= *(++argv); in main()
284 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main()
286 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
/mirbsd/src/lib/libssl/src/ssl/
Dssltest.c366 char *CApath=NULL,*CAfile=NULL; in main() local
534 CApath= *(++argv); in main()
726 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main()
728 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
Dssl_task.c201 char *CApath=NULL,*CAfile=NULL; in main() local
Dssl_lib.c2191 const char *CApath) in SSL_CTX_load_verify_locations() argument
2194 r=X509_STORE_load_locations(ctx->cert_store,CAfile,CApath); in SSL_CTX_load_verify_locations()
Dssl.h1397 const char *CApath);
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt125 -CApath arg : When to look for certificates when 'verifying' the
184 s_client -verify 1 -CApath .
201 s_client -verify 10 -CApath . -reconnect
234 -CApath arg : When to look for certificates when 'verifying' the
274 s_server -verify 4 -CApath .
284 s_server -Verify 0 -CApath .
292 s_server -Verify 4 -CApath .
303 s_server -Verify 9 -CApath .
304 s_client -cert client.PEM -CApath . -verify 9
322 s_client -host www.netscape.com -port 443 -verify 4 -CApath ../rsa/hash
[all …]