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

Unified Diff: chrome/browser/net/packed_ct_ev_whitelist.h

Issue 422063004: Certificate Transparency: Require SCTs for EV certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments. Created 6 years 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: chrome/browser/net/packed_ct_ev_whitelist.h
diff --git a/chrome/browser/net/packed_ct_ev_whitelist.h b/chrome/browser/net/packed_ct_ev_whitelist.h
index db731bb75838870bcce5ca8eaf4c03ac477668a8..2321d63ad04006f3e496b38273b57e58d89318d2 100644
--- a/chrome/browser/net/packed_ct_ev_whitelist.h
+++ b/chrome/browser/net/packed_ct_ev_whitelist.h
@@ -60,6 +60,8 @@ class PackedEVCertsWhitelist : public net::ct::EVCertsWhitelist {
static bool UncompressEVWhitelist(const std::string& compressed_whitelist,
std::vector<uint64_t>* uncompressed_list);
+ bool is_whitelist_valid_;
+
// The whitelist is an array containing certificate hashes (truncated
// to a fixed size of 8 bytes), sorted.
// Binary search is used to locate hashes in the the array.

Powered by Google App Engine
This is Rietveld 408576698