commit | ceb1ce70b4faafeeb5b3f23cc83f09b39a4f3f1d | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Mon Nov 08 09:44:03 2021 -0800 |
committer | Roland Shoemaker <roland@golang.org> | Mon Nov 08 22:10:36 2021 +0000 |
tree | 385ee82024f02030470e36037ae887815c3f2319 | |
parent | 089bfa5675191fd96a44247682f76ebca03d7916 [diff] |
ocsp: rewrite tests that rely on SHA1-RSA This test suite should really be completely re-written, but for now we can just substitute the tests which relied on certificates that were signed with SHA1-RSA. Fixes #49443 Change-Id: Ibe4ae3b3062956a56e6e3579144312747df3ef9a Reviewed-on: https://go-review.googlesource.com/c/crypto/+/362334 Trust: Roland Shoemaker <roland@golang.org> Trust: Katie Hockman <katie@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Katie Hockman <katie@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.