QUIC transport parameters are carried in the ClientHello and the EncryptedExtensions messages

F-298
This commit is contained in:
Juliusz Sosinowicz
2026-03-06 16:21:03 +01:00
parent 80938758ac
commit 52c64c1340
-1
View File
@@ -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;
}