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
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
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
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
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:
, 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
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
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