Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H 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()
H A Dcrl.c94 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local
153 noCAfile = 1; in crl_main()
225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
H A Ds_time.c126 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local
181 noCAfile = 1; in s_time_main()
262 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_time_main()
H A Dsmime.c151 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
339 noCAfile = 1; in smime_main()
535 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
H A Dpkcs12.c176 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
341 noCAfile = 1; in pkcs12_main()
399 if (noCAfile) in pkcs12_main()
601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
H A Docsp.c250 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
399 noCAfile = 1; in ocsp_main()
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
H A Dcms.c295 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
479 noCAfile = 1; in cms_main()
936 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
H A Ds_server.c1003 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1322 noCAfile = 1; in s_server_main()
1942 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2005 if (!ctx_set_verify_locations(ctx2, CAfile, noCAfile, CApath, in s_server_main()
H A Ds_client.c816 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1331 noCAfile = 1; in s_client_main()
1901 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/third_party/openssl/apps/
H 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()
H A Dcrl.c94 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local
153 noCAfile = 1; in crl_main()
225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
H A Ds_time.c126 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local
181 noCAfile = 1; in s_time_main()
262 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_time_main()
H A Dsmime.c151 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
339 noCAfile = 1; in smime_main()
534 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in smime_main()
H A Dpkcs12.c176 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
341 noCAfile = 1; in pkcs12_main()
399 if (noCAfile) in pkcs12_main()
601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
H A Dcms.c295 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
479 noCAfile = 1; in cms_main()
937 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
H A Docsp.c250 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
399 noCAfile = 1; in ocsp_main()
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
H A Ds_server.c1003 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1322 noCAfile = 1; in s_server_main()
1937 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2000 if (!ctx_set_verify_locations(ctx2, CAfile, noCAfile, CApath, in s_server_main()
H A Ds_client.c816 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1331 noCAfile = 1; in s_client_main()
1901 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h153 X509_STORE *setup_verify(const char *CAfile, int noCAfile,
157 const char *CAfile, int noCAfile,
/third_party/openssl/apps/include/
H A Dapps.h153 X509_STORE *setup_verify(const char *CAfile, int noCAfile,
157 const char *CAfile, int noCAfile,
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c149 const char *CAfile, int noCAfile, in ctx_set_verify_locations()
154 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0) in ctx_set_verify_locations()
1360 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify() argument
1372 if (CAfile != NULL || !noCAfile) { in setup_verify()
148 ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile, int noCAfile, const char *CApath, int noCApath, const char *CAstore, int noCAstore) ctx_set_verify_locations() argument
/third_party/openssl/apps/lib/
H A Dapps.c149 const char *CAfile, int noCAfile, in ctx_set_verify_locations()
154 if (!noCAfile && SSL_CTX_set_default_verify_file(ctx) <= 0) in ctx_set_verify_locations()
1358 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify() argument
1370 if (CAfile != NULL || !noCAfile) { in setup_verify()
148 ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile, int noCAfile, const char *CApath, int noCApath, const char *CAstore, int noCAstore) ctx_set_verify_locations() argument

Completed in 43 milliseconds