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

Unified Diff: net/data/ssl/scripts/client_authentication.cnf

Issue 13866049: Fix client certificate authentication on Mac and Linux introduced in r178732 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refresh key files for certs Created 7 years, 8 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
« no previous file with comments | « net/data/ssl/scripts/client-certs.cnf ('k') | net/data/ssl/scripts/generate-client-certificates.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/client_authentication.cnf
diff --git a/net/data/ssl/scripts/client_authentication.cnf b/net/data/ssl/scripts/client_authentication.cnf
deleted file mode 100644
index d2338a825177d6b770340e9bf42ec3007e40a158..0000000000000000000000000000000000000000
--- a/net/data/ssl/scripts/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
« no previous file with comments | « net/data/ssl/scripts/client-certs.cnf ('k') | net/data/ssl/scripts/generate-client-certificates.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698