Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DTLS #10

Open
lulf opened this issue Jun 30, 2021 · 3 comments
Open

Add support for DTLS #10

lulf opened this issue Jun 30, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@lulf
Copy link
Member

lulf commented Jun 30, 2021

DTLS is needed to secure CoAP.

@lulf lulf added the enhancement New feature or request label Jun 30, 2021
@lachlansneff
Copy link

Yes please! DTLS support would be amazingly useful.

@overheat
Copy link
Contributor

https://www.wolfssl.com/dtls-1-3-beta/

The specifications of DTLSv1.3 were published just last April (RFC 9147) and DTLSv1.3 brings all the improvements of TLS v1.3 to DTLS: faster and more secure handshake, 0-RTT resumption, modern crypto algorithms, better downgrade protection and so on. We are the first to release a working implementation.

It's a good time to support DTLS from version 1.3?

@lulf
Copy link
Member Author

lulf commented Dec 29, 2022

I think DTLS 1.2 would be good since it will probably take a while for DTLS 1.3 to be adopted. I've started looking into this in the 'dtls' branch.

@lulf lulf self-assigned this Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants