]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: check that the issuer name matches the issuer's subject name.
authorEmmanuel Odeke <emm.odeke@gmail.com>
Mon, 30 May 2016 07:41:03 +0000 (00:41 -0700)
committerAdam Langley <agl@golang.org>
Sun, 9 Oct 2016 20:05:42 +0000 (20:05 +0000)
commit0ff40a76ad81e2b02c24e83eee8aa93352498f6f
tree5a5ae1358035989e50c4ab4b27dbadf19bddf167
parent13c829e5f6c541359c7bb213774ef9bbba9ddb77
crypto/x509: check that the issuer name matches the issuer's subject name.

Fixes #14955.

Change-Id: I157432584bb51088bec565f6bb9e64348345cff9
Reviewed-on: https://go-review.googlesource.com/23571
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/x509/verify.go
src/crypto/x509/verify_test.go