]> 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>
Mon, 17 Feb 2025 16:27:34 +0000 (11:27 -0500)
commit5b808e1d804b8215254e52f01ea1928a905cb801
tree8789a35dc388284d0bc55ca5b5b12eb24d43f87a
parent7d5426c703d24a8a6867db4900a5a02f78619379
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