Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27056 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23981 invoked by uid 1010); 17 Dec 2006 02:45:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23966 invoked from network); 17 Dec 2006 02:45:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2006 02:45:18 -0000 Received: from [127.0.0.1] ([127.0.0.1:2361]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id B7/4F-22993-E3FA4854 for ; Sat, 16 Dec 2006 21:45:18 -0500 X-Host-Fingerprint: 217.20.127.109 mbechler.eenterphace.org Received: from [217.20.127.109] ([217.20.127.109:10966] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/82-22993-79024854 for ; Sat, 16 Dec 2006 11:37:14 -0500 To: internals@lists.php.net References: <874F4FC3-2DA3-41BD-B1A7-7C3DD8E5210C@silpion.de> Message-ID: User-Agent: slrn/0.9.8.1 (Linux) Date: Sat, 16 Dec 2006 17:32:31 +0100 X-Posted-By: 217.20.127.109 Subject: Re: [PHP-DEV] PHP 5.2.0 Openssl PKCS12 patch From: mbechler@eenterphace.org (Moritz Bechler) Hi >> 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 :) Quite nice you did this, I was just thinking about doing it myself ;) > >> 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? I also work on an extension wrapping OpenSSL's CRL generation and OCSP parsing/generation functions and wonder whether it makes sense to have two or more extensions wrapping OpenSSL functionality or whether there is public interest in having these functions in the stock distribution? Moritz Bechler