]> Cypherpunks.ru repositories - gostls13.git/blobdiff - doc/godebug.md
crypto/tls: change default minimum version to 1.2
[gostls13.git] / doc / godebug.md
index e4978b9d26334e3279db1715ed99ed3797b2092f..2ca27a640d33258158ede414d45c5c00bc2d5d64 100644 (file)
@@ -151,6 +151,10 @@ 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.21
 
 Go 1.21 made it a run-time error to call `panic` with a nil interface value,