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

Side by Side Diff: net/data/ssl/scripts/eku-test.cnf

Issue 515583004: Update test cert generation scripts to use SHA-256 by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_cert_scripts
Patch Set: Rebased Created 6 years, 2 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
« no previous file with comments | « net/data/ssl/scripts/ee.cnf ('k') | net/data/ssl/scripts/generate-test-certs.sh » ('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 = 2048 2 default_bits = 2048
3 default_md = sha1 3 default_md = sha256
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 8
9 [req_dn] 9 [req_dn]
10 C = US 10 C = US
11 ST = California 11 ST = California
12 L = Mountain View 12 L = Mountain View
13 O = Test CA 13 O = Test CA
14 CN = 127.0.0.1 14 CN = 127.0.0.1
15 15
16 [crit-codeSigning] 16 [crit-codeSigning]
17 subjectAltName = IP:127.0.0.1 17 subjectAltName = IP:127.0.0.1
18 basicConstraints = critical, CA:false 18 basicConstraints = critical, CA:false
19 subjectKeyIdentifier = hash 19 subjectKeyIdentifier = hash
20 extendedKeyUsage = critical, codeSigning 20 extendedKeyUsage = critical, codeSigning
21 21
22 [non-crit-codeSigning] 22 [non-crit-codeSigning]
23 subjectAltName = IP:127.0.0.1 23 subjectAltName = IP:127.0.0.1
24 basicConstraints = critical, CA:false 24 basicConstraints = critical, CA:false
25 subjectKeyIdentifier = hash 25 subjectKeyIdentifier = hash
26 extendedKeyUsage = codeSigning 26 extendedKeyUsage = codeSigning
OLDNEW
« no previous file with comments | « net/data/ssl/scripts/ee.cnf ('k') | net/data/ssl/scripts/generate-test-certs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698