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

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

Issue 1074193003: Verify alternative server certificate validity for origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: comments #7. Created 5 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 0151613049ff920bf3f1a6f6ea9d38b76680793f..111c4c9d686465dc9551f792a3d2600bce9d837f 100644
--- a/net/data/ssl/scripts/ee.cnf
+++ b/net/data/ssl/scripts/ee.cnf
@@ -57,12 +57,18 @@ email = test@test.example
otherName = 1.2.3.4;UTF8:ignore me
dirName = more_san_sanity
+[req_spdy]
+subjectAltName = @spdy
+
[req_spdy_pooling]
subjectAltName = @spdy_pooling
[more_san_sanity]
CN=127.0.0.3
+[spdy]
+DNS.1 = www.google.com
+
[spdy_pooling]
DNS.1 = www.example.org
DNS.2 = mail.example.org

Powered by Google App Engine
This is Rietveld 408576698