Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dca.c136 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg);
283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local
489 rev_arg = opt_arg(); in ca_main()
1308 j = do_revoke(revcert, db, rev_type, rev_arg); in ca_main()
2357 static char *make_revocation_str(REVINFO_TYPE rev_type, const char *rev_arg) in make_revocation_str() argument
2372 if (OPENSSL_strcasecmp(rev_arg, crl_reasons[i]) == 0) { in make_revocation_str()
2378 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg); in make_revocation_str()
2385 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()
2389 BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg); in make_revocation_str()
2394 other = rev_arg; in make_revocation_str()
[all …]