Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5217 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30420 invoked by uid 1010); 5 Nov 2003 15:14:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30396 invoked from network); 5 Nov 2003 15:14:32 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 5 Nov 2003 15:14:32 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id DB8E11488095; Wed, 5 Nov 2003 07:11:36 -0800 (PST) Received: from zaneeb.thebrainroom.net (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id B6E631488089; Wed, 5 Nov 2003 07:11:30 -0800 (PST) Received: from obsidian (IDENT:root@zaneeb.thebrainroom.net [82.133.1.138]) by zaneeb.thebrainroom.net (8.11.6/8.11.6) with SMTP id hA5FEOC08521; Wed, 5 Nov 2003 15:14:24 GMT Message-ID: <007701c3a3af$7a004c30$ed1e0a0a@obsidian> To: , "Eric COLINET" Cc: References: <6.0.0.22.1.20031105123956.01ae5ee0@pop.laposte.net> Date: Wed, 5 Nov 2003 15:31:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file From: wez@thebrainroom.com ("Wez Furlong") I'm always open to patches; please send it as I plan to do some work on openssl in the near future. Thanks! --Wez. ----- Original Message ----- From: "Eric COLINET" To: Cc: Sent: Wednesday, November 05, 2003 12:57 PM Subject: Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file > Hi ! > > In the same series .. > > I have no patch to provide but i've written two functions related to > php_openssl: > openssl_pubkey_export > openssl_pubkey_export_to_file > > That simply allow the export of public keys that seems to be not possible > before. > > I there is no special reason for that i can submit them (they are small > modification of openssl_pkey_export & openssl_pkey_export_to_file)