diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2016-03-05 00:28:45 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2016-03-05 02:29:50 +0100 |
commit | 5fc3ee4b77a6495a3544ce3192e71af0a9d74e08 (patch) | |
tree | 9a3b9889eaea4b17ca3150e776bd507f8c00922b /doc | |
parent | Disable SSLv3 by default (diff) | |
download | openssl-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.pod | 2 |
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. |