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 CoAP over TLS (over TCP) transport layer #1594

Open
sbernard31 opened this issue Mar 15, 2024 · 1 comment
Open

Add CoAP over TLS (over TCP) transport layer #1594

sbernard31 opened this issue Mar 15, 2024 · 1 comment
Labels
bsserver Impact LWM2M bootstrap server client Impact LWM2M client new feature New feature from LWM2M specification server Impact LWM2M server

Comments

@sbernard31
Copy link
Contributor

This issue aims to centralize discussion about adding CoAP over TLS (over TCP) transport layer.

Like CoAP over TCP, we will try to implemented it based on java-coap. (See #1047 (comment))

But this will be limited to x509 without AES_CCM ciphersuite because of OpenJDK limitation. (see : open-coap/java-coap#81)

@sbernard31 sbernard31 added new feature New feature from LWM2M specification client Impact LWM2M client server Impact LWM2M server bsserver Impact LWM2M bootstrap server labels Mar 15, 2024
@sbernard31
Copy link
Contributor Author

First implementation at #1607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bsserver Impact LWM2M bootstrap server client Impact LWM2M client new feature New feature from LWM2M specification server Impact LWM2M server
Projects
None yet
Development

No branches or pull requests

1 participant