[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.111 and 1.112

version 1.111, 2019/07/12 10:21:08 version 1.112, 2019/07/16 12:14:30
Line 3126 
Line 3126 
 key using information specified in the configuration file.  key using information specified in the configuration file.
 .It Fl newhdr  .It Fl newhdr
 Add the word NEW to the PEM file header and footer lines  Add the word NEW to the PEM file header and footer lines
 on the outputed request.  on the outputted request.
 Some software and CAs need this.  Some software and CAs need this.
 .It Fl newkey Ar arg  .It Fl newkey Ar arg
 Create a new certificate request and a new private key.  Create a new certificate request and a new private key.
Line 4422 
Line 4422 
 .Op Fl inform Cm der | pem | smime  .Op Fl inform Cm der | pem | smime
 .Op Fl inkey Ar file  .Op Fl inkey Ar file
 .Op Fl issuer_checks  .Op Fl issuer_checks
 .Op Fl keyform Cm pem  .Op Fl keyform Cm der | pem
 .Op Fl md Ar digest  .Op Fl md Ar digest
 .Op Fl noattr  .Op Fl noattr
 .Op Fl nocerts  .Op Fl nocerts
Line 4597 
Line 4597 
 file.  file.
 When signing,  When signing,
 this option can be used multiple times to specify successive keys.  this option can be used multiple times to specify successive keys.
 .It Fl keyform Cm pem  .It Fl keyform Cm der | pem
 Input private key format.  Input private key format.
   The default is
   .Cm pem .
 .It Fl md Ar digest  .It Fl md Ar digest
 The digest algorithm to use when signing or resigning.  The digest algorithm to use when signing or resigning.
 If not present then the default digest algorithm for the signing key is used  If not present then the default digest algorithm for the signing key is used
Line 5011 
Line 5013 
 .Fl CApath  .Fl CApath
 must be specified.  must be specified.
 .It Fl CApath Ar trusted_cert_path  .It Fl CApath Ar trusted_cert_path
 The directory containing the trused CA certificates of the client.  The directory containing the trusted CA certificates of the client.
 See  See
 .Nm verify  .Nm verify
 for additional details.  for additional details.

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112