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:
parent
779473f667
commit
4bab097ffc
2 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue