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

CSR: handle requests without attributes #66

Closed passcod closed 2 years ago

passcod commented 2 years ago

I was encountering

Error: Data does not match to CertificationRequestInfo ASN1 schema. Inconsistent length between ASN.1 data and schema

when parsing a CSR. Tracked it down to the parser expecting that all CSRs have attributes, and the CSRs I'm dealing with don't.