Skip to content

Commit 3568773

Browse files
liggittFiloSottile
authored andcommitted
_content/doc/go1.18: move sha1 removal to unspecified future release
Change-Id: I747e2c8b42bb4ccc90979adb4fbfe76441fec389 Reviewed-on: https://go-review.googlesource.com/c/website/+/396754 Trust: Russ Cox <[email protected]> Reviewed-by: Filippo Valsorda <[email protected]>
1 parent a1a0fca commit 3568773

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_content/doc/go1.18.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ <h3 id="sha1">Rejecting SHA-1 certificates</h3>
732732
<p>
733733
This can be temporarily reverted by setting the
734734
<code>GODEBUG=x509sha1=1</code> environment variable.
735-
This option will be removed in Go 1.19.
735+
This option will be removed in a future release.
736736
</p>
737737

738738
<h3 id="minor_library_changes">Minor changes to the library</h3>
@@ -866,8 +866,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
866866

867867
<p>
868868
Support for signing certificates using signature algorithms that depend on the
869-
MD5 and SHA-1 hashes (<code>MD5WithRSA</code>, <code>SHA1WithRSA</code>, and
870-
<code>ECDSAWithSHA1</code>) may be removed in Go 1.19.
869+
MD5 hash (<code>MD5WithRSA</code>) may be removed in Go 1.19.
871870
</p>
872871
</dd>
873872
</dl>

0 commit comments

Comments
 (0)