commit | cf75a172585e01ce0bf0fac704ecd21d30af3fba | [log] [tgz] |
---|---|---|
author | umlublin <pilne1407@gmail.com> | Fri Nov 19 17:10:13 2021 +0100 |
committer | Filippo Valsorda <filippo@golang.org> | Wed Dec 15 16:50:25 2021 +0000 |
tree | 0918c969ef22c495e286bd63200bb09ca0ab786f | |
parent | e9a32991a82ef02a1e74f495dcc0785239782bfe [diff] |
[internal-branch.go1.17-vendor] cryptobyte: fix parsing of large ASN.1 OIDs Updates golang/go#49678 For golang/go#50165 Change-Id: If8a40e25edd810a66165ab78dd68d9b7fc2699f8 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/365674 Reviewed-by: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> Trust: Alex Rakoczy <alex@golang.org> Trust: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> (cherry picked from commit e495a2d5b3d3be43468d0ebb413f46eeaedf7eb3) Reviewed-on: https://go-review.googlesource.com/c/crypto/+/372274 Trust: Filippo Valsorda <filippo@golang.org> Reviewed-by: 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.