commit | 8c20a74c90964b7bd76144fe8dbde15f227d9a04 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Mar 02 15:49:55 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Mar 02 15:57:56 2023 +0100 |
tree | 2dfb415ec15e24072391ec09a8143d1cd44e322a | |
parent | 56ab607c409dbc6f169b1066328a557c1729ea57 [diff] |
BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback In the OCSP response callback, instead of using the actual date of the system, the scheduler's 'now' timer is used when checking a response's validity. This patch can be backported to all stable versions.