]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix ossl_quic_trace to fetch connection short conn id len
authorNeil Horman <nhorman@openssl.org>
Wed, 29 Jan 2025 19:10:09 +0000 (14:10 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 18:33:21 +0000 (13:33 -0500)
commit3eef5b630a74438152d6919391f8effcd3f60f2d
treea2a8bdbdca6f6a7973ac5339ccf313c08bc99094
parent1bd7d8d7ac952f37bbda4df02f6411375a8af8f2
Fix ossl_quic_trace to fetch connection short conn id len

ossl_quic_trace currently fails to get the connection id when parsing a
short header.  now that we have an api to get the known length, go ahead
and use that to parse the header properly

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