| Index: third_party/tlslite/tlslite/constants.py
|
| diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py
|
| index e357dd0e75e5a160ab77cecdc635e9036728263c..b5a345a2e548e2012329a7cbc0dae6cade4187ed 100644
|
| --- a/third_party/tlslite/tlslite/constants.py
|
| +++ b/third_party/tlslite/tlslite/constants.py
|
| @@ -32,6 +32,7 @@ class ContentType:
|
| all = (20,21,22,23)
|
|
|
| class ExtensionType:
|
| + signed_cert_timestamps = 18 # signed_certificate_timestamp in RFC 6962
|
| channel_id = 30031
|
|
|
| class AlertLevel:
|
|
|