doc: add note about x509sha1 removal

Fixes #41682

Change-Id: I73aa4991a6df8dfb90720bd66f2a8a53c3ca3504
Reviewed-on: https://go-review.googlesource.com/c/go/+/631677
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Roland Shoemaker 2024-11-26 10:18:50 -08:00 committed by Gopher Robot
parent 04879acdeb
commit cff2503b5a
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
The `x509sha1` GODEBUG setting has been removed. [`Certificate.Verify`] will no
longer consider SHA-1 based signatures valid when this GODEBUG setting is set.