Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dverify.c88 int noCApath = 0, noCAfile = 0, noCAstore = 0; in verify_main() local
144 noCAstore = 1; in verify_main()
156 noCAstore = 1; in verify_main()
210 CAstore, noCAstore)) == NULL) in verify_main()
A Dcrl.c94 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local
156 noCAstore = 1; in crl_main()
226 CAstore, noCAstore)) == NULL) in crl_main()
A Ds_time.c126 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local
187 noCAstore = 1; in s_time_main()
263 CAstore, noCAstore)) { in s_time_main()
A Dsmime.c151 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
345 noCAstore = 1; in smime_main()
535 CAstore, noCAstore)) == NULL) in smime_main()
A Dpkcs12.c176 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
338 noCAstore = 1; in pkcs12_main()
403 if (noCAstore) in pkcs12_main()
602 CAstore, noCAstore)) in pkcs12_main()
A Docsp.c250 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
405 noCAstore = 1; in ocsp_main()
798 CAstore, noCAstore); in ocsp_main()
A Dcms.c295 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
485 noCAstore = 1; in cms_main()
938 CAstore, noCAstore)) == NULL) in cms_main()
A Ds_server.c1003 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1269 noCAstore = 1; in s_server_main()
1940 CAstore, noCAstore)) { in s_server_main()
2003 noCApath, CAstore, noCAstore)) { in s_server_main()
A Ds_client.c821 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1357 noCAstore = 1; in s_client_main()
1895 CAstore, noCAstore)) { in s_client_main()
/openssl-master/apps/include/
A Dapps.h154 const char *CAstore, int noCAstore);
158 const char *CAstore, int noCAstore);
/openssl-master/apps/lib/
A Dapps.c151 const char *CAstore, int noCAstore) in ctx_set_verify_locations() argument
158 if (!noCAstore && SSL_CTX_set_default_verify_store(ctx) <= 0) in ctx_set_verify_locations()
1348 const char *CAstore, int noCAstore) in setup_verify() argument
1388 if (CAstore != NULL || !noCAstore) { in setup_verify()

Completed in 33 milliseconds