Searched refs:noCAfile (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Dverify.c71 int noCApath = 0, noCAfile = 0; local
120 noCAfile = 1;
130 noCAfile = 1;
172 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
H A Dcrl.c79 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0; local
133 noCAfile = 1;
188 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
H A Ds_time.c101 int noCApath = 0, noCAfile = 0; local
157 noCAfile = 1;
209 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) {
H A Dsmime.c129 int noCApath = 0, noCAfile = 0; local
306 noCAfile = 1;
476 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
H A Dapps.h472 int noCAfile, int noCApath);
474 const char *CApath, int noCAfile,
H A Dpkcs12.c137 int noCApath = 0, noCAfile = 0; local
276 noCAfile = 1;
403 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath))
H A Dcms.c205 int noCAfile = 0, noCApath = 0; local
383 noCAfile = 1;
800 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
H A Docsp.c255 int noCAfile = 0, noCApath = 0; local
392 noCAfile = 1;
755 store = setup_verify(CAfile, CApath, noCAfile, noCApath);
H A Ds_server.c999 int noCApath = 0, noCAfile = 0; local
1302 noCAfile = 1;
1876 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) {
1937 if (!ctx_set_verify_locations(ctx2, CAfile, CApath, noCAfile,
H A Ds_client.c912 int noCApath = 0, noCAfile = 0; local
1409 noCAfile = 1;
1926 if (!ctx_set_verify_locations(ctx, CAfile, CApath, noCAfile, noCApath)) {
H A Dapps.c130 const char *CApath, int noCAfile, int noCApath)
133 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0)
1230 X509_STORE *setup_verify(const char *CAfile, const char *CApath, int noCAfile, int noCApath) argument
1238 if (CAfile != NULL || !noCAfile) {
129 ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile, const char *CApath, int noCAfile, int noCApath) argument

Completed in 98 milliseconds