[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.103 and 1.104

version 1.103, 2019/07/04 13:00:42 version 1.104, 2019/07/04 13:55:20
Line 878 
Line 878 
 .Nm "openssl crl"  .Nm "openssl crl"
 .Op Fl CAfile Ar file  .Op Fl CAfile Ar file
 .Op Fl CApath Ar dir  .Op Fl CApath Ar dir
   .Op Fl crlnumber
 .Op Fl fingerprint  .Op Fl fingerprint
 .Op Fl hash  .Op Fl hash
   .Op Fl hash_old
 .Op Fl in Ar file  .Op Fl in Ar file
 .Op Fl inform Cm der | pem  .Op Fl inform Cm der | pem
 .Op Fl issuer  .Op Fl issuer
 .Op Fl lastupdate  .Op Fl lastupdate
   .Op Fl nameopt Ar option
 .Op Fl nextupdate  .Op Fl nextupdate
 .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 text  .Op Fl text
   .Op Fl verify
 .nr nS 0  .nr nS 0
 .Pp  .Pp
 The  The
Line 907 
Line 911 
 i.e. a hash of each subject name (using  i.e. a hash of each subject name (using
 .Cm x509 Fl hash )  .Cm x509 Fl hash )
 should be linked to each certificate.  should be linked to each certificate.
   .It Fl crlnumber
   Print the CRL number.
 .It Fl fingerprint  .It Fl fingerprint
 Print the CRL fingerprint.  Print the CRL fingerprint.
 .It Fl hash  .It Fl hash
 Output a hash of the issuer name.  Output a hash of the issuer name.
 This can be used to look up CRLs in a directory by issuer name.  This can be used to look up CRLs in a directory by issuer name.
   .It Fl hash_old
   Output an old-style (MD5) hash of the issuer name.
 .It Fl in Ar file  .It Fl in Ar file
 The input file to read from, or standard input if not specified.  The input file to read from, or standard input if not specified.
 .It Fl inform Cm der | pem  .It Fl inform Cm der | pem
Line 922 
Line 930 
 Output the  Output the
 .Cm lastUpdate  .Cm lastUpdate
 field.  field.
   .It Fl nameopt Ar option
   Specify certificate name options.
 .It Fl nextupdate  .It Fl nextupdate
 Output the  Output the
 .Cm nextUpdate  .Cm nextUpdate
Line 934 
Line 944 
 The output format.  The output format.
 .It Fl text  .It Fl text
 Print the CRL in plain text.  Print the CRL in plain text.
   .It Fl verify
   Verify the signature on the CRL.
 .El  .El
 .Sh CRL2PKCS7  .Sh CRL2PKCS7
 .nr nS 1  .nr nS 1

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