[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.140 and 1.141

version 1.140, 2022/12/22 19:53:23 version 1.141, 2023/04/09 18:33:26
Line 3536 
Line 3536 
 for no padding;  for no padding;
 .Cm oaep  .Cm oaep
 for OAEP mode;  for OAEP mode;
 .Cm x931  
 for X9.31 mode;  
 and  and
 .Cm pss  .Cm pss
 for PSS.  for PSS.
Line 3548 
Line 3546 
 structure is used and its length  structure is used and its length
 must correspond to the digest type.  must correspond to the digest type.
 For oeap mode only encryption and decryption is supported.  For oeap mode only encryption and decryption is supported.
 For x931 if the digest type is set it is used to format the block data;  
 otherwise the first byte is used to specify the X9.31 digest ID.  
 Sign, verify, and verifyrecover can be performed in this mode.  Sign, verify, and verifyrecover can be performed in this mode.
 For pss mode only sign and verify are supported and the digest type must be  For pss mode only sign and verify are supported and the digest type must be
 specified.  specified.
Line 4213 
Line 4209 
 .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 | x931  .Op Fl oaep | pkcs | raw
 .Op Fl out Ar file  .Op Fl out Ar file
 .Op Fl passin Ar arg  .Op Fl passin Ar arg
 .Op Fl pubin  .Op Fl pubin
Line 4251 
Line 4247 
 The private key format.  The private key format.
 The default is  The default is
 .Cm pem .  .Cm pem .
 .It Fl oaep | pkcs | raw | x931  .It Fl oaep | pkcs | raw
 The padding to use:  The padding to use:
 PKCS#1 OAEP, PKCS#1 v1.5 (the default), no padding, or ANSI X9.31,  PKCS#1 OAEP, PKCS#1 v1.5 (the default), no padding,
 respectively.  respectively.
 For signatures, only  For signatures, only
 .Fl pkcs  .Fl pkcs

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141