[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.105 and 1.106

version 1.105, 2019/07/05 11:50:46 version 1.106, 2019/07/05 14:33:10
Line 1401 
Line 1401 
 alternative,  alternative,
 as specified in RFC 3279,  as specified in RFC 3279,
 is currently not implemented.  is currently not implemented.
   .It Fl param_out
   Print the elliptic curve parameters.
 .It Fl passin Ar arg  .It Fl passin Ar arg
 The key password source.  The key password source.
 .It Fl passout Ar arg  .It Fl passout Ar arg
Line 1510 
Line 1512 
 .nr nS 1  .nr nS 1
 .Nm "openssl enc"  .Nm "openssl enc"
 .Fl ciphername  .Fl ciphername
 .Op Fl AadePp  .Op Fl AadePpv
 .Op Fl base64  .Op Fl base64
 .Op Fl bufsize Ar number  .Op Fl bufsize Ar number
 .Op Fl debug  .Op Fl debug
Line 1667 
Line 1669 
 the first eight bytes of the encrypted data are reserved for the salt:  the first eight bytes of the encrypted data are reserved for the salt:
 it is randomly generated when encrypting a file and read from the  it is randomly generated when encrypting a file and read from the
 encrypted file when it is decrypted.  encrypted file when it is decrypted.
   .It Fl v
   Print extra details about the processing.
 .El  .El
 .Sh ERRSTR  .Sh ERRSTR
 .Nm openssl errstr  .Nm openssl errstr
Line 2326 
Line 2330 
 .Op Fl noout  .Op Fl noout
 .Op Fl out Ar file  .Op Fl out Ar file
 .Op Fl outform Cm der | pem  .Op Fl outform Cm der | pem
   .Op Fl print
 .Op Fl print_certs  .Op Fl print_certs
 .Op Fl text  .Op Fl text
 .nr nS 0  .nr nS 0
Line 2352 
Line 2357 
 or standard output if not specified.  or standard output if not specified.
 .It Fl outform Cm der | pem  .It Fl outform Cm der | pem
 The output format.  The output format.
   .It Fl print
   Print the ASN.1 representation of PKCS#7 structure.
 .It Fl print_certs  .It Fl print_certs
 Print any certificates or CRLs contained in the file,  Print any certificates or CRLs contained in the file,
 preceded by their subject and issuer names in a one-line format.  preceded by their subject and issuer names in a one-line format.

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106