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: fix generateKeyPair type checks #38364

Closed
wants to merge 2 commits into from

Commits on Apr 22, 2021

  1. crypto: fix generateKeyPair type checks

    Change saltLength, divisorLength, primeLength and generator
    checks in generateKeyPair to int32 from uint32, to align
    with c++ code.
    
    fixes: nodejs#38358
    Linkgoron committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    345b469 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

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