-
-
Notifications
You must be signed in to change notification settings - Fork 37k
DTLS #61630
Copy link
Copy link
Closed
Labels
dgramIssues and PRs related to UDP and the dgram module.Issues and PRs related to UDP and the dgram module.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
dgramIssues and PRs related to UDP and the dgram module.Issues and PRs related to UDP and the dgram module.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Type
Projects
- StatusShow more project fieldsAwaiting Triage
What is the problem this feature will solve?
DTLS is the TLS standard for UDP. https://datatracker.ietf.org/doc/rfc9147/
What is the feature you are proposing to solve the problem?
I request a new library. It should be primitive and based upon the UDP/datagram core library. Once implemented it would be to the UDP/datagram library as the TLS core library is to the net core library.
What alternatives have you considered?
No response