Re: Dynamic Engine II

2006-01-23 Thread Dr. Stephen Henson
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 l

RE: Dynamic Engine II

2006-01-23 Thread Frédéric Donnat
s/engine.c file. hope it could help. Fred -Original Message- From: JCA [mailto:[EMAIL PROTECTED] Sent: Mon 1/23/2006 9:00 PM To: openssl-users@openssl.org Cc: Subject: Re: Dynamic Engine II I would have thought that without the appropriate hardware you won&#x

Re: Dynamic Engine II

2006-01-23 Thread JCA
    I would have thought that without the appropriate hardware you won't be able to use the engine. But, assuming that you have it, you would something like this:        #define CRYPTO_ENGINE_NAME   "EngineName"     ENGINE * engine ;     // Initialize the OpenSSL library

Re: Dynamic Engine II

2006-01-23 Thread Sara Fonseca
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 [Succe

Re: Dynamic Engine II

2006-01-23 Thread JCA
   OpenSSL's Achilles's heel is its incomplete documentation, and the fact that apparently nobody seems to know the answer to a large percentage of questions, if this forum is a measure of that. Anyway,  having gone through the exercise of putting together a crypto engine for OpenSSL, just about th

Dynamic Engine II

2006-01-23 Thread Sara Fonseca
Hello everybody, is there any documenation on how to create a dynamic engine, other than README.ENGINE? I checked the eng_dyn.c file on crypto/engine in the 9.8a OpenSSL distribuition. Is that a good start? thanks Sara __ OpenS