Closed
Description
Summary
I'd like to request inclusion of at least one RFC 6655 cipher suite, TLS_PSK_WITH_AES_128_CCM_8
. This suite is often used for IoT products, most notably IKEA Tradfri uses it for CoAP over DTLS.
Motivation
I'd like to use a Go native DTLS library in a number of my IoT projects. Some of these projects involve talking to (or exposing as) gateways that leverage this particular cipher suite as it's fairly common in IoT products. Currently bocajim/dtls exists which implements just that cipher.
Describe alternatives you've considered
I can always use this and the other DTLS library when I happen to need more than just TLS_PSK_WITH_AES_128_CCM_8
. But I would much prefer to have one maintained library with all capabilities instead of being split between multiple packages from different maintainers.
Checklist
- Add CCM support Add AES-CCM support #46
- Add PSK support
- Add
TLS_PSK_WITH_AES_128_CCM_8
Metadata
Metadata
Assignees
Labels
No labels