contiki-ng / tinydtls

A version of tinyDTLS that is refactored to be more easy to use "standalone" (e.g. without bindings to a specific IP-stack).
Other
8 stars 26 forks source link

Can this be used for Hue Entertainment server? #5

Open mariusmotea opened 6 years ago

mariusmotea commented 6 years ago

Hi,

For my project i need to create additional service with the following requirements:

DTLS Handshaking UDP port 2100 is used for DTLS handshaking and streaming. Only DTLS mode version 1.2 with Pre-Shared Key (PSK) Key exchange method with TLS_PSK_WITH_AES_128_GCM_SHA256 set as Cipher Suite is supported.

I want to know if i can start with your project to create this service.

Thanks, Marius.

nfi commented 6 years ago

Sorry but this version of tinydtls does not have support for GCM.