]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add api to fetch short conn id len from a given channel/tserver
authorNeil Horman <nhorman@openssl.org>
Wed, 29 Jan 2025 18:17:32 +0000 (13:17 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 18:33:21 +0000 (13:33 -0500)
commit34b12357e0e59e0a32dc75a4c73772ece71c3edb
tree3d3078ab004dc06340b3940c073bf4bad9c23745
parent089f7525c687c7b32af6802abc4835ff14ecc63f
Add api to fetch short conn id len from a given channel/tserver

Need an api to fetch the configured conn id len for short headers, add
that in here

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26592)
include/internal/quic_channel.h
include/internal/quic_record_rx.h
include/internal/quic_tserver.h
ssl/quic/quic_channel.c
ssl/quic/quic_record_rx.c
ssl/quic/quic_tserver.c