Home
last modified time | relevance | path

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

/external/openssl/apps/
Dverify.c85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; in MAIN() local
146 crlfile= *(++argv); in MAIN()
217 if(crlfile) in MAIN()
219 crls = load_crls(bio_err, crlfile, FORMAT_PEM, in MAIN()