Skip to content

Commit a8686f6

Browse files
authored
Merge pull request #9911 from julek-wolfssl/fenrir/298
QUIC transport parameters are carried in the ClientHello and the EncryptedExtensions messages
2 parents 5f15d57 + 52c64c1 commit a8686f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tls.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16795,7 +16795,6 @@ int TLSX_Parse(WOLFSSL* ssl, const byte* input, word16 length, byte msgType,
1679516795

1679616796
if (IsAtLeastTLSv1_3(ssl->version) &&
1679716797
msgType != client_hello &&
16798-
msgType != server_hello &&
1679916798
msgType != encrypted_extensions) {
1680016799
return EXT_NOT_ALLOWED;
1680116800
}

0 commit comments

Comments
 (0)