Re: Fwd: openssl ECC/ECDSA question

2007-09-25 Thread Marek Marcola
Hello, > > Hello, > > > Oops, forgot to include the functions. These are: > > > > > > > > > i2d_ECDSA_SIG > > > > > > d2i_ECDSA_SIG > > This functions are implemented in file crypto/ecdsa/ecs_asn1.c. > > Proof (after compiling): > > $ nm crypto/ecdsa/ecs_asn1.o | grep -E 'i2d|d2i' > > 00a0

Re: Fwd: openssl ECC/ECDSA question

2007-09-25 Thread Dr. Stephen Henson
On Wed, Sep 26, 2007, Marek Marcola wrote: > Hello, > > Oops, forgot to include the functions. These are: > > > > > > i2d_ECDSA_SIG > > > > d2i_ECDSA_SIG > This functions are implemented in file crypto/ecdsa/ecs_asn1.c. > Proof (after compiling): > $ nm crypto/ecdsa/ecs_asn1.o | grep -E 'i2d|d

Re: Fwd: openssl ECC/ECDSA question

2007-09-25 Thread Marek Marcola
Hello, > Oops, forgot to include the functions. These are: > > > i2d_ECDSA_SIG > > d2i_ECDSA_SIG This functions are implemented in file crypto/ecdsa/ecs_asn1.c. Proof (after compiling): $ nm crypto/ecdsa/ecs_asn1.o | grep -E 'i2d|d2i' 00a0 T d2i_ECDSA_SIG 0060 T i2d_ECDSA_SIG Looking

Re: Fwd: openssl ECC/ECDSA question

2007-09-24 Thread Marek Marcola
Hello, > I wish to thank you both for your responses and contributions. I found > 2 fairly important functions in the ecdsa.h file, that dont seem to > have been fleshed out (i.e. they are declared but I am unable to find > the actual function bodies themselves). Could you please let me know > if y

RE: Fwd: openssl ECC/ECDSA question

2007-08-17 Thread C K KIRAN-KNTX36
get_degree, to get the value of m. Regards, Kiran > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-openssl- > [EMAIL PROTECTED] On Behalf Of Marek Marcola > Sent: Friday, August 17, 2007 4:28 AM > To: Anand Giriraj > Cc: openssl-users@openssl.org > Sub

Re: Fwd: openssl ECC/ECDSA question

2007-08-16 Thread Marek Marcola
Hello, > > I have tried sending the following email to openssl-users@openssl.org > after subscribing to the list but somehow my emails dont seem to be > reaching anyone. I was wondering if you could help with the questions > below, or send it to the list on my behalf and CC me. I really > apprecia