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

Side by Side Diff: net/data/ssl/scripts/ee.cnf

Issue 2804883005: Update SSL error handling code to account for Subject CN deprecation (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 SUBJECT_NAME = req_dn 1 SUBJECT_NAME = req_dn
2 KEY_SIZE = 2048 2 KEY_SIZE = 2048
3 3
4 [req] 4 [req]
5 default_bits = ${ENV::KEY_SIZE} 5 default_bits = ${ENV::KEY_SIZE}
6 default_md = sha256 6 default_md = sha256
7 string_mask = utf8only 7 string_mask = utf8only
8 prompt = no 8 prompt = no
9 encrypt_key = no 9 encrypt_key = no
10 distinguished_name = ${ENV::SUBJECT_NAME} 10 distinguished_name = ${ENV::SUBJECT_NAME}
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 subjectAltName = @san_sanity 74 subjectAltName = @san_sanity
75 75
76 [san_sanity] 76 [san_sanity]
77 IP.1 = 127.0.0.2 77 IP.1 = 127.0.0.2
78 IP.2 = FE80::1 78 IP.2 = FE80::1
79 DNS = test.example 79 DNS = test.example
80 email = test@test.example 80 email = test@test.example
81 otherName = 1.2.3.4;UTF8:ignore me 81 otherName = 1.2.3.4;UTF8:ignore me
82 dirName = more_san_sanity 82 dirName = more_san_sanity
83 83
84 [req_san_example]
85 basicConstraints = critical, CA:true
86 subjectAltName = @san_example
87
88 [san_example]
89 DNS = www.example.com
90
84 [req_spdy_pooling] 91 [req_spdy_pooling]
85 subjectAltName = @spdy_pooling 92 subjectAltName = @spdy_pooling
86 93
87 [req_wildcard] 94 [req_wildcard]
88 subjectAltName = @wildcard 95 subjectAltName = @wildcard
89 96
90 [more_san_sanity] 97 [more_san_sanity]
91 CN=127.0.0.3 98 CN=127.0.0.3
92 99
93 [spdy_pooling] 100 [spdy_pooling]
94 DNS.1 = www.example.org 101 DNS.1 = www.example.org
95 DNS.2 = mail.example.org 102 DNS.2 = mail.example.org
96 DNS.3 = mail.example.com 103 DNS.3 = mail.example.com
97 104
98 [punycode_san] 105 [punycode_san]
99 DNS.1 = xn--wgv71a119e.com 106 DNS.1 = xn--wgv71a119e.com
100 DNS.2 = *.xn--wgv71a119e.com 107 DNS.2 = *.xn--wgv71a119e.com
101 DNS.3 = blahblahblahblah.com 108 DNS.3 = blahblahblahblah.com
102 109
103 [wildcard] 110 [wildcard]
104 DNS.1 = *.example.org 111 DNS.1 = *.example.org
OLDNEW
« 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