You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/09/19 15:15:53 UTC

[Bug 51296] Dynamic engine support using SSLCryptoDevice support

https://bz.apache.org/bugzilla/show_bug.cgi?id=51296

Michael Kaufmann <ap...@michael-kaufmann.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apache-bugzilla@michael-kau
                   |                            |fmann.ch

--- Comment #3 from Michael Kaufmann <ap...@michael-kaufmann.ch> ---
It's possible to load dynamic engines with SSLCryptoDevice, e.g.
"SSLCryptoDevice pkcs11". OpenSSL can find and load dynamic engines
automatically.

Maybe OpenSSL is searching the engine in the wrong directory. Use "openssl
version -a" to show the engine directory.

If you want to use a different engine directory, set the environment variable
OPENSSL_ENGINES before starting httpd, e.g. OPENSSL_ENGINES=/usr/lib .

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org