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

Unified Diff: net/data/ssl/scripts/aia-test.cnf

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/data/ssl/certificates/x509_verify_results.chain.pem ('k') | net/data/ssl/scripts/ca.cnf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/aia-test.cnf
diff --git a/net/data/ssl/scripts/aia-test.cnf b/net/data/ssl/scripts/aia-test.cnf
deleted file mode 100644
index 635b03342f748bbd6d1f5d55848f5db51866ead0..0000000000000000000000000000000000000000
--- a/net/data/ssl/scripts/aia-test.cnf
+++ /dev/null
@@ -1,55 +0,0 @@
-CA_DIR=out
-CA_NAME=aia-test-root
-AIA_URL=http://aia-test.invalid
-
-[ca]
-default_ca = CA_root
-preserve = yes
-
-[CA_root]
-dir = ${ENV::CA_DIR}
-key_size = 2048
-algo = sha256
-database = $dir/${ENV::CA_NAME}-index.txt
-new_certs_dir = $dir
-serial = $dir/${ENV::CA_NAME}-serial
-certificate = $dir/${ENV::CA_NAME}.pem
-private_key = $dir/${ENV::CA_NAME}.key
-RANDFILE = $dir/.rand
-default_days = 3650
-default_crl_days = 30
-default_md = sha256
-policy = policy_anything
-unique_subject = no
-copy_extensions = copy
-
-[user_cert]
-basicConstraints = critical, CA:false
-extendedKeyUsage = serverAuth, clientAuth
-authorityInfoAccess = caIssuers;URI:${ENV::AIA_URL}
-
-[ca_cert]
-basicConstraints = critical, CA:true
-keyUsage = critical, keyCertSign, cRLSign
-
-[policy_anything]
-# Default signing policy
-countryName = optional
-stateOrProvinceName = optional
-localityName = optional
-organizationName = optional
-organizationalUnitName = optional
-commonName = optional
-emailAddress = optional
-
-[req]
-default_bits = 2048
-default_md = sha256
-string_mask = utf8only
-prompt = no
-encrypt_key = no
-distinguished_name = req_env_dn
-
-[req_env_dn]
-CN = ${ENV::CA_COMMON_NAME}
-
« no previous file with comments | « net/data/ssl/certificates/x509_verify_results.chain.pem ('k') | net/data/ssl/scripts/ca.cnf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698