X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fgodebug.md;h=2ca27a640d33258158ede414d45c5c00bc2d5d64;hb=362bf4fc6d3b456429e998582b15a2765e640741;hp=e4978b9d26334e3279db1715ed99ed3797b2092f;hpb=e7d582b55dda36e76ce4d0ce770139ca0915b7c5;p=gostls13.git diff --git a/doc/godebug.md b/doc/godebug.md index e4978b9d26..2ca27a640d 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -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,