GNOME Bugzilla – Bug 633924
xmlsec-mscrypto: xmlSecMSCryptoAppPkcs12LoadMemory always creating a file in local user folder
Last modified: 2014-05-23 17:28:55 UTC
Hi I noticed that a call to xmlSecMSCryptoAppPkcs12LoadMemory is always creating a new file into the following location: %USERPROFILE%\AppData\Roaming\Microsoft\Crypto\RSA\{S-X-X-XX...} This is caused by a call to PFXImportCertStore. The problem is that this file will not be removed after calling xmlSecDSigCtxDestroy. XMLSec version: 1.2.16 The platform/compiler: Visual Studio 2008 on Win 7 If you need more informations feel free to contact me.
Fixed c098aed450a8ae272efad1fdeaa2450b67a2f46f I believe PKCS12_NO_PERSIST_KEY should take care of it.