arm-trusted-firmware/tools/cert_create/src
Gatien Chevallier 785c2c3e86 fix(cert-create): load openSSL configuration before PKCS11 operations
On some version of openSSL (1.1.1 or 1.1.0), OPENSSL_init_crypto()
called by ENGINE_load_builtin_engines() will not automatically load the
configuration. Fix this behavior by calling OPENSSL_init_crypto with
OPENSSL_INIT_LOAD_CONFIG as a parameter.

Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Change-Id: I2e4c0d646e540d039e9c72fd7814384b17de6dd5
2024-11-15 16:00:07 +02:00
..
cca fix(tools): update the fiptool and certtool to fix POSIX build 2024-08-29 17:31:25 +01:00
dualroot fix(tools): update the fiptool and certtool to fix POSIX build 2024-08-29 17:31:25 +01:00
tbbr fix(tools): update the fiptool and certtool to fix POSIX build 2024-08-29 17:31:25 +01:00
cert.c fix(cert-create): use a salt length equal to digest length for RSA-PSS 2024-04-12 18:18:04 +02:00
cmd_opt.c Fix order of #includes 2017-07-12 14:45:31 +01:00
ext.c refactor(security): add OpenSSL 1.x compatibility 2022-11-11 13:33:42 -05:00
key.c fix(cert-create): load openSSL configuration before PKCS11 operations 2024-11-15 16:00:07 +02:00
main.c fix(tools): update the fiptool and certtool to fix POSIX build 2024-08-29 17:31:25 +01:00
sha.c refactor(security): add OpenSSL 1.x compatibility 2022-11-11 13:33:42 -05:00