From: Roland Shoemaker Date: Fri, 20 Oct 2023 13:41:39 +0000 (-0400) Subject: doc: add missing space in godebug.md X-Git-Tag: go1.22rc1~537 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3839447ac39b1c49cb14833f0832e5f934e5bf6b;p=gostls13.git 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 Reviewed-by: Ian Lance Taylor Auto-Submit: Roland Shoemaker --- 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.