From 52c64c1340020503ada5730d3b3a3b136ece86d2 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 6 Mar 2026 16:21:03 +0100 Subject: [PATCH] QUIC transport parameters are carried in the ClientHello and the EncryptedExtensions messages F-298 --- src/tls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tls.c b/src/tls.c index d5cb43ec428..910d8d57536 100644 --- a/src/tls.c +++ b/src/tls.c @@ -16812,7 +16812,6 @@ int TLSX_Parse(WOLFSSL* ssl, const byte* input, word16 length, byte msgType, if (IsAtLeastTLSv1_3(ssl->version) && msgType != client_hello && - msgType != server_hello && msgType != encrypted_extensions) { return EXT_NOT_ALLOWED; }