We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0216104 commit 2df72c5Copy full SHA for 2df72c5
security/advancedtls/crl.go
@@ -413,7 +413,6 @@ func extractCRLIssuer(crlBytes []byte) ([]byte, error) {
413
var issuer cryptobyte.String
414
// This doubled der.ReadASN1 is intentional, it modifies the input buffer
415
if !der.ReadASN1(&der, cbasn1.SEQUENCE) ||
416
- !der.ReadASN1(&der, cbasn1.SEQUENCE) ||
417
!der.SkipOptionalASN1(cbasn1.INTEGER) ||
418
!der.SkipASN1(cbasn1.SEQUENCE) ||
419
!der.ReadASN1Element(&issuer, cbasn1.SEQUENCE) {
0 commit comments