You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/05/31 08:18:01 UTC

DO NOT REPLY [Bug 51296] New: Dynamic engine support using SSLCryptoDevice support

https://issues.apache.org/bugzilla/show_bug.cgi?id=51296

             Bug #: 51296
           Summary: Dynamic engine support using SSLCryptoDevice support
           Product: Apache httpd-2
           Version: 2.2.17
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: bsaritha@caviumnetworks.com
    Classification: Unclassified


is it possible to use dynamic engine in httpd-2.2.17?
 In older version, we were specifying the following directives in httpd.conf
file to load our engine dynamically

   SSLCryptoDevice dynamic
   SSLCryptoDeviceCtrl SO_PATH:<PATH to the libpkcs11.so
eg:/usr/lib/libcavium.so>
   SSLCryptoDeviceCtrl ID:pkcs11
   SSLCryptoDeviceCtrl LOAD 

NOw, with this version, i am getting the following error
   "Invalid command SSLCryptoDeviceCtrl"

So, please provide steps to use dynamic engine in httpd-2.2.17 


Thanks in advance.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51296] Dynamic engine support using SSLCryptoDevice support

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51296

--- Comment #2 from bsaritha <bs...@caviumnetworks.com> 2011-06-01 04:56:24 UTC ---
Thanks, Its working

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 51296] Dynamic engine support using SSLCryptoDevice support

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51296

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2011-05-31 09:56:55 UTC ---
The SSLCryptoDeviceCtrl  directive was never part of mod_ssl for Apache 2.x.

A patch was proposed in 2004, see for example:

http://www.mail-archive.com/dev@httpd.apache.org/msg19728.html

Joe had a look at it, but it never made it into 2.x.
I didn't have a look myself, so I can't judge whether it would be a good
addition.

Regards,

Rainer

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org