Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24318 invoked by uid 1010); 9 Mar 2007 07:57:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24303 invoked from network); 9 Mar 2007 07:57:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Mar 2007 07:57:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:14541] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/02-29592-35311F54 for ; Fri, 09 Mar 2007 02:57:09 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 8 Mar 2007 23:57:02 -0800 Message-ID: <698DE66518E7CA45812BD18E807866CE12B468@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5 Thread-Index: AcdNHj/SLLhi/L8kTyKfC87GJKApOgVAjlKQ References: <700A466F-7822-4371-AD6A-36F6880E6368@omniti.com> To: "Wez Furlong" , Subject: RE: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5 From: andi@zend.com ("Andi Gutmans") Doesn't seem like this ever got commited. Can we include this in PHP 5.2.2? It doesn't break existing APIs so I think it's a good idea. Andi=20 > -----Original Message----- > From: Wez Furlong [mailto:wez@omniti.com]=20 > Sent: Saturday, February 10, 2007 6:17 AM > To: internals@lists.php.net > Subject: [PHP-DEV] OpenID enabling patch for OpenSSL and PHP 5 >=20 > I'd like to tuck the attached patch into the PHP 5 branch. > It provides the following functions, and does not modify the=20 > behavior of any of the others: >=20 > openssl_bignum_from_bin > openssl_bignum_from_hex > openssl_bignum_from_dec > openssl_bignum_to_string >=20 > openssl_dh_generate_key > openssl_dh_compute_key > openssl_dh_get_params > openssl_dh_generate_parameters >=20 > openssl_dsa_verify >=20 > These functions allow one to implement OpenID and TypeKey=20 > authentication schemes without resorting to writing crypto=20 > code in user-space PHP--aside from the speed advantage, you=20 > have the benefit of using the tried and trusted OpenSSL for=20 > your DH kex. >=20 > --Wez. >=20