commit | aa10faf2a1f825c8ba49e90899862da2a0d353ca | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Wed Jan 26 17:29:05 2022 -0500 |
committer | Roland Shoemaker <roland@golang.org> | Wed Jan 26 23:43:51 2022 +0000 |
tree | b0ae4e416a4021c896035c927b9264d8552c4753 | |
parent | e04a8579fee6e9c8fa0b5a41b7d9db85262e2f57 [diff] |
acme/autocert: renew Let's Encrypt certificates likely to get revoked Let's Encrypt is revoking all certificates verified with TLS-ALPN-01 beofre January 26th due to a compliance issue. Detect them and force a renewal. Also, fix the tests which were not testing if expired certificates were renewed anymore, as the test certificates were always invalid due to not having SANs. Change-Id: If9d0632b2edfe0b7fb70f6cfd7e65e46e2d047dc Reviewed-on: https://go-review.googlesource.com/c/crypto/+/381114 Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Gopher Robot <gobot@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.