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

Side by Side Diff: openssl/test/Uss.cnf

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 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 | « openssl/test/SHAmix.x ('k') | openssl/test/asn1test.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # SSLeay example configuration file. 2 # SSLeay example configuration file.
3 # This is mostly being used for generation of certificate requests. 3 # This is mostly being used for generation of certificate requests.
4 # 4 #
5 5
6 RANDFILE = ./.rnd 6 RANDFILE = ./.rnd
7 7
8 #################################################################### 8 ####################################################################
9 [ req ] 9 [ req ]
10 default_bits» » = 1024 10 default_bits» » = 512
11 default_keyfile = keySS.pem 11 default_keyfile = keySS.pem
12 distinguished_name = req_distinguished_name 12 distinguished_name = req_distinguished_name
13 encrypt_rsa_key = no 13 encrypt_rsa_key = no
14 default_md = md2 14 default_md = md2
15 15
16 [ req_distinguished_name ] 16 [ req_distinguished_name ]
17 countryName = Country Name (2 letter code) 17 countryName = Country Name (2 letter code)
18 countryName_default = AU 18 countryName_default = AU
19 countryName_value = AU 19 countryName_value = AU
20 20
21 organizationName = Organization Name (eg, company) 21 organizationName = Organization Name (eg, company)
22 organizationName_value = Dodgy Brothers 22 organizationName_value = Dodgy Brothers
23 23
24 0.commonName = Common Name (eg, YOUR name) 24 0.commonName = Common Name (eg, YOUR name)
25 0.commonName_value = Brother 1 25 0.commonName_value = Brother 1
26 26
27 1.commonName = Common Name (eg, YOUR name) 27 1.commonName = Common Name (eg, YOUR name)
28 1.commonName_value = Brother 2 28 1.commonName_value = Brother 2
29 29
30 [ v3_ee ] 30 [ v3_ee ]
31 subjectKeyIdentifier=hash 31 subjectKeyIdentifier=hash
32 authorityKeyIdentifier=keyid,issuer:always 32 authorityKeyIdentifier=keyid,issuer:always
33 basicConstraints = CA:false 33 basicConstraints = CA:false
34 keyUsage = nonRepudiation, digitalSignature, keyEncipherment 34 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
35 issuerAltName=issuer:copy 35 issuerAltName=issuer:copy
36 36
OLDNEW
« no previous file with comments | « openssl/test/SHAmix.x ('k') | openssl/test/asn1test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698