1. 8414f8a Fix dtls-client.c by Simon Bernard · 6 years ago master
  2. 178b945 Revert "dtls.c: fix memory leak in dtls_free_context()" by Olaf Bergmann · 6 years ago
  3. 12cb03a dtls.c: fix memory leak in dtls_free_context() by Olaf Bergmann · 6 years ago
  4. ac5de3e update to latest version of uthash by Olaf Bergmann · 6 years ago
  5. ef0912f dtls.c: initialize hmac storage in dtls_init() by Olaf Bergmann · 6 years ago
  6. 12edf4d hmac.[hc]: move dtls_hmac_storage_init() to .c file by Olaf Bergmann · 6 years ago
  7. f94dc0a README: Quick fix to document how to rebuild the configure script by Olaf Bergmann · 7 years ago
  8. cc5863f fixed Makefile variables for cross-compilation by Olaf Bergmann · 7 years ago
  9. 5fece11 ecc/Makefile.in: fix target clean by Olaf Bergmann · 7 years ago
  10. 830ff5c contiki: Fix BYTE_ORDER setting to UIP_BYTE_ORDER by Gaëtan Harter · 7 years ago
  11. 43c7265 contiki: re-add dtls_package_name and dtls_package_version by Gaëtan Harter · 7 years ago
  12. 320c04b Fixes for compiler warnings by Olaf Bergmann · 7 years ago
  13. c04557d sha2.c: Changed address calculation to avoid type punning. by Olaf Bergmann · 7 years ago
  14. cbd1705 uthash.h: Added missing default case for switch statement by Olaf Bergmann · 7 years ago
  15. 3e02221 Makefile: increase level of compiler warnings by Olaf Bergmann · 7 years ago
  16. 794e7e3 dtls-{client,server}.c: cleanup, fix compiler warnings by Olaf Bergmann · 7 years ago
  17. 53756a6 dtls_debug.c: fix output of IP addresses for Contiki by Olaf Bergmann · 7 years ago
  18. 4a90b20 dtls.c: fix compiler warnings by Olaf Bergmann · 7 years ago
  19. 184a41e Merge branch 'develop' of ssh://git.eclipse.org:29418/tinydtls/org.eclipse.tinydtls into develop by Olaf Bergmann · 7 years ago
  20. 7b0bc19 configure.in: Remove AC_FUNC_MALLOC by Olaf Bergmann · 7 years ago
  21. 151ddf9 Delete obsolete code for openssl-based test server by Olaf Bergmann · 7 years ago
  22. bc7a8f4 Re-license test CBC and CCM testvectors tp EPL/EDL by Olaf Bergmann · 7 years ago
  23. bcfcf16 Updated contribution information to include Gerrit and code style by Olaf Bergmann · 8 years ago
  24. 72028c5 configure.ac: rename configure.in to .ac by Olaf Bergmann · 7 years ago
  25. f4a0d5a netq: netq_insert_node: error when re-adding a node. by Gaëtan Harter · 7 years ago
  26. 425835b dtls: contiki dtls_retransmit_process: remove node before transmit by Gaëtan Harter · 7 years ago
  27. 62797ee check sequence Numbers of received messages by Jannis Konrad · 7 years ago
  28. f11270a contiki/sky: remove useless 'ssize_t' definition by Gaëtan Harter · 7 years ago
  29. bc548b7 Makefile: add @top_srcdir@ to include flags by Olaf Bergmann · 7 years ago
  30. e79636b contiki: set HAVE_ASSERT_H by default by Gaëtan Harter · 7 years ago
  31. aa55f1b contiki: define BYTE_ORDER according to UIP_BYTE_ORDER by Gaëtan Harter · 7 years ago
  32. d1ea35b contiki: set SHA2_USE_INTTYPES by default by Gaëtan Harter · 7 years ago
  33. 080013f contiki: work without running configure by Gaëtan Harter · 7 years ago
  34. 90c9aea Makefile.tinydtls: disable ECC and PSK being enabled by default by Gaëtan Harter · 7 years ago
  35. c9adbab tinydtls.h: include dtls_config.h in tinydtls.h by Gaëtan Harter · 7 years ago
  36. 091d134 peer.h: include 'dtls_config.h' to have 'DTLS_PEERS_NOHASH' defined by Gaëtan Harter · 7 years ago
  37. 27965ce Merge "Makefile.tinydtls: fixup dtls_debug.c path" by Olaf Bergmann · 7 years ago
  38. 9f52b8b Merge "global.h: undefine utash_fatal before re-defining" by Olaf Bergmann · 7 years ago
  39. 91174fe global.h: undefine utash_fatal before re-defining by Gaëtan Harter · 7 years ago
  40. 38379f5 ecc/tests: rename contiki processes names by Gaëtan Harter · 7 years ago
  41. 99879a5 Makefile.tinydtls: fixup dtls_debug.c path by Gaëtan Harter · 7 years ago
  42. 30a11a5 Delete obsolete code for openssl-based test server by Olaf Bergmann · 7 years ago
  43. 5791a2e Re-license test CBC and CCM testvectors tp EPL/EDL by Olaf Bergmann · 7 years ago
  44. 25f420c Updated contribution information to include Gerrit and code style by Olaf Bergmann · 8 years ago
  45. 0016138 dtls.h: Fixed prototype for dtls_init() by Olaf Bergmann · 8 years ago
  46. 06e2ace Merge branch 'origin/develop' by Olaf Bergmann · 8 years ago
  47. ae38594 fixed function prototypes to shutup compiler warnings by Olaf Bergmann · 8 years ago
  48. f740941 configure.in: bumped version number to 0.8.6 by Olaf Bergmann · 8 years ago
  49. 1ddeffa bug 490467: Renamed |SHA| symbol names on |sha2| module by Kyungsun Cho · 8 years ago
  50. 5d80ef9 fixed function prototypes to shutup compiler warnings by Olaf Bergmann · 8 years ago
  51. 1fad84b configure.in: bumped version number to 0.8.6 by Olaf Bergmann · 8 years ago
  52. f623c23 renamed debug.[hc] to dtls_debug.[hc] to avoid naming conflicts by Olaf Bergmann · 8 years ago
  53. 0d157e8 Added CONTRIBUTING information by Olaf Bergmann · 8 years ago
  54. 9e3117a Re-added ECC implementation by Olaf Bergmann · 8 years ago
  55. b11921d Re-added sha2 implementation by Olaf Bergmann · 8 years ago
  56. ea53b61 Re-added rijndael implementation for AES by Olaf Bergmann · 8 years ago
  57. 15e8ceb Re-added files from uthash 1.9.9 by Olaf Bergmann · 8 years ago
  58. e1388b3 New initial commit by Olaf Bergmann · 8 years ago