Commit Graph

6 Commits (devin/ecc-signature-verification)

Author SHA1 Message Date
David Garske eaa8e8e022 Cleanups for DTLS 1.3 client/server examples. 2024-08-28 08:17:48 -07:00
Andras Fekete 953b896d86 Fix compile error 2024-04-22 10:12:56 -04:00
Juliusz Sosinowicz 6b3baa887b Address code review 2022-07-01 17:59:39 +02:00
Juliusz Sosinowicz 88cf4e3e5e Move common definitions to dtls-common.h 2022-06-28 12:19:43 +02:00
Juliusz Sosinowicz c7898d3195 DTLS 1.3 client and server examples
- Basic client
- Basic single-thread single-connection server
- Basic single-thread multiple-connection server using libevent

Compile wolfSSL with `./configure --enable-dtls --enable-dtls13 --enable-hrrcookie`.
Statelessness of server-dtls13-event tested by sending packets found in `dtls/bin-msgs` (`cat dtls/bin-msgs/CH1.bin | nc -u 127.0.0.1 11111 > /dev/null`)
2022-06-24 13:11:09 +02:00
Juliusz Sosinowicz 3235a2d475 Init DTLS 1.3 examples 2022-06-22 20:53:26 +02:00