diff --git a/src/crypto/x509/parser.go b/src/crypto/x509/parser.go index c11cc982f8..79b7906a07 100644 --- a/src/crypto/x509/parser.go +++ b/src/crypto/x509/parser.go @@ -416,7 +416,7 @@ func parseSANExtension(der cryptobyte.String) (dnsNames, emailAddresses []string } func parseAuthorityKeyIdentifier(e pkix.Extension) ([]byte, error) { - // RFC 5280, 4.2.1.1 + // RFC 5280, Section 4.2.1.1 if e.Critical { // Conforming CAs MUST mark this extension as non-critical return nil, errors.New("x509: authority key identifier incorrectly marked critical")