summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-06-09 16:53:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:12:24 +0100
commit0ea0a14bd934964fa84a2d655d94ea227ed1981d (patch)
tree4d6282e426260a092016fbefcdc2c524aca8e7b7 /meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
parentbd1a6f3d567e300e53301d1362b8c191ed927266 (diff)
downloadpoky-0ea0a14bd934964fa84a2d655d94ea227ed1981d.tar.gz
openssl: fix CVE-2014-0224
http://www.openssl.org/news/secadv_20140605.txt SSL/TLS MITM vulnerability (CVE-2014-0224) An attacker using a carefully crafted handshake can force the use of weak keying material in OpenSSL SSL/TLS clients and servers. This can be exploited by a Man-in-the-middle (MITM) attack where the attacker can decrypt and modify traffic from the attacked client and server. The attack can only be performed between a vulnerable client *and* server. OpenSSL clients are vulnerable in all versions of OpenSSL. Servers are only known to be vulnerable in OpenSSL 1.0.1 and 1.0.2-beta1. Users of OpenSSL servers earlier than 1.0.1 are advised to upgrade as a precaution. (Patch borrowed from Fedora.) (From OE-Core rev: f19dbbc864b12b0f87248d3199296b41a0dcd5b0) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.1e.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.1e.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
index dc77330df8..fae0b93f37 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
@@ -41,6 +41,7 @@ SRC_URI += "file://configure-targets.patch \
41 file://openssl-1.0.1e-cve-2014-0195.patch \ 41 file://openssl-1.0.1e-cve-2014-0195.patch \
42 file://openssl-1.0.1e-cve-2014-0198.patch \ 42 file://openssl-1.0.1e-cve-2014-0198.patch \
43 file://openssl-1.0.1e-cve-2014-0221.patch \ 43 file://openssl-1.0.1e-cve-2014-0221.patch \
44 file://openssl-1.0.1e-cve-2014-0224.patch \
44 " 45 "
45 46
46SRC_URI[md5sum] = "66bf6f10f060d561929de96f9dfe5b8c" 47SRC_URI[md5sum] = "66bf6f10f060d561929de96f9dfe5b8c"