=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.1,v retrieving revision 1.96 retrieving revision 1.97 diff -c -r1.96 -r1.97 *** src/usr.bin/openssl/openssl.1 2019/01/18 03:54:02 1.96 --- src/usr.bin/openssl/openssl.1 2019/01/18 07:11:51 1.97 *************** *** 1,4 **** ! .\" $OpenBSD: openssl.1,v 1.96 2019/01/18 03:54:02 beck Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: openssl.1,v 1.97 2019/01/18 07:11:51 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" *************** *** 1494,1501 **** .Op Fl bufsize Ar number .Op Fl debug .Op Fl in Ar file - .Op Fl iv Ar IV .Op Fl iter Ar iterations .Op Fl K Ar key .Op Fl k Ar password .Op Fl kfile Ar file --- 1494,1501 ---- .Op Fl bufsize Ar number .Op Fl debug .Op Fl in Ar file .Op Fl iter Ar iterations + .Op Fl iv Ar IV .Op Fl K Ar key .Op Fl k Ar password .Op Fl kfile Ar file *************** *** 1551,1556 **** --- 1551,1560 ---- .It Fl in Ar file The input file to read from, or standard input if not specified. + .It Fl iter Ar iterations + Use the pbkdf2 key derivation function, with + .Ar iterations + as the number of iterations. .It Fl iv Ar IV The actual .Ar IV *************** *** 1565,1574 **** the IV must explicitly be defined. When a password is being specified using one of the other options, the IV is generated from this password. - .It Fl iter Ar iterations - specifies the use of the pbkdf2 key derivation function, using - .Ar iterations - as the number of iterations. .It Fl K Ar key The actual .Ar key --- 1569,1574 ---- *************** *** 1633,1639 **** .It Fl pass Ar arg The password source. .It Fl pbkdf2 ! specifies the use of the pbkdf2 key derivation function, using the default of 10000 iterations. .It Fl S Ar salt The actual --- 1633,1639 ---- .It Fl pass Ar arg The password source. .It Fl pbkdf2 ! Use the pbkdf2 key derivation function, with the default of 10000 iterations. .It Fl S Ar salt The actual