Searched refs:crlTime (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_ocsp.c174 if (a->crlTime)
177 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime)) goto err;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_asn.c172 ASN1_EXP_OPT(OCSP_CRLID, crlTime, ASN1_GENERALIZEDTIME, 2)
H A Docsp_ext.c442 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
443 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
H A Docsp.h335 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
341 ASN1_GENERALIZEDTIME *crlTime; member in struct:ocsp_crl_id_st

Completed in 99 milliseconds