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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c180 if (a->crlTime) {
183 if (!ASN1_GENERALIZEDTIME_print(bp, a->crlTime))
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_asn.c173 ASN1_EXP_OPT(OCSP_CRLID, crlTime, ASN1_GENERALIZEDTIME, 2)
H A Docsp_ext.c474 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new()))
476 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
H A Docsp.h328 * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL }
333 ASN1_GENERALIZEDTIME *crlTime; member in struct:ocsp_crl_id_st

Completed in 160 milliseconds