mirror of
https://github.com/golang/go
synced 2024-11-13 13:20:39 -07:00
doc: add note about x509sha1 removal in 1.24
Updates #62048 Change-Id: I17f462841a80db2216806147f0a0548f95c5e21a Reviewed-on: https://go-review.googlesource.com/c/go/+/586718 Auto-Submit: Roland Shoemaker <roland@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
3e10c1ff81
commit
45446c867a
4
doc/next/6-stdlib/99-minor/crypto/x509/62048.md
Normal file
4
doc/next/6-stdlib/99-minor/crypto/x509/62048.md
Normal file
@ -0,0 +1,4 @@
|
||||
The [`x509sha1` GODEBUG setting](/pkg/crypto/x509#InsecureAlgorithmError) will
|
||||
be removed in the next Go major release (Go 1.24). This will mean that crypto/x509
|
||||
will no longer support verifying signatures on certificates that use SHA-1 based
|
||||
signature algorithms.
|
Loading…
Reference in New Issue
Block a user