diff --git a/protocol/server_parameters.go b/protocol/server_parameters.go index 102290df..77f34e43 100644 --- a/protocol/server_parameters.go +++ b/protocol/server_parameters.go @@ -68,4 +68,4 @@ const MaxStreamFrameSorterGaps = 50 const CryptoMaxParams = 128 // CryptoParameterMaxLength is the upper limit for the length of a parameter in a crypto message. -const CryptoParameterMaxLength = ClientHelloMinimumSize +const CryptoParameterMaxLength = 2000