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: improve errors in DiffieHellmanGroup #31445

Closed

Commits on Jan 21, 2020

  1. crypto: improve errors in DiffieHellmanGroup

    1. The DiffieHellmanGroup class is only instantiated from within
       Node.js, which always passes exactly one argument.
    2. Use the existing ERR_CRYPTO_UNKNOWN_DH_GROUP error code for the
       existing "Unknown group" error. The message has not been changed
       to prevent breaking existing applications.
    tniessen committed Jan 21, 2020
    Copy the full SHA
    7b83aba View commit details
    Browse the repository at this point in the history