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

/freebsd-11-stable/crypto/openssl/apps/
H A Dverify.c85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; local
137 crlfile = *(++argv);
208 if (crlfile) {
209 crls = load_crls(bio_err, crlfile, FORMAT_PEM, NULL, e, "other CRLs");

Completed in 100 milliseconds