[xmlsec] problems by xmlSecKeysMngrFindKey

Jürgen Heiss jheiss at Mesonic.com
Tue Oct 10 02:05:46 PDT 2006


I try to Find a Key but it always returns Null.
 
 
    xmlSecKeysMngrPtr mngr = xmlSecKeysMngrCreate();  
    xmlSecCryptoAppDefaultKeysMngrInit(mngr);
 
    /* locate and load key you want to use */
    xmlSecKeyInfoCtxPtr keyInfoCtx = xmlSecKeyInfoCtxCreate(mngr);
    xmlSecKeyPtr key = xmlSecKeysMngrFindKey(mngr, (xmlChar *)"dummy", keyInfoCtx); 
 
 
I my computer exists a certificate with the name CN=dummy.
any ideas what went wrong?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.aleksey.com/pipermail/xmlsec/attachments/20061010/472a5219/attachment-0002.htm


More information about the xmlsec mailing list