]> 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>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commitbc4c7cf554b1f0f004a8f925ffb7168bc1327d58
tree041a57283d7239e0d0ca6f1de7efe24c67ffd290
parent5fdd623df3ab5a4ed7dff0719851345b2de45d9d
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