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

Unified Diff: net/data/ssl/scripts/client_authentication/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: Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: net/data/ssl/scripts/client_authentication/client_authentication.cnf
diff --git a/net/data/ssl/scripts/client_authentication/client_authentication.cnf b/net/data/ssl/scripts/client_authentication/client_authentication.cnf
deleted file mode 100644
index d2338a825177d6b770340e9bf42ec3007e40a158..0000000000000000000000000000000000000000
--- a/net/data/ssl/scripts/client_authentication/client_authentication.cnf
+++ /dev/null
@@ -1,35 +0,0 @@
-ID=1
-[req]
-default_bits = 2048
-default_md = sha1
-string_mask = utf8only
-prompt = no
-encrypt_key = no
-distinguished_name = ${ENV::DISTINGUISHED_NAME}
-
-[ca]
-default_ca = ca_settings
-
-[ca_dn]
-CN = Client Auth Test Root ${ENV::ID}
-
-[client_dn]
-CN = Test Client
-
-[ca_settings]
-database = out/${ENV::ID}-index.txt
-new_certs_dir = out
-default_md = sha1
-policy = policy_anything
-serial = out/${ENV::ID}-serial
-default_days = 3650
-
-[policy_anything]
-# Default signing policy
-countryName = optional
-stateOrProvinceName = optional
-localityName = optional
-organizationName = optional
-organizationalUnitName = optional
-commonName = optional
-emailAddress = optional

Powered by Google App Engine
This is Rietveld 408576698