Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73906 invoked by uid 1010); 25 Feb 2008 22:29:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73891 invoked from network); 25 Feb 2008 22:29:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2008 22:29:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:53992] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/C7-29498-83143C74 for ; Mon, 25 Feb 2008 17:29:18 -0500 Received: (qmail 21511 invoked by uid 507); 25 Feb 2008 22:28:53 -0000 Received: from unknown (HELO ?192.168.1.101?) (postmaster%schlueters.de@82.135.66.91) by mail4.netbeat.de with ESMTPA; 25 Feb 2008 22:28:53 -0000 To: "\"Pierre Joye\"" Cc: PHP Internals List In-Reply-To: References: <1203975105.5182.8.camel@goldfinger.johannes.nop> Content-Type: text/plain; charset=UTF-8 Date: Mon, 25 Feb 2008 23:28:54 +0100 Message-ID: <1203978534.5182.11.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] OpenID, big_int, OpenSSL From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2008-02-25 at 23:11 +0100, "Pierre Joye" wrote: > Hi, > > On Mon, Feb 25, 2008 at 10:31 PM, Johannes Schlüter > wrote: > > Hi, > > > > OpenID is a system gaining more and more support in the industry so PHP > > should have better support for it, too. some time ago Wez proposed[1] a > > patch for OpenSSL exporting some big-number-math and crypto stuff from > > there. Some people thought that that's no clean solution and it would be > > better to extend pecl/big_int for instance and bundle that. > > > > Anybody has time to work on this and create&commit the relevant patches? > > What's about Dmitry's patch which is already commited: > > http://marc.info/?l=php-internals&m=118595872426344&w=2 oups, didn't remember that commit :-) Thanks, I'll mark it as done on Lukas's wiki. johannes