commit | e495a2d5b3d3be43468d0ebb413f46eeaedf7eb3 | [log] [tgz] |
---|---|---|
author | umlublin <pilne1407@gmail.com> | Fri Nov 19 17:10:13 2021 +0100 |
committer | Filippo Valsorda <filippo@golang.org> | Wed Dec 15 15:39:01 2021 +0000 |
tree | 302c8f6f29c7e7d035bdd44f0acadd0d5b706eed | |
parent | 4570a0811e8b3d7c89573c13d00777b1f8b01a54 [diff] |
cryptobyte: fix parsing of large ASN.1 OIDs Fixes golang/go#49678 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>
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.