[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Wed Feb 23 22:23:21 UTC 2022
The branch master has been updated
via 0bc2fda3d3b76bd07243aef3eb7f824da3820b2d (commit)
from 7e1eda483ec9ead36c05066b45ecad618475544c (commit)
- Log -----------------------------------------------------------------
commit 0bc2fda3d3b76bd07243aef3eb7f824da3820b2d
Author: msa42 <msa42 at ctemplar.com>
Date: Mon Feb 21 18:23:34 2022 +0000
doc: Fix KDF example for scrypt
CLA: trivial
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17745)
-----------------------------------------------------------------------
Summary of changes:
doc/man1/openssl-kdf.pod.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man1/openssl-kdf.pod.in b/doc/man1/openssl-kdf.pod.in
index 2880d1ff9d..548f69c707 100644
--- a/doc/man1/openssl-kdf.pod.in
+++ b/doc/man1/openssl-kdf.pod.in
@@ -166,7 +166,7 @@ Use PBKDF2 to create a hex-encoded derived key from a password and salt:
Use scrypt to create a hex-encoded derived key from a password and salt:
openssl kdf -keylen 64 -kdfopt pass:password -kdfopt salt:NaCl \
- -kdfopt N:1024 -kdfopt r:8 -kdfopt p:16 \
+ -kdfopt n:1024 -kdfopt r:8 -kdfopt p:16 \
-kdfopt maxmem_bytes:10485760 SCRYPT
=head1 NOTES
More information about the openssl-commits
mailing list