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

doc: fix createDiffieHellman generator type #31121

Closed
wants to merge 1 commit into from

Commits on Dec 28, 2019

  1. doc: fix createDiffieHellman generator type

    OpenSSL does not provide a straight-forward way to implement a
    non-integer generator, so createDiffieHellman never supported anything
    other than a number as the generator. (This only applies to the
    signature where the first argument is the size of the prime, and
    therefore a number.)
    
    Refs: nodejs/node-v0.x-archive#7086
    Refs: nodejs#21782
    tniessen committed Dec 28, 2019
    Copy the full SHA
    a2e0ad3 View commit details
    Browse the repository at this point in the history