summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_3.0.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-12-01 10:27:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-03 23:37:16 +0000
commit1121148f1302e14319c0f516c222671c0480e492 (patch)
treead5de48f05a0d4cf8a682d08bd599cf821a076d8 /meta/recipes-connectivity/openssl/openssl_3.0.0.bb
parent0000a5cae308b7d42b36d4032ae3c463f8f8fef1 (diff)
downloadpoky-1121148f1302e14319c0f516c222671c0480e492.tar.gz
openssl: fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value
Backport a patch from upstream. Specifically, this fixes signature validation in trusted-firmware-a with OpenSSL 3. (From OE-Core rev: ac670fd4f543f439efdea26e813a4b5121161289) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_3.0.0.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_3.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.0.bb b/meta/recipes-connectivity/openssl/openssl_3.0.0.bb
index 8852a51ca8..4b1ae71a85 100644
--- a/meta/recipes-connectivity/openssl/openssl_3.0.0.bb
+++ b/meta/recipes-connectivity/openssl/openssl_3.0.0.bb
@@ -13,6 +13,7 @@ SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
13 file://afalg.patch \ 13 file://afalg.patch \
14 file://0001-Configure-do-not-tweak-mips-cflags.patch \ 14 file://0001-Configure-do-not-tweak-mips-cflags.patch \
15 file://armv8-32bit.patch \ 15 file://armv8-32bit.patch \
16 file://0001-Fix-EVP_PKEY_CTX_get_rsa_pss_saltlen-no.patch \
16 " 17 "
17 18
18SRC_URI:append:class-nativesdk = " \ 19SRC_URI:append:class-nativesdk = " \