Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix NotSupportedError when using NODE-ED25519 #311

Merged
merged 2 commits into from
Aug 19, 2022
Merged

fix NotSupportedError when using NODE-ED25519 #311

merged 2 commits into from
Aug 19, 2022

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    03157bc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Fixes for NODE-ED25519 support and additional tests

    - Require `namedCurve` to be `NODE-ED25519`
    - Gate `Ed25519` usage behind feature detect
    - Use `Ed25519` algorithm object instead of string
    - Override `sign`, `verify` methods too
    - Do not require `importKey` to be within `RequestContext`
    - Automatically add `public: true` when importing `NODE-ED25519` keys
    - Upgrade `@types/node` for improved `webcrypto` types
    - Add tests for other algorithms using modified methods
    mrbbot committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f72c448 View commit details
    Browse the repository at this point in the history