-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
DTLS #61630
Copy link
Copy link
Open
Labels
dgramIssues and PRs related to the dgram subsystem / UDP.Issues and PRs related to the dgram subsystem / UDP.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Metadata
Metadata
Assignees
Labels
dgramIssues and PRs related to the dgram subsystem / UDP.Issues and PRs related to the dgram subsystem / UDP.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Type
Projects
Status
Awaiting 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