aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl-vms.cnf
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2014-09-04 13:04:42 +0200
committerEmilia Kasper <emilia@openssl.org>2014-09-24 15:35:02 +0200
commit455b65dfab0de51c9f67b3c909311770f2b3f801 (patch)
tree06ce4bbf1548dd2b3775b9cd14219dea8c71893c /apps/openssl-vms.cnf
parent294d1e36c2495ff00e697c9ff622856d3114f14f (diff)
downloadopenssl-455b65dfab0de51c9f67b3c909311770f2b3f801.zip
openssl-455b65dfab0de51c9f67b3c909311770f2b3f801.tar.gz
openssl-455b65dfab0de51c9f67b3c909311770f2b3f801.tar.bz2
RT3067: simplify patch
(Original commit adb46dbc6dd7347750df2468c93e8c34bcb93a4b) Use the new constant-time methods consistently in s3_srvr.c Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'apps/openssl-vms.cnf')
-rw-r--r--apps/openssl-vms.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/openssl-vms.cnf b/apps/openssl-vms.cnf
index abea6d8..c0ded4a 100644
--- a/apps/openssl-vms.cnf
+++ b/apps/openssl-vms.cnf
@@ -44,7 +44,7 @@ certs = $dir.certs] # Where the issued certs are kept
crl_dir = $dir.crl] # Where the issued crl are kept
database = $dir]index.txt # database index file.
#unique_subject = no # Set to 'no' to allow creation of
- # several ctificates with same subject.
+ # several certs with same subject.
new_certs_dir = $dir.newcerts] # default place for new certs.
certificate = $dir]cacert.pem # The CA certificate
@@ -103,7 +103,7 @@ emailAddress = optional
####################################################################
[ req ]
-default_bits = 1024
+default_bits = 2048
default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes