Chromium Code Reviews| Index: third_party/tlslite/tlslite/constants.py |
| diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py |
| index 8f2d5590e9497dd2ca65e8663dad0aae89fd6195..04302c09e0010bc3007203460f0be7e68a3b7c82 100644 |
| --- a/third_party/tlslite/tlslite/constants.py |
| +++ b/third_party/tlslite/tlslite/constants.py |
| @@ -5,6 +5,12 @@ class CertificateType: |
| openpgp = 1 |
| cryptoID = 2 |
| +class ClientCertificateType: |
| + rsa_sign = 1 |
| + dss_sign = 2 |
| + rsa_fixed_dh = 3 |
| + dss_fixed_dh = 4 |
| + |
| class HandshakeType: |
| hello_request = 0 |
| client_hello = 1 |