Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-07 Thread Wez Furlong
Cc: <[EMAIL PROTECTED]> Sent: Friday, November 07, 2003 10:42 AM Subject: Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file > Hi ! > > It's a problem for sure... > > Wez ? what do you think about that ? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-07 Thread Eric COLINET
vember 06, 2003 4:19 PM Subject: Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file > Hi ! > > Richard, > > I understand very well the benefit of using only one function to do the > same work, but they are already 2 function that does the same for private > keys and for consisten

Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-06 Thread Richard Antony Burton
rom: "Eric COLINET" <[EMAIL PROTECTED]> To: "Richard Burton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 4:19 PM Subject: Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file > Hi ! > > Richard, > > I un

Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-06 Thread Eric COLINET
f consistency, but I know others' views differ. I guess it's over to Wez for guidence, since it's his extension? Richard. From: Eric COLINET <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]> Subject: Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to

Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-05 Thread Richard Burton
consistent with it. I'm a big fan of consistency, but I know others' views differ. I guess it's over to Wez for guidence, since it's his extension? Richard. From: Eric COLINET <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]> Subject: Re:

Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-05 Thread Wez Furlong
, 2003 12:57 PM Subject: Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file > Hi ! > > In the same series .. > > I have no patch to provide but i've written two functions related to > php_openssl: > openssl_pubkey_export > openssl_pu

Re: [PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-05 Thread Eric COLINET
Hi ! In the same series .. I have no patch to provide but i've written two functions related to php_openssl: openssl_pubkey_export openssl_pubkey_export_to_file That simply allow the export of public keys that seems to be not possible before. I there is no special reason for t

[PHP-DEV] [PATCH] openssl_pkcs7_encrypt to/from variable or file

2003-11-05 Thread Richard Antony Burton
I find having to encrypt to and from a file quite a pain. I create a message in PHP, save it to a temporary file, encrypt it to a second temporary file, read this file, then mail the contents. If you are working with the message, either before or after encryption, in PHP then this process clearly c