Commit Graph

15 Commits (a66444e73eccafe96e37e9862c5f07b3d4a44da9)

Author SHA1 Message Date
jordan 95105068c6 more cleanup. 2024-09-17 00:07:10 -04:00
jordan cea1d0815e Server and client dtls threaded examples. 2024-01-16 23:31:38 -06: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
kojo1 6db497ba71 wolfSSL_dtls_set_peer sample coding on server side 2020-05-04 10:42:17 +09:00
kojo1 1d5c4f6a15 refactor flags 2020-04-15 07:04:09 +09:00
kojo1 95f2ab6865 fix socket close, client iteration 2020-04-15 06:42:02 +09:00
Chris Conlon 9237d307b5 update copyright to 2020 2020-01-03 16:08:42 -08:00
abrahamsonn 1eb08e7cb6 Added "return" to sig_handler 2017-06-02 13:57:37 -06:00
abrahamsonn fc5f290c8b Merge branch 'master' into dtls-branch 2017-06-02 13:18:04 -06:00
Kincade 1a46ec1d16 Combined applicable functions into 'main' of each file 2017-06-01 13:31:11 -06:00
abrahamsonn 479381f0cc Some memory & merge conflict fixes 2017-06-01 09:07:06 -06:00
abrahamsonn dfa1d0f647 Memory leak fixes 2017-05-31 16:28:17 -06:00
Kincade f6a5ff06e8 removed whitespaces, fixed memset warning 2017-05-16 16:10:51 -06:00
Nickolas Lapp 2a86261646 Updating DTLS from cyassl to wolfssl, updating headers 2015-05-26 13:06:23 -06:00
Chris Conlon 4b251d446c add initial DTLS examples 2014-06-30 09:52:39 -06:00