]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add note about x509sha1 removal
authorRoland Shoemaker <roland@golang.org>
Tue, 26 Nov 2024 18:18:50 +0000 (10:18 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 26 Nov 2024 18:58:04 +0000 (18:58 +0000)
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>

doc/next/6-stdlib/99-minor/crypto/x509/41682.md [new file with mode: 0644]

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 (file)
index 0000000..5125886
--- /dev/null
@@ -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