Leandro Lanzieri
|
f2b6d28551
|
examples/dtls-sock: add public key verification
|
2024-03-19 07:49:56 +01:00 |
|
Marian Buschsieweke
|
3f57b8cef7
|
examples/dtls-sock: fix credman capacity
It should be possible to test DTLS via `::1`, but this requires 4
slots in the credman instead of just two.
|
2024-02-15 12:28:48 +01:00 |
|
Benjamin Valentin
|
4085b7f8a1
|
examples/dtls-sock: make use of helper functions
|
2024-01-11 17:42:45 +01:00 |
|
Marian Buschsieweke
|
181f96532a
|
examples/dtls-sock: Bump stack size even more on AVR
|
2023-12-29 12:23:37 +01:00 |
|
Frederik Haxel
|
18c9f3c14e
|
examples/dtls-sock: Enable non 32-bit architectures
|
2023-12-19 13:33:18 +01:00 |
|
Marian Buschsieweke
|
a04b0a01a2
|
examples,tests: replace deprecated module names by new names
|
2022-09-16 13:15:46 +02:00 |
|
Benjamin Valentin
|
9a6fc85b16
|
treewide: replace gnrc_netdev_default with netdev_default
|
2021-09-06 15:43:40 +02:00 |
|
Leandro Lanzieri
|
cff9a547af
|
examples/dtls-sock: add multiple credentials
|
2021-04-01 09:47:39 +02:00 |
|
Martine S. Lenders
|
4696a773de
|
examples / tests: pull in sock API not implementation
|
2020-09-07 08:45:25 +02:00 |
|
Leandro Lanzieri
|
531367a9a2
|
pkg/tinydtls: enforce the selection of a crypto secure PRNG
Also add a sanity checks on the prng_ modules.
|
2020-08-21 08:39:34 +02:00 |
|
Aiman Ismail
|
d5b2aa8a2f
|
pkg/tinydtls: Move configurations to 'CONFIG_' namespace
Macros that changed:
DTLS_PSK -> CONFIG_DTLS_PSK
DTLS_ECC -> CONFIG_DTLS_ECC (except in release-notes.txt)
DTLS_CONTEXT_MAX -> CONFIG_DTLS_CONTEXT_MAX
DTLS_PEER_MAX -> CONFIG_DTLS_PEER_MAX
DTLS_HANDSHAKE_MAX -> CONFIG_DTLS_HANDSHAKE_MAX
DTLS_SECURITY_MAX -> CONFIG_DTLS_SECURITY_MAX
DTLS_HASH_MAX -> CONFIG_DTLS_HASH_MAX
|
2020-03-05 19:11:38 +01:00 |
|
Aiman Ismail
|
24b42d192c
|
examples/dtls-sock: remove TINYDTLS_LOG
|
2020-02-05 06:59:34 +01:00 |
|
pokgak
|
57533a76fd
|
examples: add DTLS sock example application
|
2019-12-05 14:08:54 +01:00 |
|