PKCS#11 engine for openSSL

吃可爱长大的小学妹 提交于 2019-12-04 19:09:13

Before the other entries in the config file, you need:

[openssl_def]
engines = engine_section

On the other hand, the following lines are not needed:

engine_id = pkcs11
init = 0

Also check (using, e.g., ldd) that the libraries you reference can actually be loaded. If a lib they depend on cannot be found, the dynamic loader will fail on them and then try to use default library paths such as

/usr/local/ssl/lib/engines/<engine-id>.dll
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!