mirror of https://github.com/golang/go.git
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:
parent
04879acdeb
commit
cff2503b5a
|
|
@ -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.
|
||||
Loading…
Reference in New Issue