Skip to content
Success

Changes

Summary

  1. dtls.c: add callback for peer specific selection of parameters as cipher (details)
  2. Fix some typos and return values. (details)
  3. Add cipher suite selection to test applications. (details)
Commit f08802f93d9c4422589935286265c7f5a7b6e1da by Achim Kraus
dtls.c: add callback for peer specific selection of parameters as cipher
suites.

Adds dtls_user_parameters_t for these user parameters.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
The file was modified dtls.c (diff)
The file was modified crypto.h (diff)
The file was modified dtls.h (diff)
Commit 9eb6780c4c05ac834d741e18021f23726002fdb3 by Achim Kraus
Fix some typos and return values.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
The file was modified dtls.c (diff)
Commit 90ca321f0ecb4abd973d743491d9dca552b6309e by Achim Kraus
Add cipher suite selection to test applications.

Introduce new cli argument -c.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
The file was modified tests/dtls-server.c (diff)
The file was addedtests/dtls_ciphers_util.h
The file was addedtests/dtls_ciphers_util.c
The file was modified tests/CMakeLists.txt (diff)
The file was modified tests/Makefile.in (diff)
The file was modified tests/dtls-client.c (diff)