Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 88198 invoked from network); 17 Feb 2004 21:05:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Feb 2004 21:05:59 -0000 Received: (qmail 50646 invoked by uid 500); 17 Feb 2004 21:05:43 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 50404 invoked by uid 500); 17 Feb 2004 21:05:42 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 50389 invoked from network); 17 Feb 2004 21:05:41 -0000 Received: from unknown (HELO ms-smtp-03-eri0.southeast.rr.com) (24.25.9.102) by daedalus.apache.org with SMTP; 17 Feb 2004 21:05:41 -0000 Received: from attglobal.net (rdu57-70-140.nc.rr.com [66.57.70.140]) by ms-smtp-03-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id i1HL5jaB013099 for ; Tue, 17 Feb 2004 16:05:45 -0500 (EST) Message-ID: <40328205.1030407@attglobal.net> Date: Tue, 17 Feb 2004 16:05:09 -0500 From: Jeff Trawick User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.5) Gecko/20031020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: [PATCH] OpenSSL dynamic engines under 2.0.48 References: <1077049567.2275.63.camel@dyn95394216.austin.ibm.com> In-Reply-To: <1077049567.2275.63.camel@dyn95394216.austin.ibm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Serge Hallyn wrote: > Hi, > > We have a need to use a dynamic OpenSSL engine under apache. The > attached patch (against 2.0.48) directs apache to accept ssl.conf > directives such as: > > SSLCryptoDevice dynamic > SSLCryptoLibpath /usr/local/lib/hw_ibmca.so > SSLCryptoDevID ibmca why not SSLCryptoDevice ibmca /usr/local/lib/hw_ibmca.so for dynamically loaded crypto devices?