Re: Large files with smime

2002-05-14 Thread Dr. Stephen Henson
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

Re: Large files with smime

2002-05-14 Thread Pablo J Royo
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,

Re: Large files with smime

2002-05-14 Thread Erwann ABALEA
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

Large files with smime

2002-05-14 Thread Girish Venkatachalam
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