Commit graph

8 commits

Author SHA1 Message Date
Filip Skokan
a13eb045d8
feat: improve key input type errors, remove dependency on @types/node 2021-10-06 11:57:48 +02:00
Filip Skokan
a2af0f45fe
feat: add X.509/SPKI/PKCS8 key import and SPKI/PKCS8 export functions 2021-09-22 23:50:08 +02:00
Filip Skokan
555a82e019 chore: remove experimental node webcrypto export aliases 2021-09-08 17:55:15 +02:00
Filip Skokan
7856dad103 feat: publish alternative Node.js and Browser specific distributions 2021-03-12 16:55:36 +01:00
Filip Skokan
d4abf176b7 refactor: deprecate /webcrypto for node 2021-02-10 13:37:27 +01:00
Filip Skokan
8c29107aea fix: export package.json
closes #157
2021-01-26 23:39:41 +01:00
Filip Skokan
115dcb7873 build: smaller test related package.json footprint 2020-11-22 17:09:33 +01:00
Filip Skokan
357fe0b964 feat: Revised API, No dependencies, Browser Support, Promises
BREAKING CHANGE: Revised, Promise-based API
BREAKING CHANGE: No dependencies
BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/))
BREAKING CHANGE: Support for verification using a remote JWKS endpoint
BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉)
2020-11-14 18:26:46 +01:00