Andras Fekete
|
4c2f96ff64
|
Clean up wolfSSL path variable name
|
2024-04-04 13:28:23 -04:00 |
David Garske
|
1bb931cf4d
|
Fixes for peer review feedback.
|
2022-02-15 16:07:42 -08:00 |
David Garske
|
aa701a77d3
|
Add links to examples.
|
2022-02-15 15:45:03 -08:00 |
David Garske
|
894059f675
|
Added missing `string.h` for `strcasestr`.
|
2022-02-15 15:07:33 -08:00 |
David Garske
|
b9b85d8efb
|
Textual updates from peer review.
|
2022-02-15 14:20:04 -08:00 |
David Garske
|
1b6974e4ee
|
Improve TLS example to accept STDIN and "exit" command. Improve documentation.
|
2022-02-15 13:58:04 -08:00 |
David Garske
|
809e5351bb
|
Added BTLE TLS v1.3 example.
|
2022-02-15 13:10:41 -08:00 |
David Garske
|
5ba15f1426
|
Spelling fixes.
|
2021-06-09 09:07:40 -07:00 |
David Garske
|
e6846d5f8e
|
Fix minor spelling error.
|
2021-02-02 13:59:41 -08:00 |
David Garske
|
3629e9c721
|
Fixes for compiler warnings in BTLE example.
|
2021-02-02 11:50:00 -08:00 |
Chris Conlon
|
9237d307b5
|
update copyright to 2020
|
2020-01-03 16:08:42 -08: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 |
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 |
David Garske
|
b55905b164
|
Added keys and encrypt/decrypt.
|
2017-07-18 08:14:53 -07:00 |
David Garske
|
c423636d77
|
First pass at a BTLE example for ECC encrypt scheme.
|
2017-07-17 20:20:32 -07:00 |