Skip to content

Commit 697b009

Browse files
committed
add section
Change-Id: I53f7995e973b8180193b2dd31f7f75dd0c749e4b
1 parent 877b497 commit 697b009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/x509/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ func parseSANExtension(der cryptobyte.String) (dnsNames, emailAddresses []string
416416
}
417417

418418
func parseAuthorityKeyIdentifier(e pkix.Extension) ([]byte, error) {
419-
// RFC 5280, 4.2.1.1
419+
// RFC 5280, Section 4.2.1.1
420420
if e.Critical {
421421
// Conforming CAs MUST mark this extension as non-critical
422422
return nil, errors.New("x509: authority key identifier incorrectly marked critical")

0 commit comments

Comments
 (0)