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

Unified Diff: net/data/ssl/scripts/ca.cnf

Issue 2560343002: Disable SHA-1 for Enterprise Certs (Closed)
Patch Set: Update net.gypi Created 4 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: net/data/ssl/scripts/ca.cnf
diff --git a/net/data/ssl/scripts/ca.cnf b/net/data/ssl/scripts/ca.cnf
index 28778a3dd7f3dbc3c38efa5fde4b7a607a64a29d..356662661a1c93178f6c366fae52e9822916c516 100644
--- a/net/data/ssl/scripts/ca.cnf
+++ b/net/data/ssl/scripts/ca.cnf
@@ -4,6 +4,7 @@ KEY_SIZE = 2048
ALGO = sha256
CERT_TYPE = root
CA_NAME = req_env_dn
+CA_COMMON_NAME = Test Root CA
[ca]
default_ca = CA_root

Powered by Google App Engine
This is Rietveld 408576698