Skip to content

Commit 52c64c1

Browse files
committed
QUIC transport parameters are carried in the ClientHello and the EncryptedExtensions messages
F-298
1 parent 8093875 commit 52c64c1

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
@@ -16812,7 +16812,6 @@ int TLSX_Parse(WOLFSSL* ssl, const byte* input, word16 length, byte msgType,
1681216812

1681316813
if (IsAtLeastTLSv1_3(ssl->version) &&
1681416814
msgType != client_hello &&
16815-
msgType != server_hello &&
1681616815
msgType != encrypted_extensions) {
1681716816
return EXT_NOT_ALLOWED;
1681816817
}

0 commit comments

Comments
 (0)