]> 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>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commita15bbf6d4489b362666d368bfcba1eae50e52dde
tree678dbf8c44ca07ea4b13faa0cda3ca032336afc3
parentd2f4608962c5ece61989851e41a7d00f0d9f06be
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