commit | 530e935923ad688be97c15eeb8e5ee42ebf2b54a | [log] [tgz] |
---|---|---|
author | Katie Hockman <katie@golang.org> | Thu Jan 16 14:12:49 2020 -0500 |
committer | Katie Hockman <katie@golang.org> | Fri Jan 17 16:03:49 2020 +0000 |
tree | 2d9c1133d06e595713460a4b72fe23ad61b47d76 | |
parent | 6d4e4cb37c7d6416dfea8472e751c7b6615267a6 [diff] |
openpgp/armor: allow armored PGP signature without a CRC RFC 4800, Section 6 specifies that the CRC at the end of the armor is optional, so do not fail to decode signatures missing the CRC. Credit: armor.go patch from engineer at Google Change-Id: I39b04e0afaaafdf7aa86577fe4a35c50e7cf0b2b Reviewed-on: https://go-review.googlesource.com/c/crypto/+/215022 Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> 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.