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|d2i' > 000000a0 T d2i_ECDSA_SIG > 00000060 T i2d_ECDSA_SIG > Looking at this file I have no better one :-) >
In common with all the ASN1 functions they are implemented through macros normally beginning IMPLEMENT_ASN1_* the dependency tree will end up dragging in most of the ASN1 library as a result. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]