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

Unified Diff: net/base/net_error_list.h

Issue 76443006: Certificate Transparency: Threading the CT verifier into the SSL client socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted changes to cert_status_flags, added error code 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/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index 330d57255b1a7f3501f83548ab99112a267c7033..2d4f0382d280d5e8b7f432c0abf6acad27c69f4c 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -408,6 +408,10 @@ NET_ERROR(CERT_WEAK_KEY, -211)
// The value immediately past the last certificate error code.
NET_ERROR(CERT_END, -212)
+// Certificate Transparency: All Signed Certificate Timestamps failed to verify.
+// XXX(eranm): Move this error to a more appropriate category.
+NET_ERROR(CT_NO_SCTS_VERIFIED_OK, -299)
wtc 2013/11/28 15:18:24 Let's work on this next week. I remember if an err
+
// The URL is invalid.
NET_ERROR(INVALID_URL, -300)

Powered by Google App Engine
This is Rietveld 408576698