Update dtls_time.h (Contiki 3.0 only)
Thank you so much . On Monday, February 8, 2016, rfuentess rfuentess@users.sf.net...
Hello Foram, Seems that you are still trying to learn to use Contiki (which honestly,...
Hello sir . i am try to making tinydtls but getting this error please help me os:-instant...
Hello, after the long holidays I return to work with Contiki, CoAP and TinyDTLS....
Possible fix in ecc/testecc.c
Some minor fixes
Thanks. I have applied the patches 0001 and 0003. For 0002, I have surrounded the...
fixed some signedness problems
mute compiler concerning unused parameters in c...
debug.h: fix more prototype warnings
Removed t_list.h from Makefile.in
added explicit void parameter
update to uthash version 1.9.9
Makefile.in: switch on more compiler warning flags
Rename shadowed parameters to mute even more co...
Closing this ticket because no further information has been provided to reproduce...
tinydtls handshake issue
This is a duplicate of ticket #18 which has a fix since 2015-04-21.
Running configure --without-debug results in a broken build.
Running configure --without-debug results in a broken build.
From the work in Lithe [1] (Contiki 2.6 and probably TinyDTLS 0.4.0) seem that before...
i am facing error in below picture after compile example/dtls-client.c as sky mote...
Wrong epoch, expected 1, got: 0 after handshake
No Client Hello retransmit
Additional state for CLIENT HELLO w/ cookie
I am having exactly the same problem as described in the original ticket (above)...
There was one function missing in patch 0002.
Some minor fixes
Hello, I'm having exactly the same problem with Contiki 3.0 and TinyDTLS 0.8.2. The...
TinyDTLS Server Hello Verify Request (2 flight of the handshake)
I'v tried all kinds of motes in instantContiki,and find out that examples/contiki/dtls-server.c...
Some people also suggest to simulate as Z1 mote instead of sky mote because Z1 mote...
I find out that many people suggest to remove the -g option in contiki/cpu/msp40/Makefile.msp430,but...
How to run tinyDLTS by Cooja in instantContiki2.7?
[PATCHES] Fix Contiki build and replace ECC implementation by micro-ecc
failed handshake between dtls_server example and tests/dtls_client
ccm.[ch]: fixed off-by-one error when construct...
Applied in commit 4eb5a0d.
Buffer overflow error in CCM
Client Key exchange, question about private key
Hi Gilles, My apologies that there is no mailing list yet. There will be one in the...
Client Key exchange, question about private key
Please see https://gerrit.iotivity.org/gerrit/#/c/1382/2 for a review. Note that...
Closed on request of the ticket creator.
Added a method to close session on specific n/w interface
Dear Olaf, Please inform us of your review result. Thanks, Dongik
Can you please provide the wireshark trace and, if possible, the output from client...
dtls.c: remove certificate_list length field fo...
Dear Olaf, Please review this ticket and change the status according to your investigation....
Please review this ticket and change the status according to your investigation....
Security issue in ecc_ecdsa_validate
tinydtls handshake issue
Thanks!
Buffer overflow error in CCM
Sachin, 1) I agree with you that dtls_prng_init(void) with platform-specific implementations...
Thanks for responding Olaf. 1) Would it be more appropriate that all prng functionality...
Implementation of dtls_prng and dtls_prng_init
Hi Sachin, Thanks for starting discussion on this. In fact, dtls_prng_init() currently...
Implementation of dtls_prng and dtls_prng_init
Buffer overflow error in CCM
Simple callback for session based ciphers selection
Improved X.509 support
I compile tinyDTLS using cgcc/ygwin under windows. And sure, the client successfully...
HI Achim Kraus, Thanks for your advice, I did try to increase the retransmission...
My first impression is: - The not successful case contains several "retransmission"...
-- update: contiki example DTLS client-server with PSK cipher suite only. -- Setup1:...
contiki example dtls-client and dtls-server handshake
After some analysis and discussion, it was deciced that Iotivity stack should not...
Ok, I updated to 0.8.2, and have noticed this packet exchange: CLIENT <-> SERVER...
sequence numbers during handshake
You are always welcome to open issues related to the tinydtls code hosted here. Now,...
include guards in uthash.h and utlist.h
Thanks, applied.
Updating include guards for utlist and uthash h...
Fix the wrong implementation about the anonymous cipher suite of tinydtls
Attached patch by changing include guards to UTLIST_H and UTHASH_H. This patch is...
sequence numbers during handshake
Ambiguous PSK key length in "calculate_key_block"
I agree that this is unconvenient. Although different cipher suites would allow for...
crypto.h: Set DTLS_PSK_MAX_KEY_LEN to DTLS_KEY_...
Ambiguous PSK key length in "calculate_key_block"
Sorry, I don’t know the location in Scandium, where it was fixed. I just tested the...
dtls.c: set next value in dtls_check_retransmit...
Achim -- Can you point us to the location where this issue is Fixed?
I will spend some time investigating if utlist.h and uthash.h could be hidden in...
The original intention was to avoid name conflicts. Although most of the utlist.h...
Sachin, you are right. According to Section 4.2.7 of RFC 6347, the client should...
I just saw an exception on the server processing the encrypted hello_client (scandium,...
In this scenario, 'Server' will be expecting a 'Client_Hello' packet and should send...
include guards in uthash.h and utlist.h
Support the session specific cipher suite selection
tests/ccm-test.c: added missing include for dtl...
Hi Sachin, I finally managed to test your patch. It works most of the time, but when...
ecc/Makefile.in: fixed bug in target install
Sorry, I missed that one. The patch looks good, so I will give it a try.