diff --git a/doc/go1.17.html b/doc/go1.17.html index f1b3e3fdc70..c9b64da2442 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -629,6 +629,15 @@ func Foo() bool { weakness. They are still enabled by default but only as a last resort, thanks to the cipher suite ordering change above.
+ +
+ Beginning in the next release, Go 1.18, the
+ Config.MinVersion
+ for crypto/tls clients will default to TLS 1.2, disabling TLS 1.0
+ and TLS 1.1 by default. Applications will be able to override the change by
+ explicitly setting Config.MinVersion.
+ This will not affect crypto/tls servers.
+
+ Beginning in the next release, Go 1.18, crypto/x509 will
+ reject certificates signed with the SHA-1 hash function. This doesn't
+ apply to self-signed root certificates. Practical attacks against SHA-1
+ have been demonstrated in 2017 and publicly
+ trusted Certificate Authorities have not issued SHA-1 certificates since 2015.
+