Home | History | Annotate | Download | only in crypto

Lines Matching defs:nextUpdate

128  *    nextUpdate         [0]       EXPLICIT GeneralizedTime OPTIONAL,
135 ASN1_GENERALIZEDTIME *nextUpdate;
196 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
374 "OpenSSL: Invalid OCSP response nextUpdate");
386 "OpenSSL: OCSP response nextUpdate before thisUpdate");
390 /* Both thisUpdate and nextUpdate are valid */
760 if (sresp->nextUpdate) {
761 txt = generalizedtime_str(sresp->nextUpdate);
763 wpa_printf(MSG_DEBUG, "OpenSSL: nextUpdate: %s",
814 matching_resp->nextUpdate)) {