Replace util/shlib_wrap.sh with util/wrap.pl in diverse docs
[openssl.git] / test / test.cnf
index faad3914a859c30a63070e9b37e935ff19be86e7..1e2fa31cce62d0d595d2e613f7c795a1e8d69129 100644 (file)
@@ -3,8 +3,6 @@
 # This is mostly being used for generation of certificate requests.
 #
 
-RANDFILE               = ./.rnd
-
 ####################################################################
 [ ca ]
 default_ca     = CA_default            # The default ca section
@@ -22,7 +20,6 @@ certificate   = $dir/CAcert.pem       # The CA certificate
 serial         = $dir/serial           # The current serial number
 crl            = $dir/crl.pem          # The current CRL
 private_key    = $dir/private/CAkey.pem# The private key
-RANDFILE       = $dir/private/.rand    # private random number file
 
 default_days   = 365                   # how long to certify for
 default_crl_days= 30                   # how long before next CRL
@@ -56,7 +53,7 @@ emailAddress          = optional
 
 ####################################################################
 [ req ]
-default_bits           = 512
+default_bits           = 2048
 default_keyfile        = testkey.pem
 distinguished_name     = req_distinguished_name
 encrypt_rsa_key                = no