PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.25k stars 204 forks source link

Nested SignedData's #327

Closed curtdept closed 2 years ago

curtdept commented 2 years ago

@microshine I have a CMS someone nested with 20 certs in it. Openssl seems to parse it ok but I can for the life of me get it to parse in node. Any suggestions on how to parse it effectively?

image

rmhrisk commented 2 years ago

Was your issue resolved?

curtdept commented 2 years ago

Not really, I ended up just containerizing and wrappering openssl to dump a bunch of pem files, then reading them back. @rmhrisk

rmhrisk commented 2 years ago

Please provide a sample file.