Searched refs:load_certs (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | verify.c | 159 if (!load_certs(opt_arg(), 0, &untrusted, NULL, in verify_main() 168 if (!load_certs(opt_arg(), 0, &trusted, NULL, "trusted certificates")) in verify_main()
|
| H A D | ocsp.c | 634 if (!load_certs(rca_filename, 0, &rca_certs, NULL, "CA certificates")) in ocsp_main() 637 if (!load_certs(rcertfile, 0, &rother, NULL, in ocsp_main() 736 if (!load_certs(sign_certfile, 0, &sign_other, NULL, in ocsp_main() 853 if (!load_certs(verify_certfile, 0, &verify_other, NULL, in ocsp_main()
|
| H A D | pkcs12.c | 608 if (!load_certs(infile, 1, &certs, passin, in pkcs12_main() 641 if (!load_certs(untrusted, 0, &untrusted_certs, passcerts, in pkcs12_main() 690 if (!load_certs(certfile, 0, &certs, passcerts, in pkcs12_main()
|
| H A D | smime.c | 531 if (!load_certs(certfile, 0, &other, NULL, "certificates")) { in smime_main()
|
| H A D | cms.c | 918 if (!load_certs(certfile, 0, &other, NULL, "certificate file")) { in cms_main()
|
| H A D | s_server.c | 1926 if (!load_certs(s_chain_file, 0, &s_chain, NULL, in s_server_main() 1990 if (!load_certs(s_dchain_file, 0, &s_dchain, NULL, in s_server_main()
|
| H A D | s_client.c | 1847 if (!load_certs(chain_file, 0, &chain, pass, "client certificate chain")) in s_client_main()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | apps.h | 150 int load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs,
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 1124 if (!load_certs(exc->chainfile, 0, &exc->chain, NULL, "server chain")) in load_excert()
|
| H A D | apps.c | 811 int load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, in load_certs() function
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 11026 * Add load_crls() function to commands tidying load_certs() too. Add option
|