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 11:26:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:36:44 +0100
commitd3bc30f75be8dc4d0e503701de106e25fc15da13 (patch)
tree0e8b89b9c940b34294205f33236fd02b614eefa4 /meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
parent889f731acc7be2503fe092a6ba527cd8893e6948 (diff)
downloadpoky-d3bc30f75be8dc4d0e503701de106e25fc15da13.tar.gz
openssl: fix CVE-2014-0221
From the OpenSSL Security Advisory [05 Jun 2014] http://www.openssl.org/news/secadv_20140605.txt DTLS recursion flaw (CVE-2014-0221) By sending an invalid DTLS handshake to an OpenSSL DTLS client the code can be made to recurse eventually crashing in a DoS attack. Only applications using OpenSSL as a DTLS client are affected. (Patch borrowed from Fedora.) (From OE-Core rev: 2a9e46a319d32e99266fd44e1ea1ca2b5e7c9a6a) 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 25dc1856c6..738f085059 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
@@ -38,6 +38,7 @@ SRC_URI += "file://configure-targets.patch \
38 file://CVE-2014-0160.patch \ 38 file://CVE-2014-0160.patch \
39 file://openssl-1.0.1e-cve-2014-0195.patch \ 39 file://openssl-1.0.1e-cve-2014-0195.patch \
40 file://openssl-1.0.1e-cve-2014-0198.patch \ 40 file://openssl-1.0.1e-cve-2014-0198.patch \
41 file://openssl-1.0.1e-cve-2014-0221.patch \
41 " 42 "
42 43
43SRC_URI[md5sum] = "66bf6f10f060d561929de96f9dfe5b8c" 44SRC_URI[md5sum] = "66bf6f10f060d561929de96f9dfe5b8c"