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

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: fix test 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
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..a24b17f72dc8173615c79d13564e0ba1013c0d53 100644
--- a/net/data/ssl/scripts/ee.cnf
+++ b/net/data/ssl/scripts/ee.cnf
@@ -28,5 +28,13 @@ email = test@test.example
otherName = 1.2.3.4;UTF8:ignore me
dirName = more_san_sanity
+[req_spdy_pooling]
+subjectAltName = @spdy_pooling
+
[more_san_sanity]
CN=127.0.0.3
+
+[spdy_pooling]
+DNS.1 = www.example.org
+DNS.2 = mail.example.org
+DNS.3 = mail.example.com

Powered by Google App Engine
This is Rietveld 408576698