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

Side by Side Diff: openssl/test/CAss.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/ssl/tls1.h ('k') | openssl/test/CAtsa.cnf » ('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 = sha1 14 default_md = sha1
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
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 emailAddress = optional 67 emailAddress = optional
68 68
69 69
70 70
71 [ v3_ca ] 71 [ v3_ca ]
72 subjectKeyIdentifier=hash 72 subjectKeyIdentifier=hash
73 authorityKeyIdentifier=keyid:always,issuer:always 73 authorityKeyIdentifier=keyid:always,issuer:always
74 basicConstraints = CA:true,pathlen:1 74 basicConstraints = CA:true,pathlen:1
75 keyUsage = cRLSign, keyCertSign 75 keyUsage = cRLSign, keyCertSign
76 issuerAltName=issuer:copy 76 issuerAltName=issuer:copy
OLDNEW
« no previous file with comments | « openssl/ssl/tls1.h ('k') | openssl/test/CAtsa.cnf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698