commit | 785c2c3e8671aa69269bccd3ee968bebd3777a9f | [log] [tgz] |
---|---|---|
author | Gatien Chevallier <gatien.chevallier@foss.st.com> | Fri Oct 18 17:26:43 2024 +0200 |
committer | Gatien Chevallier <GseoC@review.trustedfirmware.org> | Fri Nov 15 16:00:07 2024 +0200 |
tree | 778a151461b39ebcc6f58e66d1ac583821a2bf79 | |
parent | dc5d485206e168c7e86ede646e512c761bf1752e [diff] |
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