PeculiarVentures / x509

@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
https://peculiarventures.github.io/x509/
MIT License
86 stars 14 forks source link

Cannot get schema for 'AlgorithmIdentifier' target #70

Open lazineer opened 8 months ago

lazineer commented 8 months ago

I had failed with "Error: Cannot get schema for 'AlgorithmIdentifier' target at AsnSchemaStorage.get" in v1.9.6 of @Peculiar/x509. It was ok in v1.7.2 of @Peculiar/x509. Could you help me? Thanks