On Mon, Jan 23, 2006, Sara Fonseca wrote:

> Ok... If i wanted to test those example engines, how could i do that?
> Is there any way to test them without the hardware? I loaded it
> sucessfully:
> 
>  ../apps/openssl engine dynamic -pre SO_PATH:./libatalla.so -pre LOAD
> (dynamic) Dynamic engine loading support
> [Success]: SO_PATH:./libatalla.so
> [Success]: LOAD
> Loaded: (atalla) Atalla hardware engine support
> 
> How could I use it now?
> 

Almost all the ENGINEs need a specific piece of hardware. YOu often wont even
get that far because they also often need a proprietary library to work and
the ENGINE will fail because it can't load it.

There is a test engine which just uses OpenSL itself for crypto and a GMP one
which uses the GMP library. Neither is compiled by default.

One of the easiest ways to load an ENGINE in an application is the auto config
method where the settings can be embedded in a config file. The "openssl"
utility supports that in openssl.cnf. Check the manual pages for the syntax
and details about how to add support to an application.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to