Address a timing side channel whereby it is possible to determine some
[openssl.git] / apps / ocsp.c
index 6ed255d4b5635ce6f11ac5d40f074025a1b216c9..5da51df5148c8c14b5cb28c71bfc7fb2a7fb83ca 100644 (file)
@@ -1041,7 +1041,7 @@ static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req,
     bs = OCSP_BASICRESP_new();
     thisupd = X509_gmtime_adj(NULL, 0);
     if (ndays != -1)
-        nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24);
+        nextupd = X509_time_adj_ex(NULL, ndays, nmin * 60, NULL);
 
     /* Examine each certificate id in the request */
     for (i = 0; i < id_count; i++) {