]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make version negotiation packets use network byte order
authorNeil Horman <nhorman@openssl.org>
Thu, 21 Nov 2024 14:18:53 +0000 (09:18 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit128619a43b713b507abd211c9a149a5b16d22dff
treef180f1f770513e628740a3f65ac1dc42054cfb9e
parentc7b82a725070061a67b4fae4825ac837d4daa163
Make version negotiation packets use network byte order

@t8m pointed out that versino negotiation packets weren't guaranteeing
network byte ordering in the array of supported versions.

Convert the client to use network byte order on send and receipt.

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_channel.c
ssl/quic/quic_port.c