diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-08-05 14:42:48 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-08-05 14:42:48 +0000 |
commit | cbea3fdb273afd486aa10a267d304d0cf7ec620d (patch) | |
tree | 6404aecf3739c8a1a928f0fc4481c173c836f7ef /openssl-ca-acf.cnf | |
parent | d2a58533146ffee3113929a8ef2b596a9de18c59 (diff) | |
download | acf-openssl-cbea3fdb273afd486aa10a267d304d0cf7ec620d.tar.bz2 acf-openssl-cbea3fdb273afd486aa10a267d304d0cf7ec620d.tar.xz |
Fixed openssl bug with blank extensions. Modified commonName hash to use hex values. Changed download filename to be commonName.
git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1372 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssl-ca-acf.cnf')
-rw-r--r-- | openssl-ca-acf.cnf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openssl-ca-acf.cnf b/openssl-ca-acf.cnf index 5e11a9f..91c036b 100644 --- a/openssl-ca-acf.cnf +++ b/openssl-ca-acf.cnf @@ -83,7 +83,6 @@ distinguished_name = req_distinguished_name attributes = req_attributes x509_extensions = v3_ca_cert string_mask = nombstr -req_extensions = v3_req # The req section specifies the attributes that will be asked for # Here is where we define the fields that are presented in @@ -137,8 +136,6 @@ keyUsage = cRLSign, keyCertSign subjectKeyIdentifier = hash authorityKeyIdentifier = keyid,issuer:always -[ v3_req ] - [ general_cert ] # Non-specific policy = policy_acf_cert |