diff options
| author | Jordan Liggitt <liggitt@google.com> | 2022-03-30 09:53:58 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-04-19 10:53:41 +0000 |
| commit | e8d9fd707f4914bdd298f5dcdd14d3b6035e278b (patch) | |
| tree | f6bc562814bc7cc432ed6da4976a1f866c66dff5 /src | |
| parent | a11a885cb567b3797e33733e883c2ba3bdc0e898 (diff) | |
| download | go-e8d9fd707f4914bdd298f5dcdd14d3b6035e278b.tar.xz | |
crypto/x509: move sha1 removal to unspecified future release
Updates #41682
Change-Id: I3a2d6eedf4030cdc7308001aef549eb20eeb11c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/396774
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Filippo Valsorda <valsorda@google.com>
Run-TryBot: Filippo Valsorda <valsorda@google.com>
Auto-Submit: Filippo Valsorda <valsorda@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/crypto/x509/x509.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/x509/x509.go b/src/crypto/x509/x509.go index 085408a0f8..ceb04ae20e 100644 --- a/src/crypto/x509/x509.go +++ b/src/crypto/x509/x509.go @@ -733,7 +733,7 @@ var debugAllowSHA1 = godebug.Get("x509sha1") == "1" // // To temporarily restore support for SHA-1 signatures, include the value // "x509sha1=1" in the GODEBUG environment variable. Note that this option will -// be removed in Go 1.19. +// be removed in a future release. type InsecureAlgorithmError SignatureAlgorithm func (e InsecureAlgorithmError) Error() string { |
