| Index: third_party/tlslite/tlslite/TLSConnection.py
|
| diff --git a/third_party/tlslite/tlslite/TLSConnection.py b/third_party/tlslite/tlslite/TLSConnection.py
|
| index e882e2c8f2ac00079746760611ecbda76c4c0e1c..ffe43a13243f7188ea211c384f9cd700326bd095 100644
|
| --- a/third_party/tlslite/tlslite/TLSConnection.py
|
| +++ b/third_party/tlslite/tlslite/TLSConnection.py
|
| @@ -1108,6 +1108,7 @@ class TLSConnection(TLSRecordLayer):
|
| else:
|
| break
|
| clientHello = result
|
| + self.client_hello_length = clientHello.client_hello_length
|
|
|
| #If client's version is too low, reject it
|
| if clientHello.client_version < settings.minVersion:
|
|
|