Re: [xmlsec] Trouble by verification

2006-08-25 Thread Aleksey Sanin
Well, in this particular case, the key will not have certificate. You signature has a valid RSA public key that xmlsec uses for validation. And this key has not certificate attached to it! I guess, you want xmlsec not to use the key from the RSAKeyValue and instead lookup the key in the KeyManage

RE: [xmlsec] Trouble by verification

2006-08-25 Thread Jürgen Heiss
Is there a way to get the certificate using the commandline tool? -Original Message- From: Jürgen Heiss Sent: Freitag, 25. August 2006 08:48 To: 'Aleksey Sanin' Cc: xmlsec@aleksey.com Subject: RE: [xmlsec] Trouble by verification Hi Aleksey, Well with the commandline too

RE: [xmlsec] Trouble by verification

2006-08-24 Thread Jürgen Heiss
w I can use this if key->dataList == NULL? Is there an other way the get the x509 cert? -Original Message- From: Aleksey Sanin [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 24. August 2006 17:20 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] Trouble by verification For si

Re: [xmlsec] Trouble by verification

2006-08-24 Thread Aleksey Sanin
] Sent: Donnerstag, 24. August 2006 17:17 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] Trouble by verification > Note that at this point > hindsight.signKey->dataList == NULL ! Well, it might be OK because your key has a name and a value only. There is nothing to p

RE: [xmlsec] Trouble by verification

2006-08-24 Thread Jürgen Heiss
How is the command for the command line tool? Xmlsec --verify filename -Original Message- From: Aleksey Sanin [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 24. August 2006 17:17 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] Trouble by verification > Note that at t

Re: [xmlsec] Trouble by verification

2006-08-24 Thread Aleksey Sanin
> Note that at this point > hindsight.signKey->dataList == NULL ! Well, it might be OK because your key has a name and a value only. There is nothing to put in the dataList. Please, try to verify your signature with xmlsec command line tool! Aleksey ___

RE: [xmlsec] Trouble by verification

2006-08-24 Thread Jürgen Heiss
] Sent: Mittwoch, 23. August 2006 17:35 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] Trouble by verification There should be an error reported. Can you put a breakpoint in the xmlSecError() function? Can you try to verify the file using xmlsec command line tool? Aleksey Jürgen H

Re: [xmlsec] Trouble by verification

2006-08-23 Thread Aleksey Sanin
There should be an error reported. Can you put a breakpoint in the xmlSecError() function? Can you try to verify the file using xmlsec command line tool? Aleksey Jürgen Heiss wrote: Its not directly an error msg ;o( The problem is that I get an dsig.signKey but the datalist from the signkey is

RE: [xmlsec] Trouble by verification

2006-08-23 Thread Jürgen Heiss
Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] Trouble by verification > When I try to verify this file I got an error msg. What does the error message say? Aleksey ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/listi

Re: [xmlsec] Trouble by verification

2006-08-23 Thread Aleksey Sanin
When I try to verify this file I got an error msg. What does the error message say? Aleksey ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/listinfo/xmlsec