commit | 9d1352758620574fd6fc23c31c59c4333b4b3fff | [log] [tgz] |
---|---|---|
author | James Kasten <jdkasten@google.com> | Wed Nov 11 15:47:14 2020 -0800 |
committer | Roland Shoemaker <roland@golang.org> | Thu Dec 17 01:42:55 2020 +0000 |
tree | dd64f3cb40bcffb43a23600cfb3cf98e81400cca | |
parent | 8b5274cf687fd9316b4108863654cc57385531e8 [diff] |
acme: add external account binding support Implements https://tools.ietf.org/html/rfc8555#section-7.3.4 Fixes golang/go#41430 Co-authored-by: James Munnelly <james@munnelly.eu> Change-Id: Icd0337fddbff49e7e79fb9105c2679609f990285 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/269279 Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Katie Hockman <katie@golang.org> Trust: Roland Shoemaker <roland@golang.org> Reviewed-by: Roland Shoemaker <roland@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.