]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add note about x509sha1 removal in 1.24
authorRoland Shoemaker <roland@golang.org>
Mon, 20 May 2024 19:08:36 +0000 (12:08 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 18 Jun 2024 01:40:18 +0000 (01:40 +0000)
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>
doc/next/6-stdlib/99-minor/crypto/x509/62048.md [new file with mode: 0644]

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