[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.146 and 1.147

version 1.146, 2023/05/20 15:57:40 version 1.147, 2023/06/07 10:53:30
Line 1526 
Line 1526 
 Output the issuer name.  Output the issuer name.
 .It Fl lastupdate  .It Fl lastupdate
 Output the  Output the
 .Cm lastUpdate  .Cm thisUpdate
 field.  field.
   This option is misnamed for historical reasons.
 .It Fl nameopt Ar option  .It Fl nameopt Ar option
 Specify certificate name options.  Specify certificate name options.
 .It Fl nextupdate  .It Fl nextupdate
Line 6115 
Line 6116 
 field contains an invalid time.  field contains an invalid time.
 .It 15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD  .It 15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD
 The CRL  The CRL
 .Cm lastUpdate  .Cm thisUpdate
 field contains an invalid time.  field contains an invalid time.
   The error code is misnamed and the error message confusingly talks about
   .Dq lastUpdate
   instead of
   .Dq thisUpdate
   for historical reasons.
 .It 16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD  .It 16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD
 The CRL  The CRL
 .Cm nextUpdate  .Cm nextUpdate

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147