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
78 stars 10 forks source link

Enhance EdAlgorithm support #77

Closed microshine closed 3 weeks ago

microshine commented 4 weeks ago

This pull request includes updates to the npm dependencies and enhancements to the EdAlgorithm class. The npm dependencies have been updated to their latest versions, and the EdAlgorithm class has been enhanced to support the Ed25519 and X25519 algorithms for WebCrypto in Chrome, Safari, and NodeJS.