RE: [xmlsec] KeyValue by MsCrypto

2006-08-28 Thread Jürgen Heiss
, 25. August 2006 16:59 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] KeyValue by MsCrypto So, I believe that openssl can not verify it because the KeyValue is empty... Thus, the question is: why mscrypto does not want to write public key info into the document?. Do you have any

Re: [xmlsec] KeyValue by MsCrypto

2006-08-28 Thread Aleksey Sanin
I tried the following ... Hm... Have you seen any errors from xmlsec? Aleksey ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/listinfo/xmlsec

Re: [xmlsec] KeyValue by MsCrypto

2006-08-28 Thread Aleksey Sanin
No, I didn't get any error! Here are the tmeplate and the signed file. Maybe I do something wrong. I can sign the file with mscrypto and I get KeyValue using the following command xmlsec.exe --sign --pkcs12 xmlsec/keys/rsakey.p12 --pwd secret template.xml The only idea I have is

RE: [xmlsec] KeyValue by MsCrypto

2006-08-28 Thread Jürgen Heiss
I sign like you using --pkcs12 I my pkcs12 File. But still it doen't work ;o( -Original Message- From: Aleksey Sanin [mailto:[EMAIL PROTECTED] Sent: Montag, 28. August 2006 08:56 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] KeyValue by MsCrypto No, I didn't get any

[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] 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