]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: improve wording for proposal 67061
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 12 Jun 2024 17:08:00 +0000 (13:08 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 18 Jun 2024 01:14:50 +0000 (01:14 +0000)
For #67061.
For #65614.

Change-Id: I0e324b02537e0d40c2092139d31941a1a85a0e69
Reviewed-on: https://go-review.googlesource.com/c/go/+/592196
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>

doc/next/6-stdlib/99-minor/crypto/tls/66214.md
doc/next/6-stdlib/99-minor/crypto/tls/67061.md

index 4a32ca9fc9868e8fcde24817fb906b5f6e72a8e5..ebe1b490f57851d0d841d663adeae11a1d1e4bac 100644 (file)
@@ -1,3 +1,3 @@
 3DES cipher suites were removed from the default list used when
-[Config.CipherSuites] is nil. The default can be reverted adding `tls3des=1` to
+[Config.CipherSuites] is nil. The default can be reverted by adding `tls3des=1` to
 the GODEBUG environment variable.
index 4f53f509ef5f5b37fbfbcaf3e39cc9e1dec40e96..fe3620ed6d25b5b608a8af55fd3da1643caaae35 100644 (file)
@@ -1,2 +1,3 @@
-<!-- TODO: Improve the wording. Mention the tlskyber GODEBUG. -->
-X25519Kyber768Draft00 is now enabled by default when [Config.CurvePreferences] is not set.
+The experimental post-quantum key exchange mechanism X25519Kyber768Draft00
+is now enabled by default when [Config.CurvePreferences] is nil.
+The default can be reverted by adding `tlskyber=0` to the GODEBUG environment variable.