Engineering Sep 27, 2026
Post-quantum TLS in Go: on by default, unless your go.mod says otherwise
Go 1.24+ negotiates X25519MLKEM768 by default, but an old go line in go.mod, CurvePreferences or TLS 1.2 turn it off. How to check and fix it.
Read article