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
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
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
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();
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