commit | ae2d96664a2994bd96a7d9e398c8042459da881b | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Wed Mar 02 11:20:58 2022 -0800 |
committer | Gopher Robot <gobot@golang.org> | Thu Mar 31 22:09:35 2022 +0000 |
tree | 0a0b57be7e52c3df34f36873800b0f94e3c7922d | |
parent | 2c7772ba30643b7a2026cbea938420dce7c6384d [diff] |
ocsp: add Response.Raw Fixes golang/go#38340 Change-Id: I77afc901584ac3361eafa13c9ee9f8cf9ec2ee28 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/389256 Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> Auto-Submit: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
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.