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 GeneralName [6] OPTIONAL,
> url1 [1] EXPLICIT GeneralName [6] OPTIONAL,
> url2 [2] EXPLICIT GeneralName [6] OPTIONAL
> }
[snip]
This would be the corresponding genconf file:
[ url ]
url0 = EXPLICIT:0,IMPLICIT:6,IA5STRING:http://www.host0.com/path0
url1 = EXPLICIT:1,IMPLICIT:6,IA5STRING:http://www.host1.com/path1
url2 = EXPLICIT:2,IMPLICIT:6,IA5STRING:http://www.host2.com/path2
[ URLs ]
URLs = SEQUENCE:url
Patrick Eisenacher
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [email protected]