| Index: third_party/tlslite/patches/token_binding_negotiation.patch
|
| diff --git a/third_party/tlslite/patches/token_binding_negotiation.patch b/third_party/tlslite/patches/token_binding_negotiation.patch
|
| index 6f215b36acb702a0025842ed6279709e8e21f469..ed1775d47416ef8cea189bad47693b6e01a3c712 100644
|
| --- a/third_party/tlslite/patches/token_binding_negotiation.patch
|
| +++ b/third_party/tlslite/patches/token_binding_negotiation.patch
|
| @@ -65,7 +65,7 @@ index 9b553ce..ab2be57 100644
|
| + p2 = Parser(tokenBindingBytes)
|
| + ver_minor = p2.get(1)
|
| + ver_major = p2.get(1)
|
| -+ if (ver_major, ver_minor) >= (0, 3):
|
| ++ if (ver_major, ver_minor) >= (0, 6):
|
| + p2.startLengthCheck(1)
|
| + while not p2.atLengthCheck():
|
| + self.tb_client_params.append(p2.get(1))
|
| @@ -90,7 +90,7 @@ index 9b553ce..ab2be57 100644
|
| + w2.add(4, 2)
|
| + # version
|
| + w2.add(0, 1)
|
| -+ w2.add(4, 1)
|
| ++ w2.add(6, 1)
|
| + # length of params (defined as variable length <1..2^8-1>, but in
|
| + # this context the server can only send a single value.
|
| + w2.add(1, 1)
|
|
|