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

Unified Diff: net/cert/signed_certificate_timestamp.h

Issue 67513008: Certificate Transparency: Add the high-level interface for verifying SCTs over multiple logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging with master 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: net/cert/signed_certificate_timestamp.h
diff --git a/net/cert/signed_certificate_timestamp.h b/net/cert/signed_certificate_timestamp.h
index 2ff14ec3f1f3db572bbe6eda770f56a513301e32..9c73dee6a82b70ce7832b7e44aa4e3667331451b 100644
--- a/net/cert/signed_certificate_timestamp.h
+++ b/net/cert/signed_certificate_timestamp.h
@@ -87,7 +87,7 @@ struct NET_EXPORT SignedCertificateTimestamp
// Source of the SCT - supplementary, not defined in CT RFC.
enum Origin {
SCT_EMBEDDED = 0,
- SCT_FROM_TLS_HANDSHAKE = 1,
+ SCT_FROM_TLS_EXTENSION = 1,
SCT_FROM_OCSP_RESPONSE = 2,
};

Powered by Google App Engine
This is Rietveld 408576698