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