|
All I am using cryptopp.dll (FIPS version) to
do signing and verification process. When debugging my application through
Bounds Checker I noticed that memory leaks. Below is the code snippet I am
using for signing. Can anyone please explain whether the leak is in CryptoPP? StringSource privFile(prvkey1,len,true, NULL); RSASSA_PKCS1v15_SHA_Signer priv(privFile); priv.SignMessage(GlobalRNG(), (byte *) DigestValue, TotDigestLen , (byte *) signature); Thanks Seshu |
- Memory Leak Seshu Madabushi
- RE: Memory Leak Newman, Christofer
- RE: Memory Leak ZENG Ke
- RE: Memory Leak James Vanns
- Re: Memory Leak Jeffrey Walton
- RE: Memory Leak Newman, Christofer
- RE: Memory Leak Newman, Christofer
- Re: Memory Leak Jeffrey Walton
- RE: Memory Leak James Vanns
- RE: Memory Leak Svante Karlsson
- Re: Memory Leak Geoff Carlton
