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

Unified Diff: net/cert/cert_status_flags.h

Issue 187573009: Remove CERT_STATUS_WEAK_DH_KEY. A weak DH key is not a certificate error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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 | « no previous file | net/cert/cert_status_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_status_flags.h
===================================================================
--- net/cert/cert_status_flags.h (revision 254884)
+++ net/cert/cert_status_flags.h (working copy)
@@ -32,7 +32,7 @@
// 1 << 9 was used for CERT_STATUS_NOT_IN_DNS
static const CertStatus CERT_STATUS_NON_UNIQUE_NAME = 1 << 10;
static const CertStatus CERT_STATUS_WEAK_KEY = 1 << 11;
-static const CertStatus CERT_STATUS_WEAK_DH_KEY = 1 << 12;
+// 1 << 12 was used for CERT_STATUS_WEAK_DH_KEY.
static const CertStatus CERT_STATUS_PINNED_KEY_MISSING = 1 << 13;
static const CertStatus CERT_STATUS_NAME_CONSTRAINT_VIOLATION = 1 << 14;
« no previous file with comments | « no previous file | net/cert/cert_status_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698