Re: CRL memory usage

2010-01-25 Thread Dr. Stephen Henson
On Mon, Jan 25, 2010, Vinod.Chaudhary wrote: > Hi, > > I want to know the memory usage of CRL file prior to loading ? > > Basically after call to function "d2i_X509_CRL_bio" to load large CRL file, > my free memory goes down drastically. I understand this behavior because > openssl allocate the

CRL memory usage

2010-01-25 Thread Vinod.Chaudhary
Hi, I want to know the memory usage of CRL file prior to loading ? Basically after call to function "d2i_X509_CRL_bio" to load large CRL file, my free memory goes down drastically. I understand this behavior because openssl allocate the memory to load CRL. I want to understand how this memor