]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enhance port binding to allow connections without odcid
authorNeil Horman <nhorman@openssl.org>
Tue, 3 Dec 2024 21:44:28 +0000 (16:44 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commitf39535fd7df3c0cb1780202b19266b38606d30ca
tree76547b86cf9a44fd0fe93fe1ac075f90696e0d08
parentb9b6242f079188c64c6e33c525e4667d67dd52e2
Enhance port binding to allow connections without odcid

If we opt not to do server address validation, we have no odcid
and therefore never reserved a local cid

We need to follow the initial code path to generate one

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