> -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
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
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