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
- Host: GitHub
- URL: https://github.com/pstolarz/tinydtls-gcm
- Owner: pstolarz
- License: mit
- Created: 2015-09-11T08:11:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T13:01:04.000Z (about 4 years ago)
- Last Synced: 2025-02-03T04:33:01.328Z (3 months ago)
- Topics: dtls, embedded, embedded-systems, gcm, tinydtls, tls
- Language: C
- Size: 742 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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_SHA256Compilation
./configure --with-gcm
make