From e36b4d76ad697536921f2bcd119e7cf2a702b920 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Wed, 20 Nov 2024 11:06:35 -0800 Subject: [PATCH] doc/godebug: document we removed x509sha1 Change-Id: I4a4ff0b9e0d3584b96e414d60b889d68fa8660c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/630236 Auto-Submit: Roland Shoemaker Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- doc/godebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/godebug.md b/doc/godebug.md index e912784d92..0418482746 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -383,7 +383,7 @@ There is no plan to remove this setting. Go 1.18 removed support for SHA1 in most X.509 certificates, controlled by the [`x509sha1` setting](/pkg/crypto/x509#InsecureAlgorithmError). -This setting will be removed in a future release, Go 1.22 at the earliest. +This setting was removed in Go 1.24. ### Go 1.10 -- 2.48.1