Commit Graph

598 Commits (e988c12c4a9d593397637e70f72eddb27bf7d76c)

Author SHA1 Message Date
JacobBarthelmeh e988c12c4a Merge pull request #72 from kaleb-himes/wolfCLU-update
include main header for options.h prior to other wolfSSL headers
2017-08-11 11:05:12 -06:00
kaleb-himes ae52a5d380 include main header for options.h prior to other wolfSSL headers 2017-08-11 10:52:30 -06:00
Kaleb Himes 370ce1ef97 Merge pull request #71 from cconlon/android_update
Update Android NDK Example App
2017-08-09 17:19:29 -06:00
Chris Conlon b528643aba Android: update example NDK project 2017-08-09 14:43:39 -06:00
Chris Conlon 2d8edba2bd Android: update wolfssljni submodule commit in ndk example 2017-08-09 14:43:06 -06:00
Chris Conlon b0b44b9d41 Android: update wolfssl submodule commit in ndk example 2017-08-09 14:42:43 -06:00
Kaleb Himes 64b347fa06 Merge pull request #68 from dgarske/btle_typos
Fix Btle example spelling errors and Makefile to use dynamic library
2017-07-31 17:09:19 -06:00
David Garske 20d94ae1c8 Added DEBUG_WOLFSSL to the debug flags in Makefile. Thanks Kaleb. 2017-07-31 16:04:47 -07:00
David Garske db60d7789a Add cleanup for ecc server/client binaries. Leaving comment as-is for debugging. 2017-07-31 14:18:03 -07:00
David Garske af27d17576 Fixed several typos in `btle/README.md`. Changed the `btle/Makefile` to default to non-debug / dynamic wolfSSL library. 2017-07-22 11:31:18 -07:00
toddouska a16f3b1066 Merge pull request #67 from dgarske/btle_example
BTLE / Lightweight secure transport example using ECC Encrypt
2017-07-21 11:33:49 -07:00
David Garske 32d8e4ad5b Fix bug with not sending server salt before setting peer salt. Added additional error check in `btle_send`. Fixed filename type in ecc-client.c. Added notes about how to validate server public key using a trusted cert (TODO). 2017-07-20 11:13:36 -07:00
David Garske 6aa7f1c674 Additional fixes and updates to doc. 2017-07-19 19:20:02 -07:00
David Garske bf4b1875ba Added error response checking. Added header to indicate packet type and length. Added padding for packets. Testing almost complete. 2017-07-18 20:43:14 -07:00
JacobBarthelmeh 3e21a3a4d6 Merge pull request #66 from kaleb-himes/updateCertGenEx
Add missing header and add subject info for newCert
2017-07-18 09:16:53 -06:00
David Garske b55905b164 Added keys and encrypt/decrypt. 2017-07-18 08:14:53 -07:00
kaleb-himes f77642030f Update README 2017-07-18 08:59:06 -06:00
kaleb-himes 0d1a15f076 Add missing header and add subject info for newCert 2017-07-18 08:56:20 -06:00
David Garske c423636d77 First pass at a BTLE example for ECC encrypt scheme. 2017-07-17 20:20:32 -07:00
JacobBarthelmeh b21f358dac Merge pull request #65 from NickolasLapp/master
Updates to LINUX-SGX to add server support, not compile in benchmark
2017-06-30 13:57:07 -06:00
Nickolas Lapp 2737a95808 Updates to LINUX-SGX to add server support, not compile in benchmark
and wolfcrypt tests by default.
2017-06-26 14:54:10 -07:00
JacobBarthelmeh 19ae36ee96 Merge pull request #64 from NickolasLapp/master
Adds SGX_Linux, a simple Enclave/App example that includes: wolfcrypt
2017-06-14 16:12:56 -06:00
Nickolas Lapp 973a3299d1 Adds SGX_Linux, a simple Enclave/App example that includes: wolfcrypt
test, wolfcrypt benchmark, and a simple TLS client App all to be run on
SGX hardware. Move SGX_example -> SGX_Windows since there is now a linux
example.
2017-06-12 14:37:59 -07:00
Chris Conlon d1a5c0eed8 Merge pull request #61 from abrahamsonn/tutorial/udp-branch
Tutorial/udp branch
2017-06-06 13:16:54 -04:00
Kaleb Himes b1ff5c8c85 Merge pull request #60 from jrblixt/clu_linuxPathFix
Fix for CLU paths on case sensitive systems.
2017-06-06 11:02:39 -06:00
abrahamsonn 5ef7e2f6c2 Merge branch 'master' into tutorial/udp-branch 2017-06-06 10:14:21 -06:00
John Blixt 2193067691 Update Kaleb's changes. 2017-06-06 10:10:22 -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
John Blixt 80044f0f2b Linux case sensitive path fix. 2017-06-05 18:33:46 -06:00
Chris Conlon 9593dfca3e Merge pull request #58 from levi-wolfssl/tls-simplify
TLS simplify
2017-06-05 20:32:28 -04: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
Levi Rak bd83dd5ffb re-added compile time error for not having --enable-writedup 2017-06-05 16:33:48 -06:00
Levi Rak a8894d18fe fixed botched merge 2017-06-05 13:26:25 -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
Chris Conlon be17cb65e3 Merge pull request #57 from KincadePavich/master
Updated DTLS Tutorial
2017-06-02 17:25:15 -06:00
Kincade Pavich 0295d16ea8 Merge branch 'master' into master 2017-06-02 17:24:17 -06:00
Levi Rak df879fd5f9 found a stay <<<<<<< HEAD tag 2017-06-02 17:14:04 -06:00
Levi Rak beab3faa87 Merge branch 'master' of https://github.com/wolfssl/wolfssl-examples into tls-simplify 2017-06-02 17:11:35 -06:00
Kincade 84e02883cd all chapters of tutorial updated, needs some more work 2017-06-02 16:58:44 -06:00
Levi Rak 9c77833933 README: callback and ecdhe 2017-06-02 16:52:09 -06:00
Chris Conlon c15ac5e8a3 Merge pull request #55 from abrahamsonn/dtls-branch
Dtls branch
2017-06-02 16:35:15 -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
Levi Rak 14a6533e2a proof read 2017-06-02 16:03:00 -06:00