[openssl] openssl-3.0 update

Dr. Paul Dale pauli at openssl.org
Wed Feb 23 22:23:47 UTC 2022


The branch openssl-3.0 has been updated
       via  06c20d437ba2554da33a47b9e62b1da5559a38f7 (commit)
      from  9c1973e1c57d7de4d57f10545b3e9c921b34df23 (commit)


- Log -----------------------------------------------------------------
commit 06c20d437ba2554da33a47b9e62b1da5559a38f7
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)
    
    (cherry picked from commit 0bc2fda3d3b76bd07243aef3eb7f824da3820b2d)

-----------------------------------------------------------------------

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