Well.. not exactly based on my experience (may be I'm wrong or worked around something)
Here's what I did: 1. Enable loading of 'dynamic' engine by default 2. Specify "SSLCryptoDevice <my_engine>" 3. Put lib<my_engine>.so in apache/lib 4. set SHLIB_PATH/LD_LIBRARY_PATH in apachectl to point to apache/lib This enabled me to start up Apache with the configured crypto engine. I think the only limitation here is : If you configure "SSLCryptoDevice <engine_name>", the corresponding shared library name should be : lib<engine_name>.so -Madhu On Thu, 14 Oct 2004 16:42:04 +0100, Joe Orton <[EMAIL PROTECTED]> wrote: > On Thu, Oct 14, 2004 at 08:09:06AM -0700, Madhusudan Mathihalli wrote: > > Hi Joe, > > It works against pre-compiled OpenSSL Engines - but not against new > > (dynamic) engines - for that we *should* load the 'dynamic' engine. > > (or is there some other method that I'm not aware of). > > This needs new config directives to specify which DSO to load by my > understanding? > > joe >