Closed passcod closed 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.
I was encountering
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.