crypto/x509: ParseCRL allows the Invalidity Date of revoked certificates in the CRL to be UTC time #73442
Labels
BugReport
Issues describing a possible bug in the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Go version
go version go1.24.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Hello developer, I successfully parsed the revoked certificate information with the Invalidity Date as UTC time ("241114064400Z") in Go. However, according to RFC5280, it states:
Is this a problem?
What did you see happen?
I successfully parsed the revoked certificate information with the Invalidity Date as UTC time ("241114064400Z") in Go.
What did you expect to see?
Test Case:
Invalidity Date(utc).zip
The text was updated successfully, but these errors were encountered: