Closed pgporada closed 5 months ago
Two //x/crypto/cryptobyte ReadASN1Element calls were unneeded and are now removed. In the original //crypto/x509/parser.go code those lines were used to populate fields in a struct, but we're operating on raw bytes within this lint.
//x/crypto/cryptobyte
ReadASN1Element
//crypto/x509/parser.go
Two
//x/crypto/cryptobyte
ReadASN1Element
calls were unneeded and are now removed. In the original//crypto/x509/parser.go
code those lines were used to populate fields in a struct, but we're operating on raw bytes within this lint.