Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/tlslite/tlslite/constants.py

Issue 83333003: Add support for fetching Certificate Transparency SCTs over a TLS extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..4e150bd9bd1ca5712f33808dbe45495b4f298435 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 extension
wtc 2013/11/26 17:32:55 This constant has a self-explanatory name, so it d
ekasper 2013/11/26 19:33:54 Yep, to map to the official name. Added a referenc
channel_id = 30031
class AlertLevel:

Powered by Google App Engine
This is Rietveld 408576698