commit | 16d76afb29e22303d6e11f9db51e796953447106 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Mon Jul 29 15:32:19 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Mon Jul 29 15:32:19 2013 -0400 |
tree | 4abe14dc9c7a6da5c3ce3ed6af7f1b3795c98e40 | |
parent | 4dc7c8e2f49e7a13e0b380a777ac7b34fb7f4459 [diff] |
go.crypto/ocsp: pass in the issuing certificate. Paul van Brouwershaven pointed out that it would be better to pass in the issuing certificate and have the verification be done in the OCSP package than to expect the caller to deal with the difference between responses with and without a responder certificate. R=golang-dev, dayveday, paul CC=golang-dev https://golang.org/cl/11220043