MINOR: ssl: Add ocsp_update_tree and helper functions
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 20 Dec 2022 10:11:09 +0000 (11:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 21 Dec 2022 10:21:07 +0000 (11:21 +0100)
commitbdd3c79568a5e4d597df507ca86150353d24d667
treed94febaf9fdcebcdb22bb96cf19324cbda59234b
parentcc346678dce96a3cdb70ccebf229ac215251bd7f
MINOR: ssl: Add ocsp_update_tree and helper functions

The OCSP update tree holds ocsp responses that will need to be updated
automatically. The entries are inserted in an eb64_tree where the keys
are the absolute time after which the entry will need to be updated.
src/ssl_sock.c