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

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

Issue 2777383002: Update SSL error handling code to account for Subject CN deprecation (Closed)
Patch Set: Address Mark Feedback Created 3 years, 8 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
Index: net/data/ssl/scripts/ee.cnf
diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf
index 7d91d75cf63d455b8caa14381f0ec671fbe7e785..3d42df1b65b96ffec9e6a56f27e5e864afa14eac 100644
--- a/net/data/ssl/scripts/ee.cnf
+++ b/net/data/ssl/scripts/ee.cnf
@@ -81,6 +81,13 @@ email = test@test.example
otherName = 1.2.3.4;UTF8:ignore me
dirName = more_san_sanity
+[req_san_example]
+basicConstraints = critical, CA:true
+subjectAltName = @san_example
+
+[san_example]
+DNS = www.example.com
+
[req_spdy_pooling]
subjectAltName = @spdy_pooling
« no previous file with comments | « net/data/ssl/certificates/subjectAltName_www_example_com.pem ('k') | net/data/ssl/scripts/generate-test-certs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698