]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allow packetizer to accept an arg to set protocol version
authorNeil Horman <nhorman@openssl.org>
Fri, 15 Nov 2024 18:55:05 +0000 (13:55 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit5fdd623df3ab5a4ed7dff0719851345b2de45d9d
tree255e3090d9892a0b9b4dc22d5d46e02701ae05a2
parent2784112e9a5d844b7a54ae6de5ab9d06a9822ef6
Allow packetizer to accept an arg to set protocol version

In preparation for doing version negotiation, expose the ability to have
the packetiser for QUIC set a configured protocol version.  We only set
it to QUIC_VERSION_1 for now, but it allows for us to set different
protocols in the future.

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)
include/internal/quic_txp.h
ssl/quic/quic_channel.c
ssl/quic/quic_txp.c
test/quic_txp_test.c