[xmlsec] Support for ecdsa-sha1

2007-02-28 Thread Jürgen Heiss
Hi Alex, Does the xmlsec Library support the the 'ecdsa-sha1' Signature Algorithm? I'm using mscrypto but I didn't find a way the verify a xml File which was signed with the 'ecdsa-sha1' algorithm. Thanks in advance and best regards Jürgen ___ x

Re: [xmlsec] Support for ecdsa-sha1

2007-02-28 Thread Aleksey Sanin
No, it does not support it https://www.aleksey.com/xmlsec/xmlenc.html Aleksey Jürgen Heiss wrote: Hi Alex, Does the xmlsec Library support the the 'ecdsa-sha1' Signature Algorithm? I'm using mscrypto but I didn't find a way the verify a xml File which was signed with the 'ecdsa-sha1' algori

RE: [xmlsec] Support for ecdsa-sha1

2007-02-28 Thread Jürgen Heiss
Hi Alex, Hmm, can you please tell me what I need to implant such an algorithm? Thanks Jürgen -Original Message- From: Aleksey Sanin [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 01. März 2007 01:56 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] Support for ecdsa-sha1 No,

Re: [xmlsec] Support for ecdsa-sha1

2007-02-28 Thread Aleksey Sanin
It is actually not too bad :) You will probably need to add a new key type (xmlSecKeyData) and a new crypto transform (xmlSecNssTransform). Simplest way to figure it out is to search for RSA in the xmlsec/src/mscrypto and do copy/paste with necessary modifications :) Aleksey Jürgen Heiss wrote: