]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do not implicitly start connection with SSL_handle_events() or SSL_poll()
authorTomas Mraz <tomas@openssl.org>
Thu, 1 Aug 2024 17:36:00 +0000 (19:36 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 3 Aug 2024 13:18:11 +0000 (09:18 -0400)
commitca1d2db291530a827555b40974ed81efb91c2d19
tree801fbbae6e8c36d2df8cc1214f074c242a637a4b
parentb1f4aebb74192afb197487bf6f4998fbb87cd1c1
Do not implicitly start connection with SSL_handle_events() or SSL_poll()

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25069)
ssl/quic/quic_impl.c