How to interfacing apache1.3.3 and SSLaccelerationcard

How to interfacing apache1.3.3 and SSLaccelerationcard

am 04.06.2005 09:17:25 von Horthik

hi,

I am writting an interface for a SSLHardware
accelerator.I gave its Engine ID xxxx, I also written
hw_xxxx.c and it is working fine with the
openssl0.9.7g, Also I tested with,

openssl speed -engine xxxx

Now I tried to use openssl0.9.7g with my code to
work with apache1.3.3. It always calling default
openssl engine not my engine with id xxxx. I am using=20

-Apache1.3.3
-mod_ssl2.8.22-1.3.3
-openssl0.9.7g(In which I added intercface to my
hardware)

can any one tell where to add apache or mod_ssl to
switch from default openssl engine to my xxxx engine.=20

Thanks in advance

-karthik

=20


=09
__________________________________=20
Discover Yahoo!=20
Stay in touch with email, IM, photo sharing and more. Check it out!=20
http://discover.yahoo.com/stayintouch.html
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: How to interfacing apache1.3.3 and SSLaccelerationcard

am 04.06.2005 12:10:43 von Bibhash Roy

You may try the following section in /etc/httpd/conf.d/ssl.conf:
# Use "SSLCryptoDevice" to enable any supported hardware
SSLCryptoDevice builtin


Instead of "bulitin" give the name of your device.



--- Horthik wrote:
> hi,
>
> I am writting an interface for a SSLHardware
> accelerator.I gave its Engine ID xxxx, I also written
> hw_xxxx.c and it is working fine with the
> openssl0.9.7g, Also I tested with,
>
> openssl speed -engine xxxx
>
> Now I tried to use openssl0.9.7g with my code to
> work with apache1.3.3. It always calling default
> openssl engine not my engine with id xxxx. I am using
>
> -Apache1.3.3
> -mod_ssl2.8.22-1.3.3
> -openssl0.9.7g(In which I added intercface to my
> hardware)
>
> can any one tell where to add apache or mod_ssl to
> switch from default openssl engine to my xxxx engine.
>
> Thanks in advance
>
> -karthik
>
>
>
>
>
> __________________________________
> Discover Yahoo!
> Stay in touch with email, IM, photo sharing and more. Check it out!
> http://discover.yahoo.com/stayintouch.html
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: How to interfacing apache1.3.3 and SSLaccelerationcard

am 04.06.2005 12:13:19 von Bibhash Roy

Hope the earlier tip worked.
However I have not written any interface for SSLHardware accelerator....
Can you share the code and HOW-TOs of it?

Regards

--- Horthik wrote:
> hi,
>
> I am writting an interface for a SSLHardware
> accelerator.I gave its Engine ID xxxx, I also written
> hw_xxxx.c and it is working fine with the
> openssl0.9.7g, Also I tested with,
>
> openssl speed -engine xxxx
>
> Now I tried to use openssl0.9.7g with my code to
> work with apache1.3.3. It always calling default
> openssl engine not my engine with id xxxx. I am using
>
> -Apache1.3.3
> -mod_ssl2.8.22-1.3.3
> -openssl0.9.7g(In which I added intercface to my
> hardware)
>
> can any one tell where to add apache or mod_ssl to
> switch from default openssl engine to my xxxx engine.
>
> Thanks in advance
>
> -karthik
>
>
>
>
>
> __________________________________
> Discover Yahoo!
> Stay in touch with email, IM, photo sharing and more. Check it out!
> http://discover.yahoo.com/stayintouch.html
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org