Searched hist:"785 c2c3e8671aa69269bccd3ee968bebd3777a9f" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | key.c | 785c2c3e8671aa69269bccd3ee968bebd3777a9f Fri Oct 18 15:26:43 UTC 2024 Gatien Chevallier <gatien.chevallier@foss.st.com> 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
|