]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for early ticking
authorMatt Caswell <matt@openssl.org>
Thu, 12 Sep 2024 14:15:46 +0000 (15:15 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit034fa85ced5bef3e6291cb1027135a31ca9b8df8
tree84b83e304f699e9fb4ae7ae4533975f5e495baf5
parent4af6bcd69cfc6114c8eb195147537bd4518962da
Add a test for early ticking

Ensure that we don't inadvertently start the connection if we call
SSL_handle_events(), or SSL_get_event_timeout() early.

This adds a test for #25054, which was originally fixed by #25069 to
ensure we haven't broken anything by the changes in the previous commit.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25452)
test/quicapitest.c