aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.19.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.19.html')
-rw-r--r--doc/go1.19.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/go1.19.html b/doc/go1.19.html
index 8305decece..51b5a54e16 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -92,6 +92,16 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete this section
</p>
+<dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt>
+ <dd>
+ <p><!-- CL 400974 -->
+ The <code>tls10default</code> <code>GODEBUG</code> option has been
+ removed. It is still possible to enable TLS 1.0 client-side by setting
+ <code>Config.MinVersion</code>.
+ </p>
+ </dd>
+</dl><!-- crypto/tls -->
+
<dl id="image/draw"><dt><a href="/pkg/image/draw/">image/draw</a></dt>
<dd>
<p><!-- CL 396795 -->