The ASN.1 for this extension is different between the text and the ASN.1
module in Appendix A. Which is correct?
Also note the ASN.1 in the text is not syntactically correct; it should be:
AuthorityInfoAccessSyntax ::=
SEQUENCE SIZE (1..MAX) OF AccessDescription
AccessDescription ::= SEQUENCE {
accessMethod OBJECT IDENTIFIER,
accessLocation GeneralName }
Regards,
Rich