Searched refs:load_crls (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/ |
D | verify.c | 138 if (!load_crls(opt_arg(), &crls, FORMAT_PEM, NULL, in verify_main()
|
D | apps.h | 469 int load_crls(const char *file, STACK_OF(X509_CRL) **crls, int format,
|
D | apps.c | 984 int load_crls(const char *file, STACK_OF(X509_CRL) **crls, int format, in load_crls() function
|
/third_party/openssl/ |
D | CHANGES | 4528 *) Add load_crls() function to apps tidying load_certs() too. Add option
|