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

crypto: ensure exported webcrypto EC keys use uncompressed point format #46021

Closed
wants to merge 2 commits into from

Commits on Dec 30, 2022

  1. src: ensure exported ec keys are uncompressed

    The WebCrypto spec apparently mandates that EC keys must be exported in
    uncompressed point format. This commit makes it so.
    
    Fixes: nodejs#45859
    bnoordhuis committed Dec 30, 2022
    Copy the full SHA
    ffdc610 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Copy the full SHA
    667f1d6 View commit details
    Browse the repository at this point in the history