openssl_1_1_0: 1.1.0h -> 1.1.0i

this addresses:
 - Client DoS due to large DH parameter (CVE-2018-0732)
 - Cache timing vulnerability in RSA Key Generation (CVE-2018-0737)

Changelog: https://www.openssl.org/news/changelog.html#x1
This commit is contained in:
Andreas Rammhold
2018-08-15 21:12:00 +02:00
parent 0a17d08a97
commit 0a40875439
2 changed files with 2 additions and 42 deletions
@@ -124,11 +124,8 @@ in {
};
openssl_1_1_0 = common {
version = "1.1.0h";
sha256 = "05x509lccqjscgyi935z809pwfm708islypwhmjnb6cyvrn64daq";
patches = [
./revert-relaxed-quoting.patch
];
version = "1.1.0i";
sha256 = "16fgaf113p6s5ixw227sycvihh3zx6f6rf0hvjjhxk68m12cigzb";
};
}