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.params for asymmetric keys #30045

Closed
wants to merge 3 commits into from

Commits on Oct 20, 2019

  1. crypto: add keyObject.params for asymmetric keys

    This API exposes key parameters. 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.
    
    Refs: nodejs/webcrypto#16
    tniessen committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    af2887c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

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

Commits on Oct 31, 2019

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