-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
TLS module: Support multiple ecdhCurve's #15054
Copy link
Copy link
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
The tls module respectively
tls.createSecureContextshould support multipleechdCurve's like nginx does.Example:
The order should be honored (perhaps configurable like
honorChiperOrder).