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

Unified Diff: net/cert/cert_verify_proc_whitelist_unittest1.gperf

Issue 2662673002: Restrict the set of WoSign/StartCom certs to the Alexa Top 1M (Closed)
Patch Set: Created 3 years, 11 months 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
« no previous file with comments | « net/cert/cert_verify_proc_whitelist_unittest.cc ('k') | net/data/ssl/wosign/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc_whitelist_unittest1.gperf
diff --git a/net/cert/cert_verify_proc_whitelist_unittest1.gperf b/net/cert/cert_verify_proc_whitelist_unittest1.gperf
new file mode 100644
index 0000000000000000000000000000000000000000..cfe582aa6f78042131530525c7c98a6a7926ec26
--- /dev/null
+++ b/net/cert/cert_verify_proc_whitelist_unittest1.gperf
@@ -0,0 +1,9 @@
+%{
+// Copyright (c) 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+%}
+%%
+example.com, 0
+example.bar.jp, 0
+%%
« no previous file with comments | « net/cert/cert_verify_proc_whitelist_unittest.cc ('k') | net/data/ssl/wosign/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698