Home
last modified time | relevance | path

Searched refs:CAstore (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dts.c65 const char *CAstore,
70 const char *CAstore,
74 const char *CAstore, X509_VERIFY_PARAM *vpm);
191 char *CAstore = NULL; in ts_main() local
295 CAstore = opt_arg(); in ts_main()
362 CApath, CAfile, CAstore, untrusted, in ts_main()
876 const char *CAstore, char *untrusted, in verify_command() argument
896 CApath, CAfile, CAstore, untrusted, in verify_command()
924 const char *CAstore, in create_verify_ctx() argument
974 if (!TS_VERIFY_CTX_set0_store(ctx, create_cert_store(CApath, CAfile, CAstore, vpm))) in create_verify_ctx()
[all …]
H A Dverify.c98 const char *prog, *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in verify_main() local
146 CAstore = opt_arg(); in verify_main()
213 && (CAfile != NULL || CApath != NULL || CAstore != NULL)) { in verify_main()
221 CAstore, noCAstore)) in verify_main()
H A Dcrl.c112 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog; in crl_main() local
170 CAstore = opt_arg(); in crl_main()
247 CAstore, noCAstore)) in crl_main()
H A Ds_time.c139 char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_time_main() local
202 CAstore = opt_arg(); in s_time_main()
280 CAstore, noCAstore)) { in s_time_main()
H A Dsmime.c208 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL, *prog = NULL; in smime_main() local
409 CAstore = opt_arg(); in smime_main()
604 CAstore, noCAstore)) in smime_main()
H A Dpkcs12.c224 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL, *prog; in pkcs12_main() local
393 CAstore = opt_arg(); in pkcs12_main()
458 if (CAstore != NULL) in pkcs12_main()
664 CAstore, noCAstore)) in pkcs12_main()
H A Docsp.c276 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in ocsp_main() local
437 CAstore = opt_arg(); in ocsp_main()
846 CAstore, noCAstore); in ocsp_main()
H A Dcms.c360 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local
553 CAstore = opt_arg(); in cms_main()
1037 CAstore, noCAstore)) in cms_main()
H A Ds_server.c1122 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_server_main() local
1414 CAstore = opt_arg(); in s_server_main()
2132 CAstore, noCAstore)) { in s_server_main()
2195 noCApath, CAstore, noCAstore)) { in s_server_main()
H A Ds_client.c946 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_client_main() local
1536 CAstore = opt_arg(); in s_client_main()
2111 CAstore, noCAstore)) { in s_client_main()
/freebsd/crypto/openssl/test/recipes/
H A D25-test_verify_store.t71 -CAstore => $CAcert,
92 -CAstore => $CAcert,
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_load_verify_locations.pod17 int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore);
34 B<CAstore> are trusted. B<ctx> B<MUST NOT> be NULL
97 If B<CAstore> is not NULL, it's a URI for to a store, which may
99 Apart from the B<CAstore> not necessarily being a local file or
/freebsd/crypto/openssl/apps/include/
H A Dapps.h162 const char *CAstore, int noCAstore);
166 const char *CAstore, int noCAstore);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c97 const char *CAstore, int noCAstore) in ctx_set_verify_locations() argument
99 if (CAfile == NULL && CApath == NULL && CAstore == NULL) { in ctx_set_verify_locations()
114 if (CAstore != NULL && !SSL_CTX_load_verify_store(ctx, CAstore)) in ctx_set_verify_locations()
1385 const char *CAstore, int noCAstore) in setup_verify() argument
1431 if (CAstore != NULL || !noCAstore) { in setup_verify()
1435 if (!X509_LOOKUP_add_store_ex(lookup, CAstore, libctx, propq)) { in setup_verify()
1436 if (CAstore != NULL) in setup_verify()
1437 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore); in setup_verify()
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c494 const char *CAfile, const char *CApath, const char *CAstore, in do_store() argument
532 if (CAstore != NULL && !X509_STORE_load_store_ex(*st, CAstore, libctx, propq)) in do_store()
H A Dssl_lib.c5585 int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore) in SSL_CTX_load_verify_store() argument
5587 return X509_STORE_load_store_ex(ctx->cert_store, CAstore, ctx->libctx, in SSL_CTX_load_verify_store()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod234 =item B<-CAstore> I<uri>
247 =item B<-no-CAstore>
412 via B<-CAfile>, B<-CApath>, B<-CAstore> or B<-trusted> are always used
425 This option implies the B<-no-CAfile>, B<-no-CApath>, and B<-no-CAstore> options
426 and it cannot be used with the B<-CAfile>, B<-CApath> or B<-CAstore> options, so
718 or a store (as specified by B<-CAstore>).
H A Dopenssl-crl.pod.in101 or B<-CAstore> is specified.
H A Dopenssl-ts.pod.in58 [B<-CAstore> I<uri>]
352 =item B<-CAfile> I<file>, B<-CApath> I<dir>, B<-CAstore> I<uri>
355 At least one of B<-CAfile>, B<-CApath> or B<-CAstore> must be specified.
H A Dopenssl-ocsp.pod.in435 B<-CApath> or B<-CAstore> options or they will be looked for in the
471 Normally only the B<-CApath>, B<-CAfile>, B<-CAstore> and (if the responder
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2187 __owur int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore);
H A Dssl.h.in2140 __owur int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore);