]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add port version negotiation response from server
authorNeil Horman <nhorman@openssl.org>
Fri, 15 Nov 2024 19:09:16 +0000 (14:09 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commit4c95252a6a3bd903705df8f5d4d451bb558efec9
tree42c7aedbe062a67bb97c956b7f4d45f5ffa75175
parenta76a1702b9632c095535f4985045ddb14abba9c3
Add port version negotiation response from server

If the server receives an Initial packet with a version number we don't
support (currently a fixed check for QUIC_VERSION_1), instead of
dropping it, respond with a version negotiation packet to the peer

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