File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
doc/next/6-stdlib/99-minor/crypto/tls Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
3
3
the GODEBUG environment variable.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments