Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 86509 invoked from network); 3 Dec 2010 23:53:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Dec 2010 23:53:41 -0000 Received: (qmail 54116 invoked by uid 500); 3 Dec 2010 23:53:38 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54093 invoked by uid 500); 3 Dec 2010 23:53:38 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 54085 invoked by uid 99); 3 Dec 2010 23:53:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 23:53:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of i.galic@brainsware.org designates 188.40.115.121 as permitted sender) Received: from [188.40.115.121] (HELO mail.brainsware.org) (188.40.115.121) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 23:53:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.brainsware.org (Postfix) with ESMTP id B2C851DE365; Fri, 3 Dec 2010 23:53:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at brainsware.org Received: from mail.brainsware.org ([127.0.0.1]) by localhost (mail.brainsware.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R3mCimTR7QyZ; Fri, 3 Dec 2010 23:53:09 +0000 (UTC) Received: from mail.brainsware.org (mail.brainsware.org [188.40.115.121]) by mail.brainsware.org (Postfix) with ESMTP id EB6C51DE34E; Fri, 3 Dec 2010 23:53:09 +0000 (UTC) Date: Fri, 3 Dec 2010 23:53:09 +0000 (UTC) From: =?utf-8?Q?Igor_Gali=C4=87?= To: users@httpd.apache.org, burgoyne@keenuh.com Message-ID: <1638091239.2054.1291420389872.JavaMail.root@iris> In-Reply-To: <5509bcc832b04949e81f9c4b553d0850.squirrel@box201.bluehost.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [91.130.91.103] X-Mailer: Zimbra 6.0.5_GA_2213.DEBIAN5_64 (ZimbraWebClient - FF3.0 (Linux)/6.0.5_GA_2213.DEBIAN5_64) Subject: Re: [users@httpd] Question on module development ----- "Jeffrey E Burgoyne" wrote: > This may not be the right group, and if so can someone point me to an > appropriate list. http://httpd.apache.org/lists.html#modules-dev or: http://httpd.apache.org/lists.html#http-dev > I am looking at the development of a system (either CGI or custom in > house > module (handler)) where I have need to access more information from an > SSL > session than seems to be provided with the standard environment > variable > provided through the Apache SSL. I've done a number of development > projects using OpenSSL, and apache module development, so my > experience in > both is fairly extensive. >=20 > Of interest to me is if there is a way to gather more information > (such as > the ssl_st structure) within a module when an SSL connection was > established. >=20 > What really is of interest to me is to make use of the information in > the > alternate fields in a client presented cert available for either the > module or a CGI program. A lot of mod_ssl's internals are made available through the ENV: http://httpd.apache.org/docs/trunk/mod/mod_ssl.html#envvars =20 > Thanks. >=20 >=20 > --=20 > Jeffrey Burgoyne > Chief Technology Officer > KCSI Keenuh Consulting Services Inc > www.keenuh.com > burgoyne@keenuh.com i --=20 Igor Gali=C4=87 Tel: +43 (0) 664 886 22 883 Mail: i.galic@brainsware.org URL: http://brainsware.org/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org