Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76282 invoked by uid 1010); 15 Dec 2006 22:15:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76267 invoked from network); 15 Dec 2006 22:15:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2006 22:15:45 -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.174 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.174 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.174] ([66.249.92.174:38767] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/00-10210-E6E13854 for ; Fri, 15 Dec 2006 17:15:45 -0500 Received: by ug-out-1314.google.com with SMTP id 71so1039430ugh for ; Fri, 15 Dec 2006 14:15:04 -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=OZEalyNmG5KoN6OkQsLZlUw/fUAdhteeWf8nUX0+TtLtBTnRrRje9YIG3TbiupOLD71eyV4ep7gY7Jnocei4XHYGqS8lST/hnsv2NXYu5mJA4SvEMuCaWLQCGS7GU1wYa1X37HZMy1wvEpQ0hWD3rzxWd/fCZIVAcERUbFdbAyU= Received: by 10.78.183.15 with SMTP id g15mr411653huf.1166220473786; Fri, 15 Dec 2006 14:07:53 -0800 (PST) Received: by 10.78.123.19 with HTTP; Fri, 15 Dec 2006 14:07:53 -0800 (PST) Message-ID: Date: Fri, 15 Dec 2006 23:07:53 +0100 To: "Marc Delling" Cc: "PHP internals" In-Reply-To: <874F4FC3-2DA3-41BD-B1A7-7C3DD8E5210C@silpion.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <874F4FC3-2DA3-41BD-B1A7-7C3DD8E5210C@silpion.de> Subject: Re: [PHP-DEV] PHP 5.2.0 Openssl PKCS12 patch From: pierre.php@gmail.com (Pierre) Hi Marc, On 12/15/06, Marc Delling wrote: > Hello, I'm Marc and I'm new to this list. Whew! That was easy! > > I've read in the archive about a patch for supporting openssl pkcs12, First, thanks for this patch :) > but nothing seems to be done so far. Since I was missing the same > thing when trying to code a quick-and-dirty certificate management > webapp I decided to write a patch by myself. Is there still need for > a patch introducing such functions? To whom should I post it? (I've > included it in this posting for discussion) Where does the > documentation go? The best would be to open a bug. I store your patch locally already but a bug report will help me to do not forget as it is too late for 5.2 (5.2.1 release process just started). I will merge your patch in HEAD after I review it, add some tests and cleanup (cs, ...). --Pierre