diff options
| author | Roland Shoemaker <roland@golang.org> | 2024-05-20 12:08:36 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-06-18 01:40:18 +0000 |
| commit | 45446c867a3ffdf893bdfd1e1ef9e30166eaa157 (patch) | |
| tree | 1fb4d8fef56ee496a692a5995cdeb3166806d578 /doc/next/6-stdlib | |
| parent | 3e10c1ff8141fae6b4d35a42e2631e7830c79830 (diff) | |
| download | go-45446c867a3ffdf893bdfd1e1ef9e30166eaa157.tar.xz | |
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>
Diffstat (limited to 'doc/next/6-stdlib')
| -rw-r--r-- | doc/next/6-stdlib/99-minor/crypto/x509/62048.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/crypto/x509/62048.md b/doc/next/6-stdlib/99-minor/crypto/x509/62048.md new file mode 100644 index 0000000000..aaa8c5e350 --- /dev/null +++ b/doc/next/6-stdlib/99-minor/crypto/x509/62048.md @@ -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.
\ No newline at end of file |
