You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using version 0.1.7 of the wolfssl Command Line Utility. Linked to wolfSSL version 5.7.6
Description
The RFC standard for X.509 CRLs restricts the thisUpdate field to only two formats, namely UTCTime (YYMMDDHHMMSSZ) and GeneralizedTime (YYYYMMDDHHMMSSZ) in ASN.1 representation, which are 13 and 15 characters wide, respectively. However,wolfSSL accepts the thisUpdate field type as GeneralizedTime with a length of 13 ("240123000000Z") in the CRL.
Reproduction steps
wolfssl crl -inform der -in crl_file_13gn.der -text
Sorry, can you help me understand what is the difference between generalTime and GeneralizedTime?
onepeople158
changed the title
[Bug]:wolfSSL accepts the incorrect generalTime value.
[Bug]:wolfSSL accepts the incorrect GeneralizedTime value.
Mar 27, 2025
Contact Details
No response
Version
I am using version 0.1.7 of the wolfssl Command Line Utility. Linked to wolfSSL version 5.7.6
Description
The RFC standard for X.509 CRLs restricts the thisUpdate field to only two formats, namely UTCTime (YYMMDDHHMMSSZ) and GeneralizedTime (YYYYMMDDHHMMSSZ) in ASN.1 representation, which are 13 and 15 characters wide, respectively. However,wolfSSL accepts the thisUpdate field type as GeneralizedTime with a length of 13 ("240123000000Z") in the CRL.
Reproduction steps
wolfssl crl -inform der -in crl_file_13gn.der -text
crl_file_13gn.zip
Relevant log output
The text was updated successfully, but these errors were encountered: