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: support multiple ECDH curves and auto #15206

Closed
wants to merge 1 commit into from

Commits on Sep 18, 2017

  1. crypto: support multiple ECDH curves and auto

    Using SSL_CTX_set1_curves_list() (OpenSSL 1.0.2+), this allows to set
    colon separated ECDH curve names in SecureContext's ecdhCurve option.
    The option can also be set to "auto" to select the curve automatically
    from list built in OpenSSL by enabling SSL_CTX_set_ecdh_auto()
    (OpenSSL 1.0.2+).
    
    Refs: nodejs#15054
    rogaps committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    31846f5 View commit details
    Browse the repository at this point in the history