Skip to content

Commit 3e10c1f

Browse files
dmitshurgopherbot
authored andcommitted
doc/next: improve wording for proposal 67061
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>
1 parent 77cc7fb commit 3e10c1f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
3DES cipher suites were removed from the default list used when
2-
[Config.CipherSuites] is nil. The default can be reverted adding `tls3des=1` to
2+
[Config.CipherSuites] is nil. The default can be reverted by adding `tls3des=1` to
33
the GODEBUG environment variable.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
<!-- TODO: Improve the wording. Mention the tlskyber GODEBUG. -->
2-
X25519Kyber768Draft00 is now enabled by default when [Config.CurvePreferences] is not set.
1+
The experimental post-quantum key exchange mechanism X25519Kyber768Draft00
2+
is now enabled by default when [Config.CurvePreferences] is nil.
3+
The default can be reverted by adding `tlskyber=0` to the GODEBUG environment variable.

0 commit comments

Comments
 (0)