aboutsummaryrefslogtreecommitdiff
path: root/doc/godebug.md
diff options
context:
space:
mode:
authorRoland Shoemaker <roland@golang.org>2023-10-20 09:41:39 -0400
committerGopher Robot <gobot@golang.org>2023-10-21 03:03:54 +0000
commit3839447ac39b1c49cb14833f0832e5f934e5bf6b (patch)
tree8e5ea19bdb714ee395292327a2105d95961abc27 /doc/godebug.md
parent566d94fe691c7527d4124ee1f04b3c3a07d1302c (diff)
downloadgo-3839447ac39b1c49cb14833f0832e5f934e5bf6b.tar.gz
go-3839447ac39b1c49cb14833f0832e5f934e5bf6b.zip
doc: add missing space in godebug.md
Change-Id: I941b6397e2f09a4abb30c0caf91cc2ff2212a445 Reviewed-on: https://go-review.googlesource.com/c/go/+/536675 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'doc/godebug.md')
-rw-r--r--doc/godebug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/godebug.md b/doc/godebug.md
index d578e740be..380107cf66 100644
--- a/doc/godebug.md
+++ b/doc/godebug.md
@@ -129,7 +129,7 @@ and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).
### Go 1.22
Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size
-that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize`setting](/pkg/crypto/tls#Conn.Handshake).
+that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake).
The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid
denial of service attacks, this setting and default was backported to Go
1.19.13, Go 1.20.8, and Go 1.21.1.