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:39:50 +0200 |
commit | d3b8b5be3455d734e5681f98f22e5705dfe02ba4 (patch) | |
tree | 74c8af853f32d5d5d96d9bfaac361cabef58c5dc /package/libs/openssl/patches | |
parent | f3865bd4efa8c0fbf82899d0c3072a192f3beaea (diff) | |
download | upstream-d3b8b5be3455d734e5681f98f22e5705dfe02ba4.tar.gz upstream-d3b8b5be3455d734e5681f98f22e5705dfe02ba4.tar.bz2 upstream-d3b8b5be3455d734e5681f98f22e5705dfe02ba4.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')
-rw-r--r-- | package/libs/openssl/patches/150-no_engines.patch | 2 | ||||
-rw-r--r-- | package/libs/openssl/patches/200-parallel_build.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/patches/150-no_engines.patch b/package/libs/openssl/patches/150-no_engines.patch index eab55fd078..f0808578b9 100644 --- a/package/libs/openssl/patches/150-no_engines.patch +++ b/package/libs/openssl/patches/150-no_engines.patch @@ -1,6 +1,6 @@ --- a/Configure +++ b/Configure -@@ -2135,6 +2135,11 @@ EOF +@@ -2143,6 +2143,11 @@ EOF close(OUT); } 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) |