Commit Graph

99 Commits (2f132cee13bcd2d4af6f4497c163cb15d7ab0e60)

Author SHA1 Message Date
kaleb-himes 5195bdbd31 Address other examples also based on peer feedback 2020-07-07 11:57:38 -06:00
kaleb-himes f45184fc4a remove unnecessary nonblock calls and update to _dtls_ on relevant calls 2020-07-07 09:33:17 -06: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
Liu Qun c08ba4464d Fix up libpthread linking error with dtls/server-dtls-threaded
Signed-off-by: Liu Qun <517067180@qq.com>
2019-05-06 02:28:01 -07:00
David Garske d8c08a00a5 Fixes for nightly Jenkins reports (pass 2). 2019-03-27 21:04:21 -07:00
David Garske d6ff3a1724 Fixes to resolve issues with DTLS server and client with various edge cases. Updated the tutorial to correct several typos and spelling errors. 2019-02-20 10:22:56 -08:00
David Garske a8d65a574a Cleanups to to the DTLS examples. 2019-02-20 09:04:29 -08:00
David Garske abc83e84fb First pass at creating a DTLS example using custom IO callbacks. 2019-02-20 09:04:29 -08:00
Daniele Lacamera 903f812710 DTLS over IPv6: examples (#102)
* Added DTLS IPv6 client/server examples
2018-07-25 09:32:24 -07:00
abrahamsonn 5ef7e2f6c2 Merge branch 'master' into tutorial/udp-branch 2017-06-06 10:14:21 -06:00
abrahamsonn 1adb157909 Some weird stuff happened to the tutorial.md file 2017-06-06 10:07:28 -06:00
abrahamsonn 2397cd275a Tutorial update 2017-06-06 09:56:12 -06:00
abrahamsonn 787e9537f9 Comment changes & tutorial additions 2017-06-06 09:47:51 -06:00
abrahamsonn 8b8ed40832 There was a warning in client-udp.c due to an assignment w/o cast and the Tutorial now has a chapter 5 2017-06-05 16:42:26 -06:00
Chris Conlon 2880ca7452 Merge pull request #59 from abrahamsonn/dtls-branch
Fixed issue with client nonblocking and servernonblocking
2017-06-02 17:55:48 -06:00
abrahamsonn 82897bec22 Fixed issue with client nonblocking and servernonblocking 2017-06-02 17:51:44 -06:00
Kincade Pavich 0295d16ea8 Merge branch 'master' into master 2017-06-02 17:24:17 -06:00
Kincade 84e02883cd all chapters of tutorial updated, needs some more work 2017-06-02 16:58:44 -06:00
abrahamsonn d0be8096f6 Found the hidden readErr declaration 2017-06-02 16:34:29 -06:00
abrahamsonn 4ee60d341b spacing + variable movement 2017-06-02 16:31:41 -06:00
abrahamsonn a48f6b80ae One small change for man, one giant leap for git-kind 2017-06-02 16:26:30 -06:00
abrahamsonn ebd90c73d7 forgot to delete line 292 of server-dtls-threaded.c 2017-06-02 16:17:05 -06:00
abrahamsonn 5b5d9e9266 fixes from stupid past mistakes 2017-06-02 16:14:26 -06:00
Kincade b8fcf01cb3 Merge branch 'oldExamples' into combineFunctions 2017-06-02 15:56:28 -06:00
abrahamsonn 63536b6b8f I've stopped using the github file editor - back to using vim. Hopefully this will stop the indentation problems. 2017-06-02 15:53:21 -06:00
Kincade d942e31475 chapters 1 and 2 updated and organized 2017-06-02 15:38:20 -06:00
abrahamsonn 9bda8f05fc Attempted indentation/spacing fixes 2017-06-02 15:00:20 -06:00
abrahamsonn 1eb08e7cb6 Added "return" to sig_handler 2017-06-02 13:57:37 -06:00
abrahamsonn ddef4d8a6b Update client-udp.c
Added a comment to main - couldn't find any variable declarations to move to the top of the main method
2017-06-02 13:53:31 -06:00
abrahamsonn f27363dd3b Update client-dtls.c
Comment added to main - couldn't find any variables to move to the top of the main method
2017-06-02 13:51:26 -06:00
abrahamsonn 56828f0254 Update client-dtls-resume.c
Moved variable declarations to the top of the function
2017-06-02 13:49:05 -06:00
abrahamsonn 29d3878e14 Update client-dtls-nonblocking.c
Moved variables to the top of the function
2017-06-02 13:43:54 -06:00
abrahamsonn fc5f290c8b Merge branch 'master' into dtls-branch 2017-06-02 13:18:04 -06:00
abrahamsonn d40cd308c7 Update client-udp.c
Moved functionality into main
Added comments
2017-06-02 11:04:12 -06:00
abrahamsonn 1a1474af9e Whitespace removal - client-dtls.c 2017-06-02 10:50:12 -06:00
abrahamsonn a71529ffd6 I hope this fixed lines 44-52 2017-06-02 10:49:05 -06:00
abrahamsonn e6ac225d77 Update client-dtls-resume.c 2017-06-02 10:46:46 -06:00
abrahamsonn ca730b905d Updated client-dtls-resume.c
1. Moved functionality to main
2. Converted hard-tab characters to 4 spaces each to fix indentation problems
3. Added comments
2017-06-02 10:46:01 -06:00
abrahamsonn 24d2431239 Update client-dtls-nonblocking.c 2017-06-02 10:28:50 -06:00
Kincade 33d50bbc60 Moved variable declarations appropriately, restored min function 2017-06-02 10:24:24 -06:00
abrahamsonn 008d7b1aea Put spaces after "#*" occurrences 2017-06-02 10:07:49 -06:00
abrahamsonn 73f3fce2e4 Update client-udp.c 2017-06-02 09:52:37 -06:00
abrahamsonn 4858db667d Update client-dtls.c 2017-06-02 09:51:40 -06:00
abrahamsonn 327db27306 Indentation fixes in client-dtls-resume 2017-06-02 09:45:59 -06:00
abrahamsonn 84fb19c09a Update client-dtls-nonblocking.c 2017-06-02 09:42:22 -06:00
abrahamsonn 5de5890ef5 Hidden tab characters 2017-06-02 09:41:56 -06:00
abrahamsonn 56f3f1dca0 Missed an indentation fix 2017-06-02 09:36:34 -06:00