On Tue, May 14, 2002, Girish Venkatachalam wrote:
> Hi everyone,
> Openssl smime is not able to handle big files ( We tried with a 500MB file). It
>doesn't report any error message.
>
> On stepping through the source, we found that it's failing in OPENSSL_malloc.
>
That's not surprising. Th
ou can
do it.You have to change memory BIOs (yes,all the data is handled in memory) by
file BIOs.
Pablo J. Royo
- Original Message -
From:
Girish
Venkatachalam
To: [EMAIL PROTECTED]
Sent: Tuesday, May 14, 2002 3:28 PM
Subject: Large files with smime
Hi everyone,
On Tue, 14 May 2002, Girish Venkatachalam wrote:
> Hi everyone,
> Openssl smime is not able to handle big files ( We tried with a 500MB file). It
>doesn't report any error message.
>
> On stepping through the source, we found that it's failing in OPENSSL_malloc.
>
> However openssl enc works fin
Hi everyone,
Openssl smime is not able to handle big files ( We
tried with a 500MB file). It doesn't report any error message.
On stepping through the source, we found that it's
failing in OPENSSL_malloc.
However openssl enc works fine with files larger
than 2 GB.
There is a bug in o