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

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

Issue 12220104: Wire up SSL client authentication for OpenSSL/Android through the net/ stack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: git cl try Created 7 years, 9 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
OLDNEW
1 ID=1 1 ID=1
2 [req] 2 [req]
3 default_bits = 2048 3 default_bits = 2048
4 default_md = sha1 4 default_md = sha1
5 string_mask = utf8only 5 string_mask = utf8only
6 prompt = no 6 prompt = no
7 encrypt_key = no 7 encrypt_key = no
8 distinguished_name = ${ENV::DISTINGUISHED_NAME} 8 distinguished_name = ${ENV::DISTINGUISHED_NAME}
9 9
10 [ca] 10 [ca]
(...skipping 15 matching lines...) Expand all
26 26
27 [policy_anything] 27 [policy_anything]
28 # Default signing policy 28 # Default signing policy
29 countryName = optional 29 countryName = optional
30 stateOrProvinceName = optional 30 stateOrProvinceName = optional
31 localityName = optional 31 localityName = optional
32 organizationName = optional 32 organizationName = optional
33 organizationalUnitName = optional 33 organizationalUnitName = optional
34 commonName = optional 34 commonName = optional
35 emailAddress = optional 35 emailAddress = optional
OLDNEW
« no previous file with comments | « net/data/ssl/certificates/client_2_root.pem ('k') | net/data/ssl/scripts/client_authentication/client_authentication.cnf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698