Re: [PHP-DEV] Addition to the openssl ext

2002-08-01 Thread Wez Furlong
Sure! Just post it here (diff against CVS HEAD version) and Cc: to me directly. If it's a complete patch I'll apply it as soon as I see it. --Wez. On 07/31/02, "Thomas Langås" <[EMAIL PROTECTED]> wrote: > > Could you log your patch as a feature request using bugs.php.net so > > that I can fin

Re: [PHP-DEV] Addition to the openssl ext

2002-07-31 Thread Thomas Langås
Wez Furlong: > Just so you know who I am, I'm the openssl extension maintainer :-) :) > So, I don't think we will integrate your patch as-is, but do think > we can implement the same functionality using a function something > like this: > mixed openssl_cipher_encrypt(int cipher, string key, stri

Re: [PHP-DEV] Addition to the openssl ext

2002-07-31 Thread Wez Furlong
Hi Thomas, Just so you know who I am, I'm the openssl extension maintainer :-) I'd like to see your patch integrated into a more generic encryption function call, where the cipher is passed as a parameter. So, I don't think we will integrate your patch as-is, but do think we can implement the s

[PHP-DEV] Addition to the openssl ext

2002-07-30 Thread Thomas Langås
Hi! I've added blowfish cfb64 wrapper to the openssl-ext, patch is attached. Feel free to comment on the code, it's my first time coding in a php ext so I might have done some mistakes. Would be great if it got included in the std. php so I don't need to patch the release myself anymore :) --