commit | 729f1e841bcca28c2cd9f4034d6f7672604dbeda | [log] [tgz] |
---|---|---|
author | Lily Chung <lilithkchung@gmail.com> | Sun Apr 26 17:01:02 2020 -0700 |
committer | Filippo Valsorda <filippo@golang.org> | Mon Apr 27 16:56:52 2020 +0000 |
tree | 8a90d1fc14a939a8638ba9a9856449946e368cd0 | |
parent | 4bdfaf469ed5a1194e0ec57ec7b1af73991a7ee3 [diff] |
ssh: improve docs on Certificate.SignCert Document the fact that SignCert sets the Nonce field. This makes it clear that callers need not set it themselves. Original change by Jakob Weisblat <jakobw@mit.edu> in CL 57051. Fixes golang/go#21384 Change-Id: I161e0909ba6c8d07be5f8e68dc6e0f0392bea63f Reviewed-on: https://go-review.googlesource.com/c/crypto/+/230212 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.