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 the

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

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. SSL_library_init() ;

RE: Dynamic Engine II

2006-01-23 Thread Frédéric Donnat
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't be able to use

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