On 2006.10.26 at 00:46:15 -0700, Mike Hamburg wrote:

> Is it possible to set the default engine in OpenSSL?  I have Padlock
> acceleration, but I can't get OpenSSL to use it without adding "-evp
> -engine padlock", and I can't get OpenSSH to use it at all
> (using ./configure --enable-ssl-engine).  Or is there something else I
> should be looking at?
> 
> Thanks for your time,
> Mike

May be using configuration file would help?
(of course, it helps only if application calls OPENSSL_config routine)

In the configuration file you can specify

default_algorithms = ALL 

for an engine 




> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to