Home
last modified time | relevance | path

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

/programs/x509/
A Dcert_app.c83 const char *crl_file; /* the file with the CRL to use */ member
171 opt.crl_file = DFL_CRL_FILE; in main()
204 opt.crl_file = q; in main()
253 if (strlen(opt.crl_file)) { in main()
254 if ((ret = mbedtls_x509_crl_parse_file(&cacrl, opt.crl_file)) != 0) { in main()
/programs/ssl/
A Dssl_server2.c798 char *crl_file; in sni_parse() local
817 GET_ITEM(crl_file); in sni_parse()
847 if (strcmp(crl_file, "-") != 0) { in sni_parse()
854 if (mbedtls_x509_crl_parse_file(new->crl, crl_file) != 0) { in sni_parse()

Completed in 15 milliseconds