Searched refs:load_certs (Results 1 – 11 of 11) sorted by relevance
/openssl/apps/ |
H A D | verify.c | 148 if (!load_certs(opt_arg(), 0, &untrusted, NULL, in verify_main() 157 if (!load_certs(opt_arg(), 0, &trusted, NULL, "trusted certificates")) in verify_main()
|
H A D | ocsp.c | 590 if (!load_certs(rca_filename, 0, &rca_certs, NULL, "CA certificates")) in ocsp_main() 593 if (!load_certs(rcertfile, 0, &rother, NULL, in ocsp_main() 692 if (!load_certs(sign_certfile, 0, &sign_other, NULL, in ocsp_main() 807 if (!load_certs(verify_certfile, 0, &verify_other, NULL, in ocsp_main()
|
H A D | pkcs12.c | 569 if (!load_certs(infile, 1, &certs, passin, in pkcs12_main() 602 if (!load_certs(untrusted, 0, &untrusted_certs, passcerts, in pkcs12_main() 652 if (!load_certs(certfile, 0, &certs, passcerts, in pkcs12_main()
|
H A D | smime.c | 492 if (!load_certs(certfile, 0, &other, NULL, "certificates")) { in smime_main()
|
H A D | cms.c | 844 if (!load_certs(certfile, 0, &other, NULL, "certificate file")) { in cms_main()
|
H A D | s_server.c | 1820 if (!load_certs(s_chain_file, 0, &s_chain, NULL, in s_server_main() 1884 if (!load_certs(s_dchain_file, 0, &s_dchain, NULL, in s_server_main()
|
H A D | s_client.c | 1762 if (!load_certs(chain_file, 0, &chain, pass, "client certificate chain")) in s_client_main()
|
/openssl/apps/include/ |
H A D | apps.h | 150 int load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs,
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1120 if (!load_certs(exc->chainfile, 0, &exc->chain, NULL, "server chain")) in load_excert()
|
H A D | apps.c | 856 int load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, in load_certs() function
|
/openssl/ |
H A D | CHANGES.md | 10203 * Add load_crls() function to commands tidying load_certs() too. Add option
|
Completed in 154 milliseconds