From: Pauli Date: Wed, 8 Mar 2023 23:17:53 +0000 (+1100) Subject: doc: note the default iteration count for PBKDF2 in the enc command X-Git-Tag: openssl-3.2.0-alpha1~1139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6678b0868b7660177f8b5af299894e2e99330a21;p=thirdparty%2Fopenssl.git doc: note the default iteration count for PBKDF2 in the enc command Fixes #20466 Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/20471) --- diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in index be66d07f5d5..84d67361f82 100644 --- a/doc/man1/openssl-enc.pod.in +++ b/doc/man1/openssl-enc.pod.in @@ -129,7 +129,8 @@ This option enables the use of PBKDF2 algorithm to derive the key. =item B<-pbkdf2> -Use PBKDF2 algorithm with default iteration count unless otherwise specified. +Use PBKDF2 algorithm with a default iteration count of 10000 +unless otherwise specified by the B<-iter> command line option. =item B<-nosalt>