Ensure SSL_connect() actually blocks if we are in blocking mode
authorMatt Caswell <matt@openssl.org>
Tue, 13 Jun 2023 12:11:18 +0000 (13:11 +0100)
committerPauli <pauli@openssl.org>
Tue, 27 Jun 2023 23:53:22 +0000 (09:53 +1000)
commitfb4a2bba7115d1d1d5ac0ab8829e9659199ef77d
treeaf939a3898fcc44c5e009ec6a273749618957a01
parentb49d9de0e66a5fe7570652186e3bb8c4a4d9f556
Ensure SSL_connect() actually blocks if we are in blocking mode

Fix supplied by Hugo Landau.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21204)
ssl/quic/quic_impl.c