Home
last modified time | relevance | path

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

/apps/
A Dverify.c88 int noCApath = 0, noCAfile = 0, noCAstore = 0; in verify_main() local
141 noCAfile = 1; in verify_main()
154 noCAfile = 1; in verify_main()
209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in verify_main()
A Dcrl.c94 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local
154 noCAfile = 1; in crl_main()
223 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
A Ds_time.c126 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local
181 noCAfile = 1; in s_time_main()
261 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_time_main()
A Dsmime.c180 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
379 noCAfile = 1; in smime_main()
569 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
A Dpkcs12.c185 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
365 noCAfile = 1; in pkcs12_main()
420 if (noCAfile) in pkcs12_main()
625 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
A Docsp.c246 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
396 noCAfile = 1; in ocsp_main()
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
A Dcms.c329 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
526 noCAfile = 1; in cms_main()
1039 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
A Ds_server.c1257 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1583 noCAfile = 1; in s_server_main()
2255 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2318 if (!ctx_set_verify_locations(ctx2, CAfile, noCAfile, CApath, in s_server_main()
A Ds_client.c892 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1454 noCAfile = 1; in s_client_main()
2037 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/apps/include/
A Dapps.h161 X509_STORE *setup_verify(const char *CAfile, int noCAfile,
165 const char *CAfile, int noCAfile,
/apps/lib/
A Dapps.c144 const char *CAfile, int noCAfile, in ctx_set_verify_locations() argument
149 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0) in ctx_set_verify_locations()
1431 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify() argument
1443 if (CAfile != NULL || !noCAfile) { in setup_verify()

Completed in 33 milliseconds