crypto/x509: ParseCRL allows CRL files to have duplicate revoked entries and duplicate certificate serial numbers. #73452
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 a CRL file with duplicate revoked certificate entries or duplicate serial numbers using go. According to RFC 5280:
What did you see happen?
I successfully parsed a CRL file with duplicate revoked certificate entries or duplicate serial numbers using go.
What did you expect to see?
crl_revoked_dublicate.zip
crl_revoked_dublicate_serial.zip
Code:
go.zip
The text was updated successfully, but these errors were encountered: