BUG/MINOR: ssl: OCSP minimum update threshold not properly set
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 12 Jan 2023 08:49:08 +0000 (09:49 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 12 Jan 2023 12:13:45 +0000 (13:13 +0100)
commitbdd84c5ffb66a772a1713668889f25ce9d3a29d0
treec88bb4a7ffcbf3de4359f68b48916b6e298faeb9
parent145b17fd2f6857e45ca184419f29f41343446fc5
BUG/MINOR: ssl: OCSP minimum update threshold not properly set

An arbitrary 5 minutes minimum interval between two updates of the same
OCSP response is defined but it was not properly used when inserting
entries in the update tree.

This patch does not need to be backported.
src/ssl_ocsp.c