[BACK]Return to openssl.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/openssl.1 between version 1.96 and 1.97

version 1.96, 2019/01/18 03:54:02 version 1.97, 2019/01/18 07:11:51
Line 1494 
Line 1494 
 .Op Fl bufsize Ar number  .Op Fl bufsize Ar number
 .Op Fl debug  .Op Fl debug
 .Op Fl in Ar file  .Op Fl in Ar file
 .Op Fl iv Ar IV  
 .Op Fl iter Ar iterations  .Op Fl iter Ar iterations
   .Op Fl iv Ar IV
 .Op Fl K Ar key  .Op Fl K Ar key
 .Op Fl k Ar password  .Op Fl k Ar password
 .Op Fl kfile Ar file  .Op Fl kfile Ar file
Line 1551 
Line 1551 
 .It Fl in Ar file  .It Fl in Ar file
 The input file to read from,  The input file to read from,
 or standard input if not specified.  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  .It Fl iv Ar IV
 The actual  The actual
 .Ar IV  .Ar IV
Line 1565 
Line 1569 
 the IV must explicitly be defined.  the IV must explicitly be defined.
 When a password is being specified using one of the other options,  When a password is being specified using one of the other options,
 the IV is generated from this password.  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  .It Fl K Ar key
 The actual  The actual
 .Ar key  .Ar key
Line 1633 
Line 1633 
 .It Fl pass Ar arg  .It Fl pass Ar arg
 The password source.  The password source.
 .It Fl pbkdf2  .It Fl pbkdf2
 specifies the use of the pbkdf2 key derivation function, using  Use the pbkdf2 key derivation function, with
 the default of 10000 iterations.  the default of 10000 iterations.
 .It Fl S Ar salt  .It Fl S Ar salt
 The actual  The actual

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97