Skip to content

Commit

Permalink
vet
Browse files Browse the repository at this point in the history
  • Loading branch information
atollena committed Jun 10, 2024
1 parent 0216104 commit 2df72c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/advancedtls/crl.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ func extractCRLIssuer(crlBytes []byte) ([]byte, error) {
var issuer cryptobyte.String
// This doubled der.ReadASN1 is intentional, it modifies the input buffer
if !der.ReadASN1(&der, cbasn1.SEQUENCE) ||
!der.ReadASN1(&der, cbasn1.SEQUENCE) ||
!der.SkipOptionalASN1(cbasn1.INTEGER) ||
!der.SkipASN1(cbasn1.SEQUENCE) ||
!der.ReadASN1Element(&issuer, cbasn1.SEQUENCE) {
Expand Down

0 comments on commit 2df72c5

Please sign in to comment.