Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dverify.c99 int noCApath = 0, noCAfile = 0, noCAstore = 0; in verify_main() local
155 noCAstore = 1; in verify_main()
167 noCAstore = 1; in verify_main()
221 CAstore, noCAstore)) in verify_main()
H A Dcrl.c117 int text = 0, do_ver = 0, noCAfile = 0, noCApath = 0, noCAstore = 0; in crl_main() local
180 noCAstore = 1; in crl_main()
247 CAstore, noCAstore)) in crl_main()
H A Ds_time.c144 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_time_main() local
205 noCAstore = 1; in s_time_main()
280 CAstore, noCAstore)) { in s_time_main()
H A Dsmime.c214 int noCApath = 0, noCAfile = 0, noCAstore = 0; in smime_main() local
418 noCAstore = 1; in smime_main()
604 CAstore, noCAstore)) in smime_main()
H A Dpkcs12.c225 int noCApath = 0, noCAfile = 0, noCAstore = 0; in pkcs12_main() local
402 noCAstore = 1; in pkcs12_main()
464 if (noCAstore) in pkcs12_main()
664 CAstore, noCAstore)) in pkcs12_main()
H A Docsp.c290 int noCAfile = 0, noCApath = 0, noCAstore = 0; in ocsp_main() local
446 noCAstore = 1; in ocsp_main()
846 CAstore, noCAstore); in ocsp_main()
H A Dcms.c362 int noCAfile = 0, noCApath = 0, noCAstore = 0; in cms_main() local
562 noCAstore = 1; in cms_main()
1037 CAstore, noCAstore)) in cms_main()
H A Ds_server.c1136 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_server_main() local
1417 noCAstore = 1; in s_server_main()
2132 CAstore, noCAstore)) { in s_server_main()
2195 noCApath, CAstore, noCAstore)) { in s_server_main()
H A Ds_client.c963 int noCApath = 0, noCAfile = 0, noCAstore = 0; in s_client_main() local
1539 noCAstore = 1; in s_client_main()
2111 CAstore, noCAstore)) { in s_client_main()
/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
104 if (!noCAstore && SSL_CTX_set_default_verify_store(ctx) <= 0) in ctx_set_verify_locations()
1385 const char *CAstore, int noCAstore) in setup_verify() argument
1431 if (CAstore != NULL || !noCAstore) { in setup_verify()