Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-14Do not free handshake parameter on FINISHEDdtls_identitySimon Bernard1-3/+3
2018-12-13add a way to know who send data in read data callbackSimon Bernard2-2/+2
2018-10-30Fix dtls-client.cfix_dlts_clientSimon Bernard1-0/+2
2017-12-14Revert "dtls.c: fix memory leak in dtls_free_context()"Olaf Bergmann1-3/+0
2017-12-14dtls.c: fix memory leak in dtls_free_context()Olaf Bergmann1-0/+3
2017-12-08update to latest version of uthashOlaf Bergmann2-705/+1280
2017-11-30dtls.c: initialize hmac storage in dtls_init()Olaf Bergmann1-0/+1
2017-11-30hmac.[hc]: move dtls_hmac_storage_init() to .c fileOlaf Bergmann2-5/+4
2017-04-26README: Quick fix to document how to rebuild the configure scriptOlaf Bergmann1-7/+11
2017-04-18fixed Makefile variables for cross-compilationOlaf Bergmann6-1/+10
2017-04-18ecc/Makefile.in: fix target cleanOlaf Bergmann1-1/+1
2017-04-05contiki: Fix BYTE_ORDER setting to UIP_BYTE_ORDERGaëtan Harter1-1/+1
2017-03-01contiki: re-add dtls_package_name and dtls_package_versionGaëtan Harter3-5/+6
2017-03-01Fixes for compiler warningsOlaf Bergmann8-44/+97
2017-03-01sha2.c: Changed address calculation to avoid type punning.Olaf Bergmann1-1/+1
2017-03-01uthash.h: Added missing default case for switch statementOlaf Bergmann1-0/+3
2017-03-01Makefile: increase level of compiler warningsOlaf Bergmann2-1/+23
2017-02-28dtls-{client,server}.c: cleanup, fix compiler warningsOlaf Bergmann2-8/+4
2017-02-28dtls_debug.c: fix output of IP addresses for ContikiOlaf Bergmann1-5/+7
2017-02-28dtls.c: fix compiler warningsOlaf Bergmann1-7/+20
2017-02-28Merge branch 'develop' of ssh://git.eclipse.org:29418/tinydtls/org.eclipse.ti...Olaf Bergmann0-0/+0
2017-02-28configure.in: Remove AC_FUNC_MALLOCOlaf Bergmann1-1/+0
2017-02-28Delete obsolete code for openssl-based test serverOlaf Bergmann1-862/+0
2017-02-28Re-license test CBC and CCM testvectors tp EPL/EDLOlaf Bergmann2-42/+30
2017-02-28Updated contribution information to include Gerrit and code styleOlaf Bergmann1-0/+64
2017-02-28configure.ac: rename configure.in to .acOlaf Bergmann1-0/+0
2017-02-28netq: netq_insert_node: error when re-adding a node.Gaëtan Harter1-1/+5
2017-02-28dtls: contiki dtls_retransmit_process: remove node before transmitGaëtan Harter1-2/+1
2017-02-28check sequence Numbers of received messagesJannis Konrad2-1/+52
2017-02-27contiki/sky: remove useless 'ssize_t' definitionGaëtan Harter2-10/+0
2017-02-27Makefile: add @top_srcdir@ to include flagsOlaf Bergmann1-1/+2
2017-02-27contiki: set HAVE_ASSERT_H by defaultGaëtan Harter6-20/+3
2017-02-27contiki: define BYTE_ORDER according to UIP_BYTE_ORDERGaëtan Harter5-16/+12
2017-02-27contiki: set SHA2_USE_INTTYPES by defaultGaëtan Harter2-11/+7
2017-02-27contiki: work without running configureGaëtan Harter6-34/+42
2017-02-27Makefile.tinydtls: disable ECC and PSK being enabled by defaultGaëtan Harter1-7/+0
2017-02-27tinydtls.h: include dtls_config.h in tinydtls.hGaëtan Harter17-13/+10
2017-02-27peer.h: include 'dtls_config.h' to have 'DTLS_PEERS_NOHASH' definedGaëtan Harter1-0/+1
2017-02-27Merge "Makefile.tinydtls: fixup dtls_debug.c path"Olaf Bergmann1-1/+1
2017-02-27Merge "global.h: undefine utash_fatal before re-defining"Olaf Bergmann1-0/+1
2016-12-05global.h: undefine utash_fatal before re-definingGaëtan Harter1-0/+1
2016-12-05ecc/tests: rename contiki processes namesGaëtan Harter2-6/+6
2016-12-05Makefile.tinydtls: fixup dtls_debug.c pathGaëtan Harter1-1/+1
2016-11-22Delete obsolete code for openssl-based test serverOlaf Bergmann1-862/+0
2016-11-22Re-license test CBC and CCM testvectors tp EPL/EDLOlaf Bergmann2-42/+30
2016-05-18Updated contribution information to include Gerrit and code styleOlaf Bergmann1-0/+64
2016-04-22dtls.h: Fixed prototype for dtls_init()Olaf Bergmann1-1/+1
2016-04-22Merge branch 'origin/develop'Olaf Bergmann0-0/+0
2016-04-22fixed function prototypes to shutup compiler warningsOlaf Bergmann3-6/+6
2016-04-22configure.in: bumped version number to 0.8.6Olaf Bergmann1-1/+1

Back to the top