Provides the Eclipse TinyDTLS to RIOT. More...
Provides the Eclipse TinyDTLS to RIOT.
Add as a package in the Makefile of your application:
TinyDTLS only has support for TLS_PSK_WITH_AES_128_CCM_8
and TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
. To choose which cipher suite to use, add one of the following to your Makefile:
For TLS_PSK_WITH_AES_128_CCM_8
support (default):
For TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
support:
Modules | |
Tinydtls compile time configuration | |
Provides compile-time configuration for tinydtls. | |