Commit Graph

680 Commits (12d51a8e25fd4dd0a75a9852566121e4cd20e117)

Author SHA1 Message Date
Conner 9adb1a757f Cleaned up README tutorial fixing mistakes and better explaining sections that needed it 2017-05-26 09:22:07 -06:00
Conner 5f0d83c24a Fixed write error to server in client-tcp.c 2017-05-23 14:08:21 -06:00
Levi Rak 3d5641ad21 Merge branch 'master' of https://github.com/wolfssl/wolfssl-examples into whitespace 2017-05-22 13:17:12 -06:00
Levi Rak 56f6b9c2fb Cleaned up whitespace/alignment 2017-05-22 11:18:54 -06:00
Conner ead710ce8b Fixed typo in error message for server-psk.c 2017-05-22 10:36:43 -06:00
Conner a71cd72db7 Merge branch 'master' of https://github.com/wolfssl/wolfssl-examples 2017-05-22 10:15:29 -06:00
Kincade 200a9d461c fixed memory leak in rng and removed whitespaces 2017-05-19 11:29:44 -06:00
Kincade 537eab8427 fixed 2 aes memory leaks with rng 2017-05-19 11:19:12 -06:00
Kincade e168f01596 Fixed memory leak in rng 2017-05-18 17:02:10 -06:00
Kincade 03cb12734d Fixed memory leak on rng 2017-05-18 16:37:00 -06:00
dgarske 8c977e2654 Merge pull request #45 from kaleb-himes/wolfCLU
adding keygeneration framework and ed25519 der creation, update license
2017-05-18 10:57:12 -07:00
Conner e71ac27212 Changed --enable-3des to --enable--des3 in README 2017-05-18 09:08:34 -06:00
Conner 200708b5f5 Finished changing the files in /psk to more closely follow the coding standard. 2017-05-16 16:29:22 -06:00
Kincade f6a5ff06e8 removed whitespaces, fixed memset warning 2017-05-16 16:10:51 -06:00
Conner 8bfdd52d09 Changed server-psk.c to more closely follow the coding standard. 2017-05-16 15:40:10 -06:00
Conner e8d01ac1b5 Changed server-psk-threading.c to more closely follow coding standard. 2017-05-16 15:11:55 -06:00
Conner 8dedecf3e1 changed server-tcp.c to more closely follow coding standard 2017-05-16 14:51:09 -06:00
Chris Conlon e51ed1ca28 Merge pull request #40 from kaleb-himes/master
remove functions in client-tcp and client-tls for better comparison
2017-05-11 11:51:51 -06:00
kaleb-himes e36ee88cd1 adding keygeneration framework and ed25519 der creation, update license 2017-05-03 14:54:15 -06:00
kaleb-himes 26b5a9d65f Merge branch 'master' of https://github.com/wolfssl/wolfssl-examples 2017-04-29 08:47:52 -06:00
JacobBarthelmeh f1b960876b Merge pull request #38 from toddouska/writedup
add client-tls-writedup example
2017-04-24 10:42:00 -06:00
kaleb-himes 21549527ce Merge branch 'master' of https://github.com/wolfssl/wolfssl-examples 2017-04-18 19:24:44 -06:00
dgarske 3d728cd4db Merge pull request #43 from kaleb-himes/ED25519-examples
ED25519 examples for key gen and .der output, sign/verify
2017-04-12 10:47:29 -07:00
kaleb-himes 76cc800750 update ED25519 examples based on feedback 2017-04-12 11:41:36 -06:00
kaleb-himes 7bb3cc3ad1 ED25519 examples for key gen and .der output, sign/verify 2017-04-11 17:35:51 -06:00
kaleb-himes 59ab351e28 Merge branch 'master' of https://github.com/wolfssl/wolfssl-examples 2017-04-11 17:27:22 -06:00
JacobBarthelmeh dcb6f3da5d Merge pull request #39 from toddouska/dtls-shared
add dtls shared example with multiple writers on same WOLFSSL, with a…
2017-04-03 14:45:54 -06:00
kaleb-himes 283074b528 remove functions in client-tcp and client-tls for better comparison 2017-03-30 13:33:05 -06:00
toddouska efe10c74b1 add dtls shared example with multiple writers on same WOLFSSL, with a reader at the same time 2017-03-21 15:07:14 -07:00
toddouska 8dcabdc1cd add client-tls-writedup example 2017-03-20 15:21:55 -07:00
dgarske 1d2af8097f Merge pull request #37 from dgarske/tls-perf-fixes
Fixes for TLS perf examples
2017-02-19 14:49:25 -08:00
David Garske a8a68e5f44 Fix async write handling in client-tls-perf. 2017-01-30 14:25:51 -08:00
David Garske 3a1e5518ad Fixes for TLS perf examples. Fixed issue with server-tls-epll-threaded not doing wolfAsync_DevClose. Enhanced server-tls-epll-threaded to use the wolfAsync_DevOpenThread feature to assign thread and QuickAssist core affinity. Added “-a” option on servers to allow TLS version downgrade. Enhancements to the Makefile. Other various cleanups. 2017-01-26 17:11:32 -08:00
toddouska 849f19ff12 Merge pull request #36 from dgarske/cleanup_psk
Cleanups for the PSK examples
2017-01-23 14:02:35 -08:00
toddouska 10115e7254 Merge pull request #35 from JacobBarthelmeh/master
simple pkcs12 example added
2017-01-23 14:01:47 -08:00
David Garske de6488c9e7 Update the includes to use options.h then ssl.h. Updated and renamed the README.md to indicate that “WOLFSSL_STATIC_PSK” is required when building wolfSSL. 2017-01-19 16:51:21 -08:00
Jacob Barthelmeh 8f1ac1a379 simple pkcs12 example added 2017-01-09 14:35:12 -07:00
Kaleb Himes 55861e82ec Update README.md 2016-12-27 10:52:42 -07:00
Kaleb Himes 6fdf7ef3d4 Add x509 section to README 2016-12-17 07:56:45 -07:00
Kaleb Himes f8499ea4d4 Merge pull request #33 from JacobBarthelmeh/master
add SGX example
2016-12-15 16:42:29 -07:00
Jacob Barthelmeh e47840d11f update SGX README 2016-12-15 16:35:45 -07:00
JacobBarthelmeh 8c76d40d30 Merge pull request #34 from kaleb-himes/ciocb-examples
custom io callback examples using the file system
2016-12-15 14:36:20 -07:00
kaleb-himes 729a7b698b removed unnecessary header files 2016-12-15 14:30:26 -07:00
kaleb-himes 598803c967 Remove commented client psk callback from psk testing 2016-12-15 09:21:43 -07:00
kaleb-himes 208ef9b899 custom io callback examples using the file system
use already available certs
2016-12-14 17:12:39 -07:00
Jacob Barthelmeh ae19a076cb add SGX example 2016-12-14 11:52:09 -07:00
dgarske f25777aa60 Merge pull request #32 from kaleb-himes/x509
beginnings of X509 and DESIGN change
2016-11-30 09:55:48 -08:00
kaleb-himes e1620afba3 help menu and usage for x509 added 2016-11-28 20:40:04 -07:00
kaleb-himes c368db987b addition error check and test cases 2016-11-28 08:57:19 -07:00
kaleb-himes dfb12cac88 portability update for linux /bin/sh script 2016-11-27 17:24:26 -07:00