commit | f66f74b0a406b5f6909183531ace593857f1646c | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Fri Feb 21 09:59:08 2025 -0800 |
committer | Gopher Robot <gobot@golang.org> | Fri Feb 21 16:31:38 2025 -0800 |
tree | 069d149323534fc074c4d342187f69f548725e12 | |
parent | b0784b7bfbe0b2c9a59afc1248ed3cb4b6652e85 [diff] |
acme/autocert: check host policy before probing the cache Avoid unnessecary cache probes for names that don't match the host policy. Fixes golang/go#71199 Change-Id: I11e8465b0416e960a549b0c0d74a622026c39931 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/651296 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
This repository holds supplementary Go cryptography packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/crypto.
The main issue tracker for the crypto repository is located at https://go.dev/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.