]> git.ipfire.org Git - thirdparty/openssl.git/commit
Return infinity time from SSL_get_event_timeout when the connection is not started
authorTomas Mraz <tomas@openssl.org>
Thu, 1 Aug 2024 17:14:16 +0000 (19:14 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 3 Aug 2024 13:18:11 +0000 (09:18 -0400)
commitb1f4aebb74192afb197487bf6f4998fbb87cd1c1
treec17ffe0102d5ca2daba9a83b148523495a7b0407
parentb7f93c7fcb37c81b88895c3e8d22ad69c2576cd4
Return infinity time from SSL_get_event_timeout when the connection is not started

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