| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A 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
|
| H A D | ssl.pod | 248 =item int B<SSL_CTX_load_verify_locations>(SSL_CTX *ctx, char *CAfile, char *CApath);
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | verify.c | 84 char *CApath=NULL,*CAfile=NULL; in MAIN() local 118 CApath= *(++argv); in MAIN() 184 if (CApath) { in MAIN() 185 i=X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM); in MAIN() 187 BIO_printf(bio_err, "Error loading directory %s\n", CApath); in MAIN()
|
| H A D | s_time.c | 174 static char *CApath=NULL; variable 197 CApath=NULL; in s_time_init() 304 CApath= *(++argv); in parseArgs() 479 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) || in MAIN()
|
| H A 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()
|
| H A D | smime.c | 104 char *CAfile = NULL, *CApath = NULL; in MAIN() local 313 CApath = *args; in MAIN() 621 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
| H A D | pkcs12.c | 123 char *CApath = NULL, *CAfile = NULL; in MAIN() local 258 CApath = *args; in MAIN() 515 if (!X509_STORE_load_locations(store, CAfile, CApath)) in MAIN()
|
| H A D | s_client.c | 257 char *CApath=NULL,*CAfile=NULL,*cipher=NULL; in MAIN() local 440 CApath= *(++argv); in MAIN() 600 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
|
| H A D | apps.h | 273 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
| H A D | ocsp.c | 117 char *CAfile = NULL, *CApath = NULL; in MAIN() local 293 CApath = *args; in MAIN() 818 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
|
| H A D | apps.c | 1304 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) in setup_verify() argument 1320 if (CApath) { in setup_verify() 1321 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) { in setup_verify() 1322 BIO_printf(bp, "Error loading directory %s\n", CApath); in setup_verify()
|
| H A D | s_server.c | 536 char *CApath=NULL,*CAfile=NULL; in MAIN() local 692 CApath= *(++argv); in MAIN() 960 if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) || in MAIN()
|
| /onnv-gate/usr/src/common/openssl/doc/apps/ |
| H A D | crl.pod | 21 [B<-CApath dir>] 82 =item B<-CApath dir>
|
| H A 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…
|
| H A 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
|
| H A 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
|
| H A D | s_client.pod | 18 [B<-CApath directory>] 89 =item B<-CApath directory>
|
| H A D | s_server.pod | 32 [B<-CApath directory>] 143 =item B<-CApath directory>
|
| H A D | smime.pod | 125 =item B<-CApath dir>
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl_task.c | 201 char *CApath=NULL,*CAfile=NULL; in main() local
|
| H A D | ssltest.c | 389 char *CApath=NULL,*CAfile=NULL; in main() local 558 CApath= *(++argv); in main() 805 if ( (!SSL_CTX_load_verify_locations(s_ctx,CAfile,CApath)) || in main() 807 (!SSL_CTX_load_verify_locations(c_ctx,CAfile,CApath)) || in main()
|
| H A D | ssl_lib.c | 2412 const char *CApath) in SSL_CTX_load_verify_locations() argument 2414 return(X509_STORE_load_locations(ctx->cert_store,CAfile,CApath)); in SSL_CTX_load_verify_locations()
|
| H A D | ssl.h | 1441 const char *CApath);
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | CHANGES | 4325 *) Add the arguments -CAfile and -CApath to the pkcs12 utility. 5819 *) Add new -verify -CAfile and -CApath options to the crl program, these
|