Home
last modified time | relevance | path

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

/openssl/apps/
H A Dca.c135 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
492 rev_arg = opt_arg(); in ca_main()
1311 j = do_revoke(revcert, db, rev_type, rev_arg); in ca_main()
2384 if (OPENSSL_strcasecmp(rev_arg, crl_reasons[i]) == 0) { in make_revocation_str()
2390 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg); in make_revocation_str()
2397 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()
2406 other = rev_arg; in make_revocation_str()
2412 if (!ASN1_GENERALIZEDTIME_set_string(NULL, rev_arg)) { in make_revocation_str()
2415 rev_arg); in make_revocation_str()
[all …]

Completed in 10 milliseconds