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.3k stars 204 forks source link

Use in QuickJS #321

Closed Jonas-Metzger closed 3 years ago

Jonas-Metzger commented 3 years ago

I need to compile some existing Node.js code (which uses PKI.js) to C, so I'm switching to QuickJS instead of Node.js. How do I use PKI.js in QuickJS?

rmhrisk commented 3 years ago

We have no experience with QuickJS. As PKIjs is a pure JS library with minimal dependencies and QuickJS just looks like alternate engine I imagine it just works?