Re: [PHP-DEV] Ext/OpenSSL patch

2007-08-01 Thread David Coallier
On 8/1/07, Rob Richards <[EMAIL PROTECTED]> wrote: > Hi Dmitry, > > Dmitry Stogov wrote: > > Hi, > > > > I propose a patch for ext/openssl that extends support for crypto API. > > - it provides access to openSSL digest functions > > function openssl_get_md_methods(); > > function openss

Re: [PHP-DEV] Ext/OpenSSL patch

2007-08-01 Thread Rob Richards
Hi Dmitry, Dmitry Stogov wrote: Hi, I propose a patch for ext/openssl that extends support for crypto API. - it provides access to openSSL digest functions function openssl_get_md_methods(); function openssl_digest(string $data, string $method [, bool $raw]); - it provides acces

Re: [PHP-DEV] Ext/OpenSSL patch

2007-08-01 Thread Pierre
On 8/1/07, Jani Taskinen <[EMAIL PROTECTED]> wrote: > You just wasted time posting this here, just commit it. :) Thanks for this patch, so far my favourite until now! It does not bring more inconsistencies to the openssl API and easy to understand. I agree with Jani, you can commit it to HEAD so

Re: [PHP-DEV] Ext/OpenSSL patch

2007-08-01 Thread Jani Taskinen
You just wasted time posting this here, just commit it. :) --Jani On Wed, 2007-08-01 at 12:56 +0400, Dmitry Stogov wrote: > Hi, > > I propose a patch for ext/openssl that extends support for crypto API. > - it provides access to openSSL digest functions > function openssl_get_md_methods();

[PHP-DEV] Ext/OpenSSL patch

2007-08-01 Thread Dmitry Stogov
Hi, I propose a patch for ext/openssl that extends support for crypto API. - it provides access to openSSL digest functions function openssl_get_md_methods(); function openssl_digest(string $data, string $method [, bool $raw]); - it provides access to openSSL digest functions