summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-05 00:28:45 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-03-05 02:29:50 +0100
commit5fc3ee4b77a6495a3544ce3192e71af0a9d74e08 (patch)
tree9a3b9889eaea4b17ca3150e776bd507f8c00922b /doc
parentDisable SSLv3 by default (diff)
downloadopenssl-5fc3ee4b77a6495a3544ce3192e71af0a9d74e08.tar.xz
openssl-5fc3ee4b77a6495a3544ce3192e71af0a9d74e08.zip
use saner default parameters for scrypt
Thanks to Colin Percival for reporting this issue. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/pkcs8.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/pkcs8.pod b/doc/apps/pkcs8.pod
index ec9f1d14d5..f3b20ff4b1 100644
--- a/doc/apps/pkcs8.pod
+++ b/doc/apps/pkcs8.pod
@@ -156,7 +156,7 @@ for all available algorithms.
=item B<-scrypt>
uses the B<scrypt> algorithm for private key encryption using default
-parameters: currently N=1024, r=8 and p=16 and AES in CBC mode with a 256 bit
+parameters: currently N=16384, r=8 and p=1 and AES in CBC mode with a 256 bit
key. These parameters can be modified using the B<-scrypt_N>, B<-scrypt_r>,
B<-scrypt_p> and B<-v2> options.