[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.99 and 1.100

version 1.99, 2019/01/28 21:17:25 version 1.100, 2019/02/04 11:21:05
Line 3418 
Line 3418 
 .Op Fl in Ar file  .Op Fl in Ar file
 .Op Fl inkey Ar file  .Op Fl inkey Ar file
 .Op Fl keyform Cm der | pem  .Op Fl keyform Cm der | pem
 .Op Fl oaep | pkcs | raw  .Op Fl oaep | pkcs | raw | x931
 .Op Fl out Ar file  .Op Fl out Ar file
   .Op Fl passin Ar arg
 .Op Fl pubin  .Op Fl pubin
   .Op Fl rev
 .Op Fl sign  .Op Fl sign
 .Op Fl verify  .Op Fl verify
 .nr nS 0  .nr nS 0
Line 3453 
Line 3455 
 The private key format.  The private key format.
 The default is  The default is
 .Cm pem .  .Cm pem .
 .It Fl oaep | pkcs | raw  .It Fl oaep | pkcs | raw | x931
 The padding to use:  The padding to use:
 PKCS#1 OAEP, PKCS#1 v1.5 (the default), or no padding, respectively.  PKCS#1 OAEP, PKCS#1 v1.5 (the default), no padding, or ANSI X9.31,
   respectively.
 For signatures, only  For signatures, only
 .Fl pkcs  .Fl pkcs
 and  and
Line 3464 
Line 3467 
 .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 passin Ar arg
   The key password source.
 .It Fl pubin  .It Fl pubin
 The input file is an RSA public key.  The input file is an RSA public key.
   .It Fl rev
   Reverse the order of the input buffer.
 .It Fl sign  .It Fl sign
 Sign the input data and output the signed result.  Sign the input data and output the signed result.
 This requires an RSA private key.  This requires an RSA private key.

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