An open API service indexing awesome lists of open source software.

https://github.com/pstolarz/tinydtls-gcm

tinyDTLS v0.8.2 fork with GCM cipher mode support
https://github.com/pstolarz/tinydtls-gcm

dtls embedded embedded-systems gcm tinydtls tls

Last synced: about 1 month ago
JSON representation

tinyDTLS v0.8.2 fork with GCM cipher mode support

Awesome Lists containing this project

README

        

tinyDTLS v0.8.2 fork + Galois Counter Mode (GCM) support.
The following cipher suites are supported:

Legacy:
TLS_PSK_WITH_AES_128_CCM_8
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
New:
TLS_PSK_WITH_AES_128_GCM_SHA256
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256

Compilation
./configure --with-gcm
make