From 8ff44512c9ac9925bbc1bf60988000aeb957a11c Mon Sep 17 00:00:00 2001 From: Muhammad Shakeel Date: Thu, 13 Jun 2013 16:41:20 +0500 Subject: openssl: Add fix for cipher des-ede3-cfb1 Add patch file for one of the ciphers used in openssl, namely the cipher des-ede3-cfb1. Details of the bug, without this patch, can be found here. http://rt.openssl.org/Ticket/Display.html?id=2867 (From OE-Core master rev: ed61c28b9af2f11f46488332b80752b734a3cdeb) Signed-off-by: Muhammad Shakeel Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl_1.0.1e.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.1e.bb') diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb index 61de3a694c..bd6fd046a3 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.1e.bb @@ -30,6 +30,7 @@ SRC_URI += "file://configure-targets.patch \ file://debian/debian-targets.patch \ file://openssl_fix_for_x32.patch \ file://openssl-fix-doc.patch \ + file://fix-cipher-des-ede3-cfb1.patch \ file://find.pl \ " -- cgit 1.2.3-korg