commit | eec23a3978adcfd26c29f4153eaa3e3d9b2cc53a | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Mon Dec 21 17:57:36 2020 +0100 |
committer | Filippo Valsorda <filippo@golang.org> | Mon Dec 21 18:15:55 2020 +0000 |
tree | 07d840e234bac9bb1e275a78b8d5294cd48d157a | |
parent | 9d1352758620574fd6fc23c31c59c4333b4b3fff [diff] |
acme: hardcode and remove ExternalAccountBinding.Algorithm HMAC-SHA256 is a perfectly fine MAC algorithm, and there is no need to ask the user to choose one. This does break compatibility with the previous API, but it had been live only for a weekend, so hopefully still in a window in which we can make changes with a limited blast radius. Updates golang/go#41430 Change-Id: I03741a545b25b9fcc147760cd20e9d7029844a6c Reviewed-on: https://go-review.googlesource.com/c/crypto/+/279453 Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: James Kasten <jdkasten@google.com> 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.