commit | eb9a90e9f9cb7f9bbc5a653e097fef273e13d5b9 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <rolandshoemaker@gmail.com> | Thu Oct 01 19:25:08 2020 +0000 |
committer | Roland Shoemaker <roland@golang.org> | Thu Oct 01 19:37:50 2020 +0000 |
tree | 70371b30524a2b92b76d3c6e55544cc4e3584c20 | |
parent | afb6bcd081ae5258e9449bf8b9af19593c9b261f [diff] |
ocsp: Improve documentation for ParseResponse and ParseResponseForCert This change clarifies the behaviors of ParseResponse and ParseResponseForCert, particularly when parsing responses that contain multiple certificate statuses. Fixes golang/go#30651 Change-Id: Ia632c8c2a69d1b0c17d71f9f9dcb59ddb0be401b GitHub-Last-Rev: 481f613438c91521fd90078cc0915cf01cf44b4e GitHub-Pull-Request: golang/crypto#122 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/220353 Reviewed-by: Katie Hockman <katie@golang.org> Trust: Roland Shoemaker <roland@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.