[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.102 and 1.103

version 1.102, 2019/06/07 05:53:46 version 1.103, 2019/07/04 13:00:42
Line 308 
Line 308 
 .Op Fl crldays Ar days  .Op Fl crldays Ar days
 .Op Fl crlexts Ar section  .Op Fl crlexts Ar section
 .Op Fl crlhours Ar hours  .Op Fl crlhours Ar hours
   .Op Fl crlsec Ar seconds
 .Op Fl days Ar arg  .Op Fl days Ar arg
 .Op Fl enddate Ar date  .Op Fl enddate Ar date
 .Op Fl extensions Ar section  .Op Fl extensions Ar section
 .Op Fl extfile Ar section  .Op Fl extfile Ar file
 .Op Fl gencrl  .Op Fl gencrl
 .Op Fl in Ar file  .Op Fl in Ar file
 .Op Fl infiles  .Op Fl infiles
 .Op Fl key Ar password  .Op Fl key Ar password
 .Op Fl keyfile Ar arg  .Op Fl keyfile Ar file
 .Op Fl keyform Cm pem | der  .Op Fl keyform Cm pem | der
 .Op Fl md Ar arg  .Op Fl md Ar alg
 .Op Fl msie_hack  .Op Fl msie_hack
 .Op Fl multivalue\-rdn  .Op Fl multivalue\-rdn
 .Op Fl name Ar section  .Op Fl name Ar section
 .Op Fl noemailDN  .Op Fl noemailDN
 .Op Fl notext  .Op Fl notext
 .Op Fl out Ar file  .Op Fl out Ar file
 .Op Fl outdir Ar dir  .Op Fl outdir Ar directory
 .Op Fl passin Ar arg  .Op Fl passin Ar arg
 .Op Fl policy Ar arg  .Op Fl policy Ar arg
 .Op Fl preserveDN  .Op Fl preserveDN
 .Op Fl revoke Ar file  .Op Fl revoke Ar file
 .Op Fl selfsign  .Op Fl selfsign
   .Op Fl sigopt Ar nm:v
 .Op Fl spkac Ar file  .Op Fl spkac Ar file
 .Op Fl ss_cert Ar file  .Op Fl ss_cert Ar file
 .Op Fl startdate Ar date  .Op Fl startdate Ar date
Line 521 
Line 523 
 .Cm database )  .Cm database )
 and uses the same serial number counter as all other certificates  and uses the same serial number counter as all other certificates
 signed with the self-signed certificate.  signed with the self-signed certificate.
   .It Fl sigopt Ar nm:v
   Pass options to the signature algorithm during sign or certify operations.
   The names and values of these options are algorithm-specific.
 .It Fl spkac Ar file  .It Fl spkac Ar file
 A file containing a single Netscape signed public key and challenge,  A file containing a single Netscape signed public key and challenge,
 and additional field values to be signed by the CA.  and additional field values to be signed by the CA.
Line 593 
Line 598 
 Setting any revocation reason will make the CRL v2.  Setting any revocation reason will make the CRL v2.
 In practice, removeFromCRL is not particularly useful because it is only used  In practice, removeFromCRL is not particularly useful because it is only used
 in delta CRLs which are not currently implemented.  in delta CRLs which are not currently implemented.
 .It Fl crldays Ar num  .It Fl crldays Ar days
 The number of days before the next CRL is due.  The number of days before the next CRL is due.
 This is the days from now to place in the CRL  This is the days from now to place in the CRL
 .Cm nextUpdate  .Cm nextUpdate
Line 611 
Line 616 
 See the  See the
 .Xr x509v3.cnf 5  .Xr x509v3.cnf 5
 manual page for details of the extension section format.  manual page for details of the extension section format.
 .It Fl crlhours Ar num  .It Fl crlhours Ar hours
 The number of hours before the next CRL is due.  The number of hours before the next CRL is due.
   .It Fl crlsec Ar seconds
   The number of seconds before the next CRL is due.
 .It Fl gencrl  .It Fl gencrl
 Generate a CRL based on information in the index file.  Generate a CRL based on information in the index file.
 .It Fl revoke Ar file  .It Fl revoke Ar file

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103