1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-13 23:13:24 +00:00

Warning that Socat does not check CRLs

This commit is contained in:
Gerhard Rieger 2023-06-17 08:44:02 +02:00
parent 779473f667
commit 4bab097ffc
2 changed files with 5 additions and 0 deletions

View file

@ -1397,6 +1397,7 @@ cont_out:
sycSSL_CTX_set_verify(ctx,
SSL_VERIFY_PEER| SSL_VERIFY_FAIL_IF_NO_PEER_CERT,
NULL);
Warn("OpenSSL: Warning: this implementation does not check CRLs");
} else {
sycSSL_CTX_set_verify(ctx,
SSL_VERIFY_NONE,