-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PL-133007] implement the D(HE)at Attack mitigation
Since restricting encryption curves might impact compatibility with various clients, this was made an option for now with the default being on so that it can be turned off selectively.
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
changelog.d/20241112_110807_phil-PL-133007_nginx-dheat-mitigation_scriv.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- | ||
A new changelog entry. | ||
Delete placeholder items that do not apply. Empty sections will be removed | ||
automatically during release. | ||
Leave the XX.XX as is: this is a placeholder and will be automatically filled | ||
correctly during the release and helps when backporting over multiple platform | ||
branches. | ||
--> | ||
|
||
### Impact | ||
|
||
- possibly impacts client connectivity to Nginx. Semi-official connectivity testers showed no change for popular clients and/or libraries but cannot cover every single implementation out there | ||
|
||
|
||
### NixOS XX.XX platform | ||
|
||
- restrict the Diffie-Hellman elliptic curves offered by Nginx to mitigate CVE-2024-41996 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters