Re: steps to use a dynamic engine from an application

2005-12-01 Thread Anil Gunturu
NGINE_free() before application has done using the Engine?   Thanks, -Anil   Geoff Thorpe <[EMAIL PROTECTED]> wrote: Hi there,On November 29, 2005 03:05 pm, Anil Gunturu wrote:> I am just wondering about the steps to use a dynamic engine. Can> somebody verify this:> e = ENGINE_b

steps to use a dynamic engine from an application

2005-11-29 Thread Anil Gunturu
I am just wondering about the steps to use a dynamic engine. Can somebody verify this:     e = ENGINE_by_id("dynamic");     if (!e) {    return RC_ERROR;    }     if ((!ENGINE_ctrl_cmd_string(e, "SO_PATH", so_path, 0)) ||    (!ENGINE_ctrl_cmd_string(e, "ID", "ATHENA", 0)) ||    (!ENG

RE: question on linking dynamic engines

2005-10-06 Thread Anil Gunturu
informations.I think you could also find a thread on this in openssl user mailing list archive.Hope it could help.regards,Fred-Original Message-From: Anil Gunturu [mailto:[EMAIL PROTECTED]Sent: Thu 10/6/2005 7:43 PMTo: Richard Levitte - VMS Whacker; openssl-users@openssl.orgCc: Subject:

Re: question on linking dynamic engines

2005-10-06 Thread Anil Gunturu
How does it know the location of the library at runtime? Do I need to bundle the it engine library? Thanks, -AnilRichard Levitte - VMS Whacker <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]> on Wed, 5 Oct 2005 21:25:34 -0700 (PDT), Anil Gunturu <[EMAIL PROTECTED]>said

Trouble loading engine on arm

2005-10-05 Thread Anil Gunturu
Hi, I am having trouble loading the demo engines with openssl-0.9.7c. I am cross compiling the openssl for arm and am using the following command to configure:   ./Configure linux-elf-arm --prefix=/usr --openssldir=/etc/ssl shared   I get the following error when use the openssl utility to load the

question on linking dynamic engines

2005-10-05 Thread Anil Gunturu
How do I link the dynamic engine "so" and the library that the hardware vendor provides? For example, if I am using the ibmca engine in the demos directory it seem to generate the libibmca.so. Looks like this path needs to be provided to the engine as SO_PATH. But, how I actually link to the hardwa

Couple of questions regrading openssl engines

2005-10-04 Thread Anil Gunturu
Do we have support for dynamic engines in 0.9.7c? Also, I was looking at the demo engines and they don't seem to specify all the methods. For example: static RSA_METHOD ibmca_rsa =    {       "Ibmca RSA method",    NULL,    NULL,       NULL,       NULL,    ibmca_rsa_

enigne support

2005-09-20 Thread Anil Gunturu
Hi, Is it possible to use the openssl engine if the hardware supports only primitive bignumber operations (multiplication and modular exponentiaition)? Your help is greatly appreciated. Thanks, -Anil Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.