]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use the reactor from ctx.obj for net read/write desired implementations
authorMatt Caswell <matt@openssl.org>
Wed, 9 Oct 2024 10:31:46 +0000 (11:31 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit76af88a6218f6f4ed23cc38bcbc6a723fa74816c
tree0b804a972384099110143040977c69d54551807f
parent034fa85ced5bef3e6291cb1027135a31ca9b8df8
Use the reactor from ctx.obj for net read/write desired implementations

The ossl_quic_get_net_write_desired() and
ossl_quic_reactor_net_read_desired() implementations can be used by
listeners. But in that case there is no ctx.qc object present. Instead we
should use the reactor from ctx.obj which will work also for a listener.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25642)
ssl/quic/quic_impl.c