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

Side by Side 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: Add new pem to readme 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/data/ssl/certificates/spdy_pooling.pem ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [req] 1 [req]
2 default_bits = $ENV::KEY_SIZE 2 default_bits = $ENV::KEY_SIZE
3 default_md = sha1 3 default_md = sha1
4 string_mask = utf8only 4 string_mask = utf8only
5 prompt = no 5 prompt = no
6 encrypt_key = no 6 encrypt_key = no
7 distinguished_name = req_dn 7 distinguished_name = req_dn
8 req_extensions = req_extensions 8 req_extensions = req_extensions
9 9
10 [req_dn] 10 [req_dn]
(...skipping 10 matching lines...) Expand all
21 subjectAltName = @san_sanity 21 subjectAltName = @san_sanity
22 22
23 [san_sanity] 23 [san_sanity]
24 IP.1 = 127.0.0.2 24 IP.1 = 127.0.0.2
25 IP.2 = FE80::1 25 IP.2 = FE80::1
26 DNS = test.example 26 DNS = test.example
27 email = test@test.example 27 email = test@test.example
28 otherName = 1.2.3.4;UTF8:ignore me 28 otherName = 1.2.3.4;UTF8:ignore me
29 dirName = more_san_sanity 29 dirName = more_san_sanity
30 30
31 [req_spdy_pooling]
32 subjectAltName = @spdy_pooling
33
34 [spdy_pooling]
35 DNS.1 = www.example.org
36 DNS.2 = mail.example.org
37 DNS.3 = mail.example.com
Ryan Sleevi 2012/09/12 22:24:31 nit: Move these after [more_san_sanity] (which is
Ryan Hamilton 2012/09/12 22:30:33 Done.
38
39
31 [more_san_sanity] 40 [more_san_sanity]
32 CN=127.0.0.3 41 CN=127.0.0.3
OLDNEW
« no previous file with comments | « net/data/ssl/certificates/spdy_pooling.pem ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698