summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-03-14 12:49:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-14 14:42:18 +0000
commit500a5e44a9d6bf9d795f4d1cf28333ed71f0e07b (patch)
tree071ede91b2326343c95f604e56707ec5f2770496 /meta/recipes-connectivity
parent9e404449ab6cfc94fd3fe33d21feed07f3717192 (diff)
downloadpoky-500a5e44a9d6bf9d795f4d1cf28333ed71f0e07b.tar.gz
openssl: actually apply Use-SHA256-not-MD5-as-default-digest.patch
This patch was added to fix a CVE, but wasn't actually added to SRC_URI: CVE: CVE-2004-2761 The MD5 Message-Digest Algorithm is not collision resistant, which makes it easier for context-dependent attackers to conduct spoofing attacks, as demonstrated by attacks on the use of MD5 in the signature algorithm of an X.509 certificate. (From OE-Core rev: 8791800f84321b3f46772bc2d9e4f754e6213946) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.2k.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2k.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2k.bb
index 1973f81a24..922819b3d5 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2k.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2k.bb
@@ -41,6 +41,7 @@ SRC_URI += "file://find.pl;subdir=${BP}/util/ \
41 file://configure-musl-target.patch \ 41 file://configure-musl-target.patch \
42 file://parallel.patch \ 42 file://parallel.patch \
43 file://openssl-util-perlpath.pl-cwd.patch \ 43 file://openssl-util-perlpath.pl-cwd.patch \
44 file://Use-SHA256-not-MD5-as-default-digest.patch \
44 " 45 "
45SRC_URI[md5sum] = "f965fc0bf01bf882b31314b61391ae65" 46SRC_URI[md5sum] = "f965fc0bf01bf882b31314b61391ae65"
46SRC_URI[sha256sum] = "6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0" 47SRC_URI[sha256sum] = "6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0"