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

Update dependencies and fix type annotation #406

Closed microshine closed 1 month ago

microshine commented 1 month ago

This pull request updates the project dependencies and fixes a type annotation issue in the generateKey method. The TypeScript version has been updated to 5.4.5, and the generateKey method now correctly handles the "Ed25519" algorithm. These changes ensure the project is up to date and improve the accuracy of the generateKey method.

coveralls commented 1 month ago

Coverage Status

coverage: 74.443%. remained the same when pulling e677eebc2122175982a7abef999716eb7aab1735 on fix-ts-v5 into 1d26708e2e892eeeaa3360d987611f0a87247c39 on master.