commit | bdd3c79568a5e4d597df507ca86150353d24d667 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Dec 20 11:11:09 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Dec 21 11:21:07 2022 +0100 |
tree | d94febaf9fdcebcdb22bb96cf19324cbda59234b | |
parent | cc346678dce96a3cdb70ccebf229ac215251bd7f [diff] |
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.