RE: ASN.1 encoding a private structure

2011-02-15 Thread Eisenacher, Patrick
> -Original Message- > From: Peter Sylvester > > On 02/14/2011 01:11 PM, Eisenacher, Patrick wrote: > > I want to encode a private asn1 structure, say something > like the following: > > > > SEQUENCE > >true_false BOOLEAN > >certificate Certificate > > > > I checked the asn1parse c

Re: ASN.1 encoding a private structure

2011-02-15 Thread Peter Sylvester
On 02/14/2011 01:11 PM, Eisenacher, Patrick wrote: I want to encode a private asn1 structure, say something like the following: SEQUENCE true_false BOOLEAN certificate Certificate I checked the asn1parse command and was able to specify my outer sequence and the inner boolean in the genc

ASN.1 encoding a private structure

2011-02-14 Thread Eisenacher, Patrick
I want to encode a private asn1 structure, say something like the following: SEQUENCE true_false BOOLEAN certificate Certificate I checked the asn1parse command and was able to specify my outer sequence and the inner boolean in the genconf file, but failed to specify my certificate. I had