On Tue, Oct 08, 2024 at 01:32:49PM +0000, Damien Claisse wrote: > Subject: [PATCH] MINOR: ssl: disable server side default CRL check with > WolfSSL > Patch 64a77e3ea5 disabled CRL check when no CRL file was provided, but > it only did it on bind side. Add the same fix in server context > initialization side. > This allows to enable peer verification (verify required) on a server > using TLS, without having to provide a CRL file.
Indeed you are right! I just pushed the patch to master. Thanks, -- William Lallemand