openssl: update to version 1.0.2k

This fixes the following security problems:
CVE-2017-3731: Truncated packet could crash via OOB read
CVE-2017-3732: BN_mod_exp may produce incorrect results on x86_64
CVE-2016-7055: Montgomery multiplication may produce incorrect results

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2017-01-27 23:36:45 +01:00
committed by Jo-Philipp Wich
parent 66211d0781
commit f5ab082243
6 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
--- a/Configure
+++ b/Configure
@@ -2114,6 +2114,11 @@ EOF
@@ -2128,6 +2128,11 @@ EOF
close(OUT);
}