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