aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-04 23:28:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-05 01:29:50 +0000
commit5fc3ee4b77a6495a3544ce3192e71af0a9d74e08 (patch)
tree9a3b9889eaea4b17ca3150e776bd507f8c00922b /doc/apps
parent9829b5ab52cb5f1891fc48262503b7eec32351b3 (diff)
downloadopenssl-5fc3ee4b77a6495a3544ce3192e71af0a9d74e08.tar.gz
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/apps')
-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.