[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.100 and 1.101

version 1.100, 2019/02/04 11:21:05 version 1.101, 2019/06/07 02:32:22
Line 1682 
Line 1682 
 .Nm "openssl gendsa"  .Nm "openssl gendsa"
 .Oo  .Oo
 .Fl aes128 | aes192 | aes256 |  .Fl aes128 | aes192 | aes256 |
 .Fl des | des3  .Fl camellia128 | camellia192 | camellia256 |
   .Fl des | des3 |
   .Fl idea
 .Oc  .Oc
 .Op Fl out Ar file  .Op Fl out Ar file
 .Op Ar paramfile  .Op Fl passout Ar arg
   .Ar paramfile
 .nr nS 0  .nr nS 0
 .Pp  .Pp
 The  The
Line 1703 
Line 1706 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo  .It Xo
 .Fl aes128 | aes192 | aes256 |  .Fl aes128 | aes192 | aes256 |
 .Fl des | des3  .Fl camellia128 | camellia192 | camellia256 |
   .Fl des | des3 |
   .Fl idea
 .Xc  .Xc
 Encrypt the private key with the AES, DES,  Encrypt the private key with the AES, CAMELLIA, DES, triple DES
 or the triple DES ciphers, respectively, before outputting it.  or the IDEA ciphers, respectively, before outputting it.
 A pass phrase is prompted for.  A pass phrase is prompted for.
 If none of these options are specified, no encryption is used.  If none of these options are specified, no encryption is used.
 .It Fl out Ar file  .It Fl out Ar file
 The output file to write to,  The output file to write to,
 or standard output if not specified.  or standard output if not specified.
   .It Fl passout Ar arg
   The output file password source.
 .It Ar paramfile  .It Ar paramfile
 Specify the DSA parameter file to use.  Specify the DSA parameter file to use.
 The parameters in this file determine the size of the private key.  The parameters in this file determine the size of the private key.

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101