Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/apps/
HDverify.c85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; in MAIN() local
133 trustfile = *(++argv); in MAIN()
201 if (trustfile) { in MAIN()
202 trusted = load_certs(bio_err, trustfile, FORMAT_PEM, in MAIN()