Commit 693cf80c authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Enable SSL_MODE_AUTO_RETRY by default



Because TLS 1.3 sends more non-application data records some clients run
into problems because they don't expect SSL_read() to return and set
SSL_ERROR_WANT_READ after processing it.

This can cause problems for clients that use blocking I/O and use
select() to see if data is available. It can be cleared using
SSL_CTX_clear_mode().

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
GH: #6260
parent 1aac20f5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment