commit | 18b771bd64f19baf6611ce73e30afe2e1a50082c | [log] [tgz] |
---|---|---|
author | Katie Hockman <katie@golang.org> | Wed Apr 22 12:39:06 2020 -0400 |
committer | Katie Hockman <katie@golang.org> | Thu Apr 23 19:51:18 2020 +0000 |
tree | 503c32fe7ca9e98d18edc23df7aa6baa821cdc62 | |
parent | 44a6062868251b249d52ec1c39797568f724bdca [diff] |
cryptobyte: handle AddASN1BigInt with -1 Fixes golang/go#38510 Change-Id: Ie52db22bf85a5f79046fad95e5bbe2788c3bec92 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/229457 Reviewed-by: Filippo Valsorda <filippo@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.