Open
Description
Go version
go version go1.24.1 linux/amd64
Output of go env
in your module/workspace:
Extension OID: 2.5.29.35
Key Identifier: ef69e0f7d51de699ecdc6dd0f7e2b95c64718335
No Authority Cert Issuer
No Authority Cert Serial Number
Extension OID: 2.5.29.20
Extension OID: 2.5.29.35
Key Identifier: ef69e0f7d51de699ecdc6dd0f7e2b95c64718335
No Authority Cert Issuer
No Authority Cert Serial Number
What did you do?
Go successfully parsed the AKI extension information from a CRL file that contains two AKI extensions. However, this test case does not comply with the RFC 5280 specification, which states that a specific extension can only have one instance.
What did you see happen?
Go successfully parsed the AKI extension information from a CRL file that contains two AKI extensions.
What did you expect to see?
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
dmitshur commentedon Mar 26, 2025
CC @golang/security.
[-]crypto/x509: accepts CRL with two AKI extension[/-][+]crypto/x509: ParseRevocationList accepts two AKI extensions[/+]