]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: correct error message for trailing issuer data
authorAlexander Rakoczy <alex@golang.org>
Tue, 26 Nov 2019 18:45:15 +0000 (13:45 -0500)
committerAlexander Rakoczy <alex@golang.org>
Fri, 21 Feb 2020 18:28:52 +0000 (18:28 +0000)
commit4f020a52c5830a490d7e0f76b221ac51d32f1305
tree6510c6f6e5a1e15566184989d14bec4d119f179b
parentae7cd5c029927e41b50170e5059b6b896c3d779a
crypto/x509: correct error message for trailing issuer data

The error message for trailing data after the X.509 issuer should
correctly state "issuer" instead of "subject", which appears just above
this code.

Fixes #35841

Change-Id: Iea2605ce97f2b084eb78e88f2c27d7d43749d022
Reviewed-on: https://go-review.googlesource.com/c/go/+/208978
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/crypto/x509/x509.go