]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: disable CRL checks with WolfSSL when no CRL file
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 2 May 2023 16:26:46 +0000 (18:26 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 2 May 2023 16:30:11 +0000 (18:30 +0200)
commit64a77e3ea54210462765ec7988eeb66ae59842ac
treeb0edc8244493c8785a8aa6c291b4233a58f49b8e
parenta2fee7f28b06bafdc7cff19f16209d768c23ae89
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.
src/ssl_sock.c