-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
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.
Description
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
).
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.