Commit Graph

4 Commits (3b138a86b4be09bfc56de1f23914d505ce1bbc6c)

Author SHA1 Message Date
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