| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_CTX_load_verify_locations.pod | 13 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
|
| D | ssl.pod | 248 =item int B<SSL_CTX_load_verify_locations>(SSL_CTX *ctx, char *CAfile, char *CApath);
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | verify.c | 84 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()
|
| D | s_time.c | 174 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()
|
| D | crl.c | 104 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()
|
| D | smime.c | 103 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()
|
| D | s_client.c | 254 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()
|
| D | pkcs12.c | 124 char *CApath = NULL, *CAfile = NULL; in MAIN() local 259 CApath = *args; in MAIN() 518 if (!X509_STORE_load_locations(store, CAfile, CApath)) in MAIN()
|
| D | apps.h | 280 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
| D | ocsp.c | 119 char *CAfile = NULL, *CApath = NULL; in MAIN() local 304 CApath = *args; in MAIN() 829 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
|
| D | apps.c | 1291 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()
|
| D | s_server.c | 489 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/ |
| D | crl.pod | 21 [B<-CApath dir>] 82 =item B<-CApath dir>
|
| D | s_time.pod | 15 [B<-CApath directory>] 68 =item B<-CApath directory> 133 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
|
| D | ocsp.pod | 30 [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
|
| D | verify.pod | 10 [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
|
| D | s_client.pod | 15 [B<-CApath directory>] 73 =item B<-CApath directory>
|
| D | s_server.pod | 26 [B<-CApath directory>] 120 =item B<-CApath directory>
|
| D | smime.pod | 125 =item B<-CApath dir>
|
| /mirbsd/src/lib/libssl/src/crypto/threads/ |
| D | mttest.c | 163 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/ |
| D | ssltest.c | 366 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()
|
| D | ssl_task.c | 201 char *CApath=NULL,*CAfile=NULL; in main() local
|
| D | ssl_lib.c | 2191 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()
|
| D | ssl.h | 1397 const char *CApath);
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 125 -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 …]
|