mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
openssl_3_2: 3.2.1 -> 3.2.2
Changelog: https://github.com/openssl/openssl/blob/openssl-3.2/CHANGES.md#changes-between-321-and-322-4-jun-2024 CVEs fixed: - Fixed potential use after free after SSL_free_buffers() is called. (CVE-2024-4741) - Fixed an issue where checking excessively long DSA keys or parameters may be very slow. (CVE-2024-4603) - Fixed an issue where some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions. An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service. (CVE-2024-2511) Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
29ee41feff
commit
8e9d7fb6af
1 changed files with 2 additions and 2 deletions
|
@ -290,8 +290,8 @@ in {
|
|||
};
|
||||
|
||||
openssl_3_2 = common {
|
||||
version = "3.2.1";
|
||||
hash = "sha256-g8cyn+UshQZ3115dCwyiRTCbl+jsvP3B39xKufrDWzk=";
|
||||
version = "3.2.2";
|
||||
hash = "sha256-GXFJwY2enyksQ/BACsq6EuX1LKz+BQ89GZJ36nOOwuc=";
|
||||
|
||||
patches = [
|
||||
./3.0/nix-ssl-cert-file.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue