arm-trusted-firmware/tools/cert_create/src
Juan Pablo Conde 9bc52d330f refactor(security): upgrade tools to OpenSSL 3.0
Host tools cert_tool and encrypt_fw refactored to be fully
compatible with OpenSSL v3.0.

Changes were made following the OpenSSL 3.0 migration guide:
https://www.openssl.org/docs/man3.0/man7/migration_guide.html
In some cases, those changes are straightforward and only
a small modification on the types or API calls was needed
(e.g.: replacing BN_pseudo_rand() with BN_rand(). Both identical
since v1.1.0).
The use of low level APIs is now deprecated. In some cases,
the new API provides a simplified solution for our goals and
therefore the code was simplified accordingly (e.g.: generating
RSA keys through EVP_RSA_gen() without the need of handling the
exponent). However, in some cases, a more
sophisticated approach was necessary, as the use of a context
object was required (e.g.: when retrieving the digest value from
an SHA file).

Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>
Change-Id: I978e8578fe7ab3e71307450ebe7e7812fbcaedb6
2022-05-16 19:01:59 +02:00
..
dualroot cert_create: add Platform owned secure partitions support 2020-08-12 14:30:18 +01:00
tbbr cert_tool: Update cert_tool for fw_config image support 2020-06-24 08:44:26 +01:00
cert.c refactor(security): upgrade tools to OpenSSL 3.0 2022-05-16 19:01:59 +02:00
cmd_opt.c Fix order of #includes 2017-07-12 14:45:31 +01:00
ext.c cert_create: updated tool for platform defined certs, keys & extensions 2021-03-24 09:49:31 +05:30
key.c refactor(security): upgrade tools to OpenSSL 3.0 2022-05-16 19:01:59 +02:00
main.c Merge "tools: cert_create: Create only requested certificates" into integration 2021-01-28 15:04:22 +00:00
sha.c refactor(security): upgrade tools to OpenSSL 3.0 2022-05-16 19:01:59 +02:00