Commit Graph

701 Commits (e36fd6eb65b569a8e6ff0441f62286a2952d292c)

Author SHA1 Message Date
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
Levi Rak 14a6533e2a proof read 2017-06-02 16:03:00 -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
Levi Rak 74facb96d1 README: list fix 2017-06-02 15:22:56 -06:00
Levi Rak 71bb6cb581 README: TCP -> TLS 2017-06-02 15:21:25 -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
Levi Rak 50c0d244a1 markdown orderd list fix (second try) 2017-06-02 12:44:11 -06:00
Levi Rak 93297cf778 markdown orderd list fix (hopefully) 2017-06-02 12:39:26 -06:00
Levi Rak 31ba6d8932 README: tcp client/server 2017-06-02 12:27:31 -06:00
Chris Conlon 55ad1ab997 Merge pull request #56 from KincadePavich/combineFunctions
Combined applicable functions into 'main' of each file
2017-06-02 12:18:47 -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
Levi Rak 317a4a87ce Merge branch 'tls-simplify' of https://github.com/levi-wolfssl/wolfssl-examples into tls-simplify 2017-06-02 10:35:30 -06:00
Levi Rak 33630926cd Readme test 2017-06-02 10:32:13 -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
Levi Rak 166f68c49d readme begin 2017-06-02 10:20:40 -06:00
abrahamsonn 008d7b1aea Put spaces after "#*" occurrences 2017-06-02 10:07:49 -06:00
Levi Rak 58dce0062b touch-up 2017-06-02 09:56:23 -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
abrahamsonn 534b89fc1a Update client-dtls-nonblocking.c
Fixed up the indentation problems & removed the C++ style comments.
2017-06-02 09:33:46 -06:00
Levi Rak 9554457a33 minor format 2017-06-01 17:20:42 -06:00
Levi Rak d91fa0984f made server-tls-threaded from server-tls 2017-06-01 16:19:07 -06:00
Levi Rak 7d61f05acd made client-tls-writedup from client-tls 2017-06-01 14:20:30 -06:00
Kincade 1a46ec1d16 Combined applicable functions into 'main' of each file 2017-06-01 13:31:11 -06:00
Chris Conlon f0290e0ef2 Merge pull request #54 from connerWolfSSL/master
Conner Becker PSK tutorial/examples updates and fixes
2017-06-01 13:21:03 -06:00
Conner 579b4d8e7d Fixed tab indentations. Moved struct in client-psk-nonblocking to top of block 2017-06-01 13:15:56 -06:00
Levi Rak 8979e728e3 made client-tls-resume from client-tls 2017-06-01 12:03:44 -06:00
abrahamsonn 54eef3358f Update Makefile 2017-06-01 11:17:29 -06:00
abrahamsonn 2b29522814 Update Makefile 2017-06-01 10:09:53 -06:00
abrahamsonn 705aedf4a8 Merge branch 'master' into dtls-branch 2017-06-01 10:03:46 -06:00
Levi Rak 27181cb123 README nuke 2017-06-01 09:21:38 -06:00
abrahamsonn 479381f0cc Some memory & merge conflict fixes 2017-06-01 09:07:06 -06:00