Merge pull request #9911 from julek-wolfssl/fenrir/298

QUIC transport parameters are carried in the ClientHello and the EncryptedExtensions messages
This commit is contained in:
Daniel Pouzzner
2026-03-06 22:28:40 -06:00
committed by GitHub
-1
View File
@@ -16795,7 +16795,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;
}