PeculiarVentures / asn1-schema

asn1-schema is a collection of TypeScript schemas that make working with common ASN.1 objects easy
33 stars 11 forks source link

Error trying to parse OtherName #67

Closed donskov closed 2 years ago

donskov commented 2 years ago

Code example:

AsnParser.parse(Convert.FromHex('30090c0739333439343838'), DisplayText);

Error text:

Data does not match to DisplayText ASN1 schema. Wrong values for Choice type

SAN extension reference - https://lapo.it/asn1js/#MCIGA1UdEQQbMBmgFwYIKwYBBQUHCAOgCzAJDAc5MzQ5NDg4

microshine commented 2 years ago

It's not DisplayText. DisplayText is a CHOICE of primitive types, but it's a SEQUENCE here.