Comment 0 for bug 2055247

Revision history for this message
Peng Zhang (pzhang2) wrote :

Bug Description
When doing engine load we are seeing error message "undefined symbol: EVP_PKEY_get_base_id" from DSO_bind_func() which checks for "EVP_PKEY_get_base_id".

Using OpenSSL 1.1.1n with Engine built and linked against OpenSSL 1.1.1n.

Engine : https://github.com/intel/QAT_Engine

./openssl engine -t -c qatengine 139953561638272:error:2506406A:DSO support routines:dlfcn_bind_func:could not bind to the requested symbol name:crypto/dso/dso_dlfcn.c:188:symname(EVP_PKEY_get_base_id): /root/yoga/openssl_install/lib/engines-1.1/qatengine.so: undefined symbol: EVP_PKEY_get_base_id 139953561638272:error:2506C06A:DSO support routines:DSO_bind_func:could not bind to the requested symbol name:crypto/dso/dso_lib.c:186: (qatengine) Reference implementation of QAT crypto engine(qat_sw) v0.6.11 [RSA, id-aes128-GCM, id-aes192-GCM, id-aes256-GCM, X25519, SM2] [ available ]

Severity:
Minor