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

Unified Diff: net/data/ssl/scripts/aia-test.cnf

Issue 2735733003: Disable commonName matching for certificates (Closed)
Patch Set: Created 3 years, 9 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/data/ssl/certificates/reject_intranet_hosts.pem ('k') | net/data/ssl/scripts/ee.cnf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/aia-test.cnf
diff --git a/net/data/ssl/scripts/aia-test.cnf b/net/data/ssl/scripts/aia-test.cnf
index 635b03342f748bbd6d1f5d55848f5db51866ead0..ea2b662912937c76c3cab56614a39a9a3df7826e 100644
--- a/net/data/ssl/scripts/aia-test.cnf
+++ b/net/data/ssl/scripts/aia-test.cnf
@@ -1,6 +1,7 @@
CA_DIR=out
CA_NAME=aia-test-root
AIA_URL=http://aia-test.invalid
+HOST_NAME=aia-host.invalid
[ca]
default_ca = CA_root
@@ -27,6 +28,7 @@ copy_extensions = copy
basicConstraints = critical, CA:false
extendedKeyUsage = serverAuth, clientAuth
authorityInfoAccess = caIssuers;URI:${ENV::AIA_URL}
+subjectAltName = DNS:${ENV::HOST_NAME}
[ca_cert]
basicConstraints = critical, CA:true
« no previous file with comments | « net/data/ssl/certificates/reject_intranet_hosts.pem ('k') | net/data/ssl/scripts/ee.cnf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698