summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb
diff options
context:
space:
mode:
authorAlexandru Moise <alexandru.moise@windriver.com>2017-02-07 13:48:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-08 12:00:21 +0000
commit8ba5b9eae34bbab537954ccee1726c7ee7a82750 (patch)
tree23e66063281ba3e18b5e4c583ac9a694fe4c856d /meta/recipes-connectivity/openssl/openssl_1.0.2j.bb
parenta2f06ef25486bbdc10b1dd5812648c7e909a3643 (diff)
downloadpoky-8ba5b9eae34bbab537954ccee1726c7ee7a82750.tar.gz
openssl: CVE: CVE-2017-3731
If an SSL/TLS server or client is running on a 32-bit host, and a specific cipher is being used, then a truncated packet can cause that server or client to perform an out-of-bounds read, usually resulting in a crash. Backported from: https://github.com/openssl/openssl/commit/8e20499629b6bcf868d0072c7011e590b5c2294d https://github.com/openssl/openssl/commit/2198b3a55de681e1f3c23edb0586afe13f438051 * CVE: CVE-2017-3731 Upstream-status: Backport (From OE-Core rev: 1fe1cb3e6e03b4f7f0d30b2b67edc8809a18fe70) Signed-off-by: Alexandru Moise <alexandru.moise@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2j.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.2j.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb
index f2aca36eca..9a7cdedd05 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb
@@ -41,6 +41,8 @@ SRC_URI += "file://find.pl;subdir=${BP}/util/ \
41 file://parallel.patch \ 41 file://parallel.patch \
42 file://openssl-util-perlpath.pl-cwd.patch \ 42 file://openssl-util-perlpath.pl-cwd.patch \
43 file://CVE-2016-7055.patch \ 43 file://CVE-2016-7055.patch \
44 file://0001-CVE-2017-3731.patch \
45 file://0002-CVE-2017-3731.patch \
44 " 46 "
45SRC_URI[md5sum] = "96322138f0b69e61b7212bc53d5e912b" 47SRC_URI[md5sum] = "96322138f0b69e61b7212bc53d5e912b"
46SRC_URI[sha256sum] = "e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431" 48SRC_URI[sha256sum] = "e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431"