Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A 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
H A Dssl.pod248 =item int B<SSL_CTX_load_verify_locations>(SSL_CTX *ctx, char *CAfile, char *CApath);
/onnv-gate/usr/src/common/openssl/apps/
H A Dverify.c84 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 Ds_time.c174 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 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()
H A Dsmime.c104 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 Dpkcs12.c123 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 Ds_client.c257 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 Dapps.h273 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
H A Docsp.c117 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 Dapps.c1304 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 Ds_server.c536 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 Dcrl.pod21 [B<-CApath dir>]
82 =item B<-CApath dir>
H A 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…
H A 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
H A 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
H A Ds_client.pod18 [B<-CApath directory>]
89 =item B<-CApath directory>
H A Ds_server.pod32 [B<-CApath directory>]
143 =item B<-CApath directory>
H A Dsmime.pod125 =item B<-CApath dir>
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_task.c201 char *CApath=NULL,*CAfile=NULL; in main() local
H A Dssltest.c389 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 Dssl_lib.c2412 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 Dssl.h1441 const char *CApath);
/onnv-gate/usr/src/common/openssl/
H A DCHANGES4325 *) Add the arguments -CAfile and -CApath to the pkcs12 utility.
5819 *) Add new -verify -CAfile and -CApath options to the crl program, these