]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do not falsely start the connection through SSL_pending()/_has_pending()
authorTomas Mraz <tomas@openssl.org>
Thu, 1 Aug 2024 15:17:42 +0000 (17:17 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 3 Aug 2024 13:18:11 +0000 (09:18 -0400)
commitb7f93c7fcb37c81b88895c3e8d22ad69c2576cd4
tree8bf870c7295b21b0751df63646c98ac3905df0ea
parent0beef0ba00f7864b7367899d859509a99237fcf0
Do not falsely start the connection through SSL_pending()/_has_pending()

Fixes #25054

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