Searched refs:revtm (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | ocsp.c | 1166 ASN1_TIME *revtm = NULL; in make_ocsp_response() local 1171 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]); in make_ocsp_response() 1174 reason, revtm, thisupd, nextupd); in make_ocsp_response() 1188 ASN1_TIME_free(revtm); in make_ocsp_response()
|
| H A D | ca.c | 2387 ASN1_UTCTIME *revtm = NULL; in make_revocation_str() local 2440 revtm = X509_gmtime_adj(NULL, 0); in make_revocation_str() 2442 if (!revtm) in make_revocation_str() 2445 i = revtm->length + 1; in make_revocation_str() 2453 OPENSSL_strlcpy(str, (char *)revtm->data, i); in make_revocation_str() 2462 ASN1_UTCTIME_free(revtm); in make_revocation_str()
|