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:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:12:23 +0100
commitc5d81c3386b945293580ed87fcecc0c80851ef0e (patch)
treee7af70521a8c03d0d9c2325defb6e2045aaad752 /meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
parentad2c79b0fd8c9cf5d68c158ebe83e5a0b09656c7 (diff)
downloadpoky-c5d81c3386b945293580ed87fcecc0c80851ef0e.tar.gz
openssl: fix CVE-2014-0195
http://www.openssl.org/news/secadv_20140605.txt DTLS invalid fragment vulnerability (CVE-2014-0195) A buffer overrun attack can be triggered by sending invalid DTLS fragments to an OpenSSL DTLS client or server. This is potentially exploitable to run arbitrary code on a vulnerable client or server. Only applications using OpenSSL as a DTLS client or server affected. (Patch borrowed from Fedora.) (From OE-Core rev: c707b3ea9e1fbff2c6a82670e4b1af2b4f53d5e2) 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 842a903332..7783206a4b 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb
@@ -39,6 +39,7 @@ SRC_URI += "file://configure-targets.patch \
39 file://0001-Use-version-in-SSL_METHOD-not-SSL-structure.patch \ 39 file://0001-Use-version-in-SSL_METHOD-not-SSL-structure.patch \
40 file://CVE-2014-0160.patch \ 40 file://CVE-2014-0160.patch \
41 file://openssl-CVE-2014-0198-fix.patch \ 41 file://openssl-CVE-2014-0198-fix.patch \
42 file://openssl-1.0.1e-cve-2014-0195.patch \
42 " 43 "
43 44
44SRC_URI[md5sum] = "66bf6f10f060d561929de96f9dfe5b8c" 45SRC_URI[md5sum] = "66bf6f10f060d561929de96f9dfe5b8c"