Searched refs:load_crls (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | verify.c | 138 if (!load_crls(opt_arg(), &crls, FORMAT_PEM, NULL, in verify_main()
|
| H A D | apps.h | 469 int load_crls(const char *file, STACK_OF(X509_CRL) **crls, int format,
|
| H A D | apps.c | 986 int load_crls(const char *file, STACK_OF(X509_CRL) **crls, int format, in load_crls() function
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | verify.c | 162 if (!load_crls(opt_arg(), &crls, NULL, "other CRLs")) in verify_main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
| H A D | apps.h | 141 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
| H A D | apps.c | 819 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls, in load_crls() function
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 4578 *) Add load_crls() function to apps tidying load_certs() too. Add option
|