Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: ssl: disable server side default CRL check with WolfSSL
Patch 64a77e3 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.
- Loading branch information