mirror of https://github.com/caddyserver/caddy
dcbf38d0b3
By default Go 1.23 enables X25519Kyber768, a post-quantum key agreement method that is enabled by default on Chrome. Go 1.23 does not expose the CurveID, so we cannot add it by specifying it in CurvePreferences. The reason is that X25519Kyber768 is a preliminary key agreement that will be supplanted by X25519MLKEM768. For the moment there is value in enabling it. A consequence of this is that by default Caddy will enable support for P-384 and P-521. This PR also removes the special code to add support for X25519Kyber768 via the Cloudflare Go branch. Cf #6540 |
||
---|---|---|
.. | ||
caddy | ||
cobra.go | ||
commandfactory.go | ||
commandfuncs.go | ||
commands.go | ||
main.go | ||
main_test.go | ||
packagesfuncs.go | ||
removebinary.go | ||
removebinary_windows.go | ||
storagefuncs.go | ||
x509rootsfallback.go |