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'
 000000a0 T d2i_ECDSA_SIG
 00000060 T i2d_ECDSA_SIG
Looking at this file I have no better one :-)

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to