Skip to content

TLS module: Support multiple ecdhCurve's #15054

Description

@Hativ

The tls module respectively tls.createSecureContext should support multiple echdCurve's like nginx does.

Example:

const options = {
   ecdhCurves: 'x25519:secp521r1:secp384r1',
 };

The order should be honored (perhaps configurable like honorChiperOrder).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues requesting new Node.js features.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.tlsIssues and PRs related to the tls subsystem.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions