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

Unified Diff: net/cert/cert_verify_proc.h

Issue 2487063003: Revert of Distrust publicly trusted SHA-1 certs (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc.h
diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h
index 2154dbab690c8f0d97bf1071bfcf2391ace83d78..629fde8bf38369fd1367060a21c7239f0d15f5ff 100644
--- a/net/cert/cert_verify_proc.h
+++ b/net/cert/cert_verify_proc.h
@@ -8,7 +8,6 @@
#include <string>
#include <vector>
-#include "base/feature_list.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -84,8 +83,6 @@
friend class base::RefCountedThreadSafe<CertVerifyProc>;
FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest, DigiNotarCerts);
FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest, TestHasTooLongValidity);
- FRIEND_TEST_ALL_PREFIXES(CertVerifyProcTest,
- VerifyRejectsSHA1AfterDeprecationLegacyMode);
// Performs the actual verification using the desired underlying
// cryptographic library. On entry, |verify_result->verified_cert|
@@ -127,9 +124,6 @@
// (i.e. by 1 July 2019).
static bool HasTooLongValidity(const X509Certificate& cert);
- // Emergency kill-switch for SHA-1 deprecation. Disabled by default.
- static const base::Feature kSHA1LegacyMode;
-
DISALLOW_COPY_AND_ASSIGN(CertVerifyProc);
};
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698