From cff2503b5ac32d3889eec8f131c43e98e4cc3485 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Tue, 26 Nov 2024 10:18:50 -0800 Subject: [PATCH] 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 Reviewed-by: Dmitri Shuralyov Auto-Submit: Roland Shoemaker LUCI-TryBot-Result: Go LUCI --- doc/next/6-stdlib/99-minor/crypto/x509/41682.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/next/6-stdlib/99-minor/crypto/x509/41682.md diff --git a/doc/next/6-stdlib/99-minor/crypto/x509/41682.md b/doc/next/6-stdlib/99-minor/crypto/x509/41682.md new file mode 100644 index 0000000000..5125886f82 --- /dev/null +++ b/doc/next/6-stdlib/99-minor/crypto/x509/41682.md @@ -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. \ No newline at end of file -- 2.48.1