RE: Problem with ecdsa

2007-03-20 Thread Jürgen Heiss
: Problem with ecdsa Nils Larsch wrote: Moin Jürgen, Jürgen Heiss wrote: Hi everybody, I try to verify a xml file which was signed with ecdsa-sha1. I alredy read to SignatureValue from the xmlfile. which is. 724PlFGHTTL1cFlLFU6g6UetcPVBEAN6oNpogAUx3rgELFH86gA+NqvjVf316zek are you _really_

RE: Problem with ecdsa

2007-03-20 Thread Jürgen Heiss
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jimmy Sent: Dienstag, 20. März 2007 09:57 To: openssl-users@openssl.org Subject: Re: Problem with ecdsa Jürgen Heiss wrote: Hi Nils, Hmm, I thin k I can't follow you. Can you maybe give me a short example? Thanks and regards Jürgen what he

RE: Problem with ecdsa

2007-03-20 Thread Jürgen Heiss
return -1; ;o( Jürgen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jimmy Sent: Dienstag, 20. März 2007 11:32 To: openssl-users@openssl.org Subject: Re: Problem with ecdsa Jürgen Heiss wrote: Hi Jim, First of all thanks for your fast answer

RE: Problem with ecdsa

2007-03-20 Thread Jürgen Heiss
Thanks I found it already! Now everything works fine -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jimmy Sent: Dienstag, 20. März 2007 13:38 To: openssl-users@openssl.org Subject: Re: Problem with ecdsa [pls correct me if i'm wrong] Jürgen Heiss

RE: Problem with ecdsa

2007-03-19 Thread Jürgen Heiss
PROTECTED] On Behalf Of Nils Larsch Sent: Sonntag, 18. März 2007 11:14 To: openssl-users@openssl.org Subject: Re: Problem with ecdsa Moin Jürgen, Jürgen Heiss wrote: Hi everybody, I try to verify a xml file which was signed with ecdsa-sha1. I alredy read to SignatureValue from the xmlfile

RE: Problem with ecdsa

2007-03-19 Thread Jürgen Heiss
Does really no one have any idea? -Original Message- From: Jürgen Heiss Sent: Montag, 19. März 2007 08:41 To: 'openssl-users@openssl.org' Subject: RE: Problem with ecdsa Hi Nils, Maybe there was really something wrong with this xml file. But I have an other xml file which was also

RE: Problem with ecdsa

2007-03-19 Thread Jürgen Heiss
¨Zv{¾9ÃM=1ÎÖ‡ const unsigned char * But still the function d2i_ECDSA_SIG failse ;o( Any ideas what went wrong? Thanks Jürgen From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jürgen Heiss Sent: Freitag, 16. März 2007 10:30 To: openssl-users

Problem with ecdsa

2007-03-16 Thread Jürgen Heiss
Hi everybody, I try to verify a xml file which was signed with ecdsa-sha1. I alredy read to SignatureValue from the xmlfile. which is. 724PlFGHTTL1cFlLFU6g6UetcPVBEAN6oNpogAUx3rgELFH86gA+NqvjVf316zek so this is the base64 encoded version. But if i call ecdsa_verify, this doesn't work,

RE: Problem with ecdsa

2007-03-16 Thread Jürgen Heiss
Is there a function which converts to DER encoding? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jürgen Heiss Sent: Freitag, 16. März 2007 10:30 To: openssl-users@openssl.org Subject: Problem with ecdsa Hi everybody, I try to verify a xml file which was signed