<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div><div><div>In short, after commits done in the last few days, openssl-1.1 stopped looking for lib<engine>.so, and started looking for <engine>.so. I think it’s an introduced bug that needs to be fixed:</div><div><br></div><div><p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">$ ~/src/openssl-1.1/bin/openssl engine pkcs11 -t</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">140735268914000:error:25066067:DSO support routines:dlfcn_load:could not load the shared library:crypto/dso/dso_dlfcn.c:172:filename(/Users/ur20980/src/openssl-1.1/lib/engines/pkcs11.dylib): dlopen(/Users/ur20980/src/openssl-1.1/lib/engines/pkcs11.dylib, 2): image not found</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">140735268914000:error:25070067:DSO support routines:DSO_load:could not load the shared library:crypto/dso/dso_lib.c:220:</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">140735268914000:error:260B6084:engine routines:dynamic_load:dso not found:crypto/engine/eng_dyn.c:456:</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">140735268914000:error:2606A074:engine routines:ENGINE_by_id:no such engine:crypto/engine/eng_list.c:372:id=pkcs11</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">$ ln -s /Users/ur20980/src/openssl-1.1/lib/engines/libpkcs11.dylib /Users/ur20980/src/openssl-1.1/lib/engines/pkcs11.dylib</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">$ ~/src/openssl-1.1/bin/openssl engine pkcs11 -t</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">(pkcs11) pkcs11 engine</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">     [ available ]</p>
<p style="margin: 0px; font-size: 16px; font-family: Monaco; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">$</p></div><div><div><br></div><div>This issue has been reported on Github: <a href="https://github.com/openssl/openssl/issues/727">https://github.com/openssl/openssl/issues/727</a></div><div>-- </div><div><div style="font-size: medium;">Regards,</div><div style="font-size: medium;">Uri Blumenthal</div></div></div></div></div></body></html>