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?
Thanks,
johannes
Hi,
On Mon, Feb 25, 2008 at 10:31 PM, Johannes Schlüter
johannes@schlueters.de 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
Cheers,
Hi,
On Mon, Feb 25, 2008 at 10:31 PM, Johannes Schlüter
johannes@schlueters.de 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:
oups, didn't remember that commit :-) Thanks, I'll mark it as done on
Lukas's wiki.
johannes