Thanks a lot David for the detailed explanation. I am analyzing our code
now. our functions is shown below. pls check if you can quickly find any
mistake there.
int testParseKeystore
(
const char *keyStoreFilePath,
const char *password,
EVP_PKEY **priKey,
X
> hi all,
> We are using openssl 0.9.8g with our product and everything
> worked fine till now. We are now trying to check memory leak
> in our code using Purify. But unfortunately our executable core
> dumped soon after it called PKCS12_parse(). I have attached the
> entire purify log file. pleas