summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-03-09 10:17:53 +1100
committerPauli <pauli@openssl.org>2023-03-20 08:24:26 +1100
commit6678b0868b7660177f8b5af299894e2e99330a21 (patch)
treead38282f41ef4ae25940b2343b417b61aadeb320 /doc/man1
parentdc43f080c5d60ef76df4087c1cf53a4bbaad93bd (diff)
doc: note the default iteration count for PBKDF2 in the enc command
Fixes #20466 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/20471)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-enc.pod.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in
index be66d07f5d..84d67361f8 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>