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