Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80456 invoked by uid 1010); 6 Jan 2007 20:43:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80441 invoked from network); 6 Jan 2007 20:43:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2007 20:43:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.169 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.169 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.169] ([66.249.92.169:2651] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/11-53441-00A00A54 for ; Sat, 06 Jan 2007 15:43:45 -0500 Received: by ug-out-1314.google.com with SMTP id o4so535564uge for ; Sat, 06 Jan 2007 12:43:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IyfH/TI509Vzravivapm8TdBonGjoTNCEUkFxUs47hZUrigY0jmm/fK0Pl0jBI3b7W2T1cOuVyg2YVo1vsqjhY8ujP0Za+VJG2s30jvQMXhmLXUEg99t325MVfDXhQsHReX5sbnlqBHH7ouswvqDhI+9ie2nAxpnvgB+35W+DhQ= Received: by 10.78.118.19 with SMTP id q19mr3602345huc.1168116222294; Sat, 06 Jan 2007 12:43:42 -0800 (PST) Received: by 10.78.122.5 with HTTP; Sat, 6 Jan 2007 12:43:42 -0800 (PST) Message-ID: Date: Sat, 6 Jan 2007 21:43:42 +0100 To: "Moritz Bechler" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] [PATCH] OpenSSL CRL Support From: pierre.php@gmail.com (Pierre) Hello Moritz, On 1/6/07, Moritz Bechler wrote: > Hi, > > I already asked for comments on inclusion of OpenSSL CRL support in > ext/openssl some time ago (I had a independend extension at this point). Do you have a bug id please? If not please open one. > As I continued working on it I realized that making this an independend > extension makes me to reinvent/reimplement the wheel and makes it > impossible to have ext/openssl and the CRL support to integrate nicely, > so I wrote a patch to include it in ext/openssl. > > In fact, having Marc Delling's PKCS#12 patch and mine applied makes it > possible to write basic but real PKI-CA applications in PHP, so I think > it would be nice to have this. This patch is in the queue. There is a bug report about it. I will add the pending patches to the next development branch for 5.x and HEAD once 5.2.1 is out. > I know that there are not that many people who need this but I think > this is true for nearly the whole openssl extension except for the > stream wrapper. (maybe we should consider splitting it up?) Even if not many people needs openssl functions, the needs are here and it is a pain when a feature is missing. > You find a patch (hopefully I got your conding standards right ;)) > attached, but I should take careful review because this actually is my > first work on PHP extensions and I'm also not used to writing C code. > I can/will provide a test (what kind of tests should I supply?) and > documentation when needed. Thanks for patch! Can you put it in a bug report so it will not get lost? And you will be informed as soon as it is committed. Regards, --Pierre