Lines Matching defs:nextUpdate
128 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
135 ASN1_GENERALIZEDTIME *nextUpdate;
196 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
368 "OpenSSL: Invalid OCSP response nextUpdate");
380 "OpenSSL: OCSP response nextUpdate before thisUpdate");
384 /* Both thisUpdate and nextUpdate are valid */
755 if (sresp->nextUpdate) {
756 txt = generalizedtime_str(sresp->nextUpdate);
758 wpa_printf(MSG_DEBUG, "OpenSSL: nextUpdate: %s",
809 matching_resp->nextUpdate)) {