commit | 3a6c3ce65c4f0844ac396b02aebda1496fd2ac9d | [log] [tgz] |
---|---|---|
author | Yaron de Leeuw <jarondl@google.com> | Wed Feb 07 10:37:26 2018 -0500 |
committer | Adam Langley <agl@golang.org> | Tue Feb 13 22:19:55 2018 +0000 |
tree | f1da6c122624617a5fb2be2d2dffb311cc87a8ac | |
parent | 9de5f2eaf759b4c4550b3db39fed2e9e5f86f45c [diff] |
openpgp: correct NewEntity name creation Confusingly, `Identity.Name` should actually refer to `uid.Id` and not `uid.Name`. This fixes the code in NewEntity, and creates a test case to verify. Change-Id: Id46de876fc7b0359faecfeb9b09a8e454710d485 Reviewed-on: https://go-review.googlesource.com/92595 Reviewed-by: Adam Langley <agl@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.