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: add KeyObject.from and keyObject.export JWK format support #36203

Closed
wants to merge 3 commits into from

Commits on Nov 20, 2020

  1. crypto: add keyObject.asymmetricKeyDetails for asymmetric keys

    This API exposes key details. It is conceptually different from the
    previously discussed keyObject.fields property since it does not give
    access to information that could compromise the security of the key, and
    the obtained information cannot be used to uniquely identify a key.
    
    The intended purpose is to determine "security properties" of keys, e.g.
    to generate a new key pair with the same parameters, or to decide
    whether a key is secure enough.
    
    closes nodejs#30045
    panva committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    3438cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a44d285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8259e8 View commit details
    Browse the repository at this point in the history