Dear Maintainer,
nginx-snippets contains TLS configuration snippets based on Mozilla
TLS generator. However, while the version of NGINX present in Trixie
supports post quantum cryptography (X25519MLKEM768), these
configuration snippets disable them with this line:
ssl_ecdh_curve X25519:prime256v1:secp384r1;
This configuration reduces the security of the TLS configuration and
makes the hosted applications/sites vulnerable to a potential "Harvest
Now Decrypt Later" attack.
The version in testing/unstable is not affected as it uses:
ssl_ecdh_curve ssl_ecdh_curve X25519MLKEM768:X25519:prime256v1:secp384r1;
Regards,
Gabriel