Re: [xmlsec] problems by xmlSecKeysMngrFindKey

2006-10-10 Thread Wouter
sec@aleksey.com Subject: Re: [xmlsec] problems by xmlSecKeysMngrFindKey Search by friendly name is not (yet) supported. You could try search by full subject DN, or apply the patch posted in http://www.aleksey.com/pipermail/xmlsec/2006/003560.html and see whether you are able to retrieve the

RE: [xmlsec] problems by xmlSecKeysMngrFindKey

2006-10-10 Thread Jürgen Heiss
From: Wouter Ketting [mailto:[EMAIL PROTECTED] Sent: Dienstag, 10. Oktober 2006 12:06To: Jürgen HeissCc: xmlsec@aleksey.comSubject: Re: [xmlsec] problems by xmlSecKeysMngrFindKey Search by friendly name is not (yet) supported. You could try search by full subject DN, or apply the patch

Re: [xmlsec] problems by xmlSecKeysMngrFindKey

2006-10-10 Thread Wouter Ketting
TED]] Sent: Dienstag, 10. Oktober 2006 11:38To: Jürgen HeissCc: xmlsec@aleksey.comSubject: Re: [xmlsec] problems by xmlSecKeysMngrFindKey As far as I know it is the same mechanism as used internally... Did you initialize xmlsec lib properly (probably a redundant question, but you ne

RE: [xmlsec] problems by xmlSecKeysMngrFindKey

2006-10-10 Thread Jürgen Heiss
t: Dienstag, 10. Oktober 2006 11:38To: Jürgen HeissCc: xmlsec@aleksey.comSubject: Re: [xmlsec] problems by xmlSecKeysMngrFindKey As far as I know it is the same mechanism as used internally... Did you initialize xmlsec lib properly (probably a redundant question, but you never know):xmlSecInit();xmlS

Re: [xmlsec] problems by xmlSecKeysMngrFindKey

2006-10-10 Thread Wouter Ketting
As far as I know it is the same mechanism as used internally... Did you initialize xmlsec lib properly (probably a redundant question, but you never know):xmlSecInit();xmlSecCryptoAppInit(NULL);xmlSecCryptoInit(); Also, do you get any error messages anywhere? Or the key is simply not found?WouterOn

RE: [xmlsec] problems by xmlSecKeysMngrFindKey

2006-10-10 Thread Jürgen Heiss
I forgot to tell that I'm using mscrypto. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jürgen HeissSent: Dienstag, 10. Oktober 2006 11:06To: xmlsec@aleksey.comSubject: [xmlsec] problems by xmlSecKeysMngrFindKey I try to Find a Key but it always returns Null.         xm