From: Ian Lance Taylor Date: Mon, 5 Feb 2024 22:56:54 +0000 (-0800) Subject: doc: fix tense in godebug (s/revert/reverted) X-Git-Tag: go1.23rc1~611 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b1ae67501af6385856fe2d8812c030f34c69e55c;p=gostls13.git doc: fix tense in godebug (s/revert/reverted) Change-Id: Ida6ed22102a6da36739c7581aeab297fdd7bc9f8 Reviewed-on: https://go-review.googlesource.com/c/go/+/561715 Reviewed-by: Carlos Amedee Reviewed-by: Emmanuel Odeke Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui --- diff --git a/doc/godebug.md b/doc/godebug.md index 85137573da..704ebe3a2f 100644 --- a/doc/godebug.md +++ b/doc/godebug.md @@ -183,7 +183,7 @@ and clients to TLS 1.2. The default can be reverted to TLS 1.0 using the 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). +exchange. The default can be reverted using the [`tlsrsakex` setting](/pkg/crypto/tls/#Config). Go 1.22 disabled [`ConnectionState.ExportKeyingMaterial`](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial)