commit | 30dcbda588387d7d277b9a4ab7d7ae9d739b2982 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Fri Oct 08 11:41:44 2021 -0700 |
committer | Roland Shoemaker <roland@golang.org> | Mon Jan 31 19:55:33 2022 +0000 |
tree | db6dc849e325b6a2851dea6c539dbcb4da85103c | |
parent | 198e4374d7ed0909af956c010c19ee6bae6a1bc9 [diff] |
acme: expose Client KID field Expose the previously private KID field of the Client type. This allows callers which have locally cached their key identity to avoid needing to make a call to the ACME service every time they construct a new client. Fixes golang/go#46303 Change-Id: I219167c5b941f56a2028c4bc253ff56386845549 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/354697 Trust: Katie Hockman <katie@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> 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.