RE: ASN.1 encoding question

2011-11-23 Thread Eisenacher, Patrick
Ok, found the answer shortly after posting my message to the list. Here's the answer for the archive: > -Original Message- > From: Eisenacher, Patrick > > I'm using asn1parse -genconf to der encode the following asn1 > structure: > > URLs ::= SEQUENCE OF { > url0 [0] EXPLICIT General

ASN.1 encoding question

2011-11-23 Thread Eisenacher, Patrick
Hi guys, I'm using asn1parse -genconf to der encode the following asn1 structure: URLs ::= SEQUENCE OF { url0 [0] EXPLICIT GeneralName [6] OPTIONAL, url1 [1] EXPLICIT GeneralName [6] OPTIONAL, url2 [2] EXPLICIT GeneralName [6] OPTIONAL } but I have a hard time to encode the Genera