Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 57953 invoked from network); 22 Oct 2004 02:37:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Oct 2004 02:37:38 -0000 Received: (qmail 29150 invoked by uid 500); 22 Oct 2004 02:37:28 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 29042 invoked by uid 500); 22 Oct 2004 02:37:27 -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 29028 invoked by uid 99); 22 Oct 2004 02:37:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [128.143.137.19] (HELO ares.cs.Virginia.EDU) (128.143.137.19) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Oct 2004 19:37:25 -0700 Received: from cobra.cs.Virginia.EDU (cobra.cs.Virginia.EDU [128.143.137.16]) by ares.cs.Virginia.EDU (8.12.10/8.12.10/UVACS-2003031900) with ESMTP id i9M2bHEf020150; Thu, 21 Oct 2004 22:37:18 -0400 (EDT) Date: Thu, 21 Oct 2004 22:37:17 -0400 (EDT) From: Cliff Woolley X-X-Sender: jcw5q@cobra.cs.Virginia.EDU To: dev@httpd.apache.org, Gurpreet Grewal Subject: Re: OpenSSL with Security Processor In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 21 Oct 2004, Gurpreet Grewal wrote: > Any clues where in the OpenSSL code I should be looking for ensuring > that SSL card is actually being used for processing? Looking into > openssl-0.9.7d\crypto\engine\hw_ubsec.c > didn't help much? You should direct this question to the openssl mailing lists. :-) Have a look at http://www.openssl.org/ for details on what the correct list to send to would be. Thanks, Cliff