Re: Definition of ECDSA_SIG_seq_tt

2008-03-03 Thread Dr. Stephen Henson
On Sun, Mar 02, 2008, Skanda Nagaraja wrote: > Hi, > > I am trying to port some ECDSA specific code from openssl. A structure named > "ECDSA_SIG_seg_tt" gets called by another structure "ECDSA_SIG_it". These two > structures are used in crypto/asn1/tasn_enc.c and crypto/asn1/tasn_dec.c. > > Is

Definition of ECDSA_SIG_seq_tt

2008-03-02 Thread Skanda Nagaraja
Hi, I am trying to port some ECDSA specific code from openssl. A structure named "ECDSA_SIG_seg_tt" gets called by another structure "ECDSA_SIG_it". These two structures are used in crypto/asn1/tasn_enc.c and crypto/asn1/tasn_dec.c. Is it possible that some pointers be given on the definition o