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

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

Issue 1059303002: Don't process HSTS/HPKP headers when host is an IP address (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add tests for HPKP/HSTS headers on IPs Created 5 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
Index: net/data/ssl/scripts/ee.cnf
diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf
index fa2a89b6ebf46fbc56b5e3a6fd0297b1a1df10e8..1be5e67134eb83303781d8b7c61d28543e5d11ac 100644
--- a/net/data/ssl/scripts/ee.cnf
+++ b/net/data/ssl/scripts/ee.cnf
@@ -25,12 +25,21 @@ CN = Duplicate
O = Bar
CN = Duplicate
+[req_localhost_cn]
+C = US
+ST = California
+L = Mountain View
+O = Test CA
+CN = localhost
+
[req_punycode_dn]
CN = xn--wgv71a119e.com
[req_extensions]
subjectAltName = IP:127.0.0.1
+[req_extensions_none]
+
[req_punycode]
basicConstraints = critical, CA:true
subjectAltName = @punycode_san

Powered by Google App Engine
This is Rietveld 408576698