Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tinydtls-0.2.0.tar.gz | 2011-07-03 | 599.2 kB | |
Totals: 1 Item | 599.2 kB | 0 |
0.8.2: Bugfix version of 0.8.1: Fixed Contiki configuration, do not call random_init() for target cc2538. 0.8.1: New call-back function get_psk_info() as a uniform interface to retrieve psk_identity, psk_identity_hint, and the psk from the user application. 0.4.0: Improved version of 0.3.1 with less debug output and small API changes for better integration with libcoap. 0.3.1: Bugfix version of 0.3.0. 0.3.0: Hard-coded use of DTLS 1.2 with cipher suite TLS_PSK_WITH_AES_128_CCM_8. Contiki-support. 0.2.0: Basic support for DTLS handshake (client and server side), with small examples in tests that show how to use this functionality. Removed OpenSSL dependencies completely. 0.0.2: Added CBC-MAC with Counter Mode using AES encryption functions from OpenBSD. 0.0.1: This is the very first release of tinyDTLS, featuring a single-threaded UDP server with (OpenSSL-based) DTLS support and protocol demultiplexing. See tests/dtls-test.c to learn how its used.