arm-trusted-firmware/tools/cert_create
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
..
include fix(tools): update the fiptool and certtool to fix POSIX build 2024-08-29 17:31:25 +01:00
src fix(cert-create): load openSSL configuration before PKCS11 operations 2024-11-15 16:00:07 +02:00
Makefile build: determine toolchain tools dynamically 2024-09-10 09:47:06 +00:00