commit | 64a77e3ea54210462765ec7988eeb66ae59842ac | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue May 02 18:26:46 2023 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue May 02 18:30:11 2023 +0200 |
tree | b0edc8244493c8785a8aa6c291b4233a58f49b8e | |
parent | a2fee7f28b06bafdc7cff19f16209d768c23ae89 [diff] |
MINOR: ssl: disable CRL checks with WolfSSL when no CRL file WolfSSL is enabling by default the CRL checks even if a CRL file wasn't provided. This patch resets the default X509_STORE flags so this is not checked by default.