diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-15 22:17:11 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-15 22:42:39 +0200 |
commit | e11df1eac62f23263e90c54d87bc69a7021e72b7 (patch) | |
tree | f3d2969db8c90817d893a423b5a342bc7c14e4e4 /package/libs/openssl/patches/200-parallel_build.patch | |
parent | 033472e1bd9cdab250d16802a8b402dad0bb3dda (diff) | |
download | upstream-e11df1eac62f23263e90c54d87bc69a7021e72b7.tar.gz upstream-e11df1eac62f23263e90c54d87bc69a7021e72b7.tar.bz2 upstream-e11df1eac62f23263e90c54d87bc69a7021e72b7.zip |
openssl: update to version 1.0.2p
This fixes the following security problems:
* CVE-2018-0732: Client DoS due to large DH parameter
* CVE-2018-0737: Cache timing vulnerability in RSA Key Generation
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs/openssl/patches/200-parallel_build.patch')
-rw-r--r-- | package/libs/openssl/patches/200-parallel_build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/200-parallel_build.patch b/package/libs/openssl/patches/200-parallel_build.patch index 0616551b6e..37134e4030 100644 --- a/package/libs/openssl/patches/200-parallel_build.patch +++ b/package/libs/openssl/patches/200-parallel_build.patch @@ -173,7 +173,7 @@ apps: @(cd ..; $(MAKE) DIRS=apps all) -@@ -586,7 +586,7 @@ $(DTLSTEST)$(EXE_EXT): $(DTLSTEST).o ssl +@@ -593,7 +593,7 @@ $(DTLSTEST)$(EXE_EXT): $(DTLSTEST).o ssl # fi dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO) |