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

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

Issue 22893021: Normalize certificate name verification across all platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « net/data/ssl/certificates/subjectAltName_sanity_check.pem ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = sha1 6 default_md = sha1
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 11 matching lines...) Expand all
22 CN = Duplicate 22 CN = Duplicate
23 23
24 [req_duplicate_cn_2] 24 [req_duplicate_cn_2]
25 O = Bar 25 O = Bar
26 CN = Duplicate 26 CN = Duplicate
27 27
28 [req_extensions] 28 [req_extensions]
29 subjectAltName = IP:127.0.0.1 29 subjectAltName = IP:127.0.0.1
30 30
31 [req_san_sanity] 31 [req_san_sanity]
32 subjectAltName = @san_sanity 32 basicConstraints = critical, CA:true
33 subjectAltName = @san_sanity
33 34
34 [san_sanity] 35 [san_sanity]
35 IP.1 = 127.0.0.2 36 IP.1 = 127.0.0.2
36 IP.2 = FE80::1 37 IP.2 = FE80::1
37 DNS = test.example 38 DNS = test.example
38 email = test@test.example 39 email = test@test.example
39 otherName = 1.2.3.4;UTF8:ignore me 40 otherName = 1.2.3.4;UTF8:ignore me
40 dirName = more_san_sanity 41 dirName = more_san_sanity
41 42
42 [req_spdy_pooling] 43 [req_spdy_pooling]
43 subjectAltName = @spdy_pooling 44 subjectAltName = @spdy_pooling
44 45
45 [more_san_sanity] 46 [more_san_sanity]
46 CN=127.0.0.3 47 CN=127.0.0.3
47 48
48 [spdy_pooling] 49 [spdy_pooling]
49 DNS.1 = www.example.org 50 DNS.1 = www.example.org
50 DNS.2 = mail.example.org 51 DNS.2 = mail.example.org
51 DNS.3 = mail.example.com 52 DNS.3 = mail.example.com
OLDNEW
« no previous file with comments | « net/data/ssl/certificates/subjectAltName_sanity_check.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698