best ASN1 template example

2009-06-05 Thread Chris Bare
I'm trying to understand the ASN1 macros like: ASN1_SEQUENCE IMPLEMENT_ASN1_FUNCTIONS etc to implement my own structures. What examples in the code would be best to follow, especially for nested structures with optional elements? -- Chris Bare ch...@bareflix.com __

Re: best ASN1 template example

2009-06-05 Thread Dr. Stephen Henson
On Fri, Jun 05, 2009, Chris Bare wrote: > I'm trying to understand the ASN1 macros like: > ASN1_SEQUENCE > IMPLEMENT_ASN1_FUNCTIONS > etc to implement my own structures. > > What examples in the code would be best to follow, especially for nested > structures with optional elements? Well some of