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

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

Issue 10916275: * Change logic of SpdySession::VerifyDomainAuthentication to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add new pem to readme Created 8 years, 3 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/spdy_pooling.pem ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/ee.cnf
diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf
index 8f14539387215000bdbfb2c33ac1b21bcdfb22f6..ea37581aae68c43b8b5711519a0c8d1b973161d4 100644
--- a/net/data/ssl/scripts/ee.cnf
+++ b/net/data/ssl/scripts/ee.cnf
@@ -28,5 +28,14 @@ email = test@test.example
otherName = 1.2.3.4;UTF8:ignore me
dirName = more_san_sanity
+[req_spdy_pooling]
+subjectAltName = @spdy_pooling
+
+[spdy_pooling]
+DNS.1 = www.example.org
+DNS.2 = mail.example.org
+DNS.3 = mail.example.com
Ryan Sleevi 2012/09/12 22:24:31 nit: Move these after [more_san_sanity] (which is
Ryan Hamilton 2012/09/12 22:30:33 Done.
+
+
[more_san_sanity]
CN=127.0.0.3
« no previous file with comments | « net/data/ssl/certificates/spdy_pooling.pem ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698