rsa: Add rsa_verify_openssl() to use openssl for host builds
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Mon, 24 Feb 2025 21:20:50 +0000 (22:20 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 28 Feb 2025 22:51:01 +0000 (16:51 -0600)
commit942c8c8e669739d2e8dec67a7ed90158defc93ed
tree94189e2c278fa8a56d603ce6008d8084a84113f9
parentdbb9e136b8c01de581a08113ae6124f484b29362
rsa: Add rsa_verify_openssl() to use openssl for host builds

rsa_verify_openssl() is used in lib/rsa/rsa-verify.c to authenticate data
when building host tools.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
include/image.h
lib/rsa/rsa-verify.c
tools/image-host.c