diff options
Diffstat (limited to '_content/doc/go1.24.md')
| -rw-r--r-- | _content/doc/go1.24.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index a6f0f8fc..ef19be18 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -480,6 +480,8 @@ The new post-quantum [`X25519MLKEM768`](/pkg/crypto/tls#X25519MLKEM768) key exchange mechanism is now supported and is enabled by default when [`Config.CurvePreferences`](/pkg/crypto/tls#Config.CurvePreferences) is nil. [GODEBUG setting](/doc/godebug) `tlsmlkem=0` reverts the default. +This can be useful when dealing with buggy TLS servers that do not handle large records correctly, +causing a timeout during the handshake (see [TLS post-quantum TL;DR fail](https://tldr.fail/)). Support for the experimental `X25519Kyber768Draft00` key exchange has been removed. |
