commit | 65fa2f7aa847778ef6fd782aa568929c3f77bc3a | [log] [tgz] |
---|---|---|
author | Ben Burkert <ben@benburkert.com> | Sat Jan 22 13:59:02 2022 -0500 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Feb 09 15:49:31 2022 +0000 |
tree | a4934494fdc1625625a167f85bc8c78a26ec4b29 | |
parent | bba287dce9545e832c65ef5053c2582a9dbf8618 [diff] |
acme: remove support for pre-RFC 8555 ACME spec LetsEncrypt removed it anyway. No API changes. Just a lot of deleted code. Fixes golang/go#46654 Co-authored-by: Brad Fitzpatrick <bradfitz@golang.org> Change-Id: I65cd0d33236033682b767403ad92aa572bee4fdd Reviewed-on: https://go-review.googlesource.com/c/crypto/+/380314 Trust: Filippo Valsorda <filippo@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Trust: Brad Fitzpatrick <bradfitz@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.