On Oct 26, 2006, at 1:58 AM, Victor B. Wagner wrote:
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
Thanks, that works, after patching OpenSSH to use the config file (I
think that some of the patches I did constitute bugs in OpenSSH, so I
might be submitting patches soon...). Not as much speedup as I
hoped, though... time to bust out the profiler...
Mike
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]