[OE-core] [PATCH] openssl: fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value

2021-12-01 Thread Ross Burton
Backport a patch from upstream. Specifically, this fixes signature validation in trusted-firmware-a with OpenSSL 3. Signed-off-by: Ross Burton --- ...-EVP_PKEY_CTX_get_rsa_pss_saltlen-no.patch | 108 ++ .../openssl/openssl_3.0.0.bb | 1 + 2 files changed, 109 i

Re: [OE-core] [PATCH] openssl: fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value

2021-11-26 Thread Richard Purdie
On Thu, 2021-11-25 at 11:10 +, Ross Burton wrote: > Backport a patch submitted upstream. Specifically, this fixes signature > validation in trusted-firmware-a with OpenSSL 3. > > Signed-off-by: Ross Burton > --- > ...-EVP_PKEY_CTX_get_rsa_pss_saltlen-no.patch | 89 +++ > .../

[OE-core] [PATCH] openssl: fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value

2021-11-25 Thread Ross Burton
Backport a patch submitted upstream. Specifically, this fixes signature validation in trusted-firmware-a with OpenSSL 3. Signed-off-by: Ross Burton --- ...-EVP_PKEY_CTX_get_rsa_pss_saltlen-no.patch | 89 +++ .../openssl/openssl_3.0.0.bb | 1 + 2 files changed, 9