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 tool it works

[xmlsec] KeyValue by MsCrypto

2006-08-25 Thread Jürgen Heiss
I sign my File by using an template. I till now works fine with mscrypto. But when I try to verify the files with openSSL. I got an Error. After debugging I found out that the problems are some missing tags. dsig:KeyValue dsig:RSAKeyValue

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

Re: [xmlsec] KeyValue by MsCrypto

2006-08-25 Thread Aleksey Sanin
dsig:Reference URI=#eb:Invoice But still I can't sign ;o( You need to define ID attribute if you want to use #xyz notation. Search xmlsec FAQ for detailed description. Aleksey ___ xmlsec mailing list xmlsec@aleksey.com