]> Cypherpunks.ru repositories - gostls13.git/blobdiff - doc/godebug.md
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / doc / godebug.md
index e4978b9d26334e3279db1715ed99ed3797b2092f..9235635bdd0958789c4a847793c59b7e2d7131b5 100644 (file)
@@ -151,6 +151,14 @@ For Go 1.22 it defaults to `gotypesalias=0`.
 For Go 1.23, `gotypealias=1` will become the default.
 This setting will be removed in a future release, Go 1.24 at the earliest.
 
+Go 1.22 changed the default minimum TLS version supported by both servers
+and clients to TLS 1.2. The default can be reverted to TLS 1.0 using the
+[`tls10server` setting](/pkg/crypto/tls/#Config).
+
+Go 1.22 changed the default TLS cipher suites used by clients and servers when
+not explicitly configured, removing the cipher suites which used RSA based key
+exchange. The default can be revert using the [`tlsrsakex` setting](/pkg/crypto/tls/#Config).
+
 ### Go 1.21
 
 Go 1.21 made it a run-time error to call `panic` with a nil interface value,