1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-18 00:53:25 +00:00

OpenSSL: clear SSL_MODE_AUTO_RETRY

This commit is contained in:
Gerhard Rieger 2019-03-12 21:09:18 +01:00
parent 7a621dd3a2
commit bc3723e970
2 changed files with 15 additions and 0 deletions

View file

@ -77,6 +77,9 @@ Porting:
RES_AAONLY, RES_PRIMARY are deprecated. You can still enable them with
configure option --enable-res-deprecated.
New versions of OpenSSL preset SSL_MODE_AUTO_RETRY which may hang socat.
Solution: clear SSL_MODE_AUTO_RETRY when it is set.
Testing:
test.sh: Show a warning when phase-1 (insecure phase) of a security
test fails