Noah Laptop
|
376c339c95
|
fix typo
|
2020-05-24 13:54:06 -07:00 |
|
Noah Laptop
|
9964401199
|
reworked std compatibility per https://github.com/OPEnSLab-OSU/SSLClient/pull/10
|
2020-05-24 13:52:07 -07:00 |
|
Noah Laptop
|
3d8ff7d341
|
add arduino due to travis
|
2020-05-24 13:46:44 -07:00 |
|
Noah Laptop
|
4bb4e14682
|
fix compilation error on older compilers (https://github.com/OPEnSLab-OSU/SSLClient/issues/12)
|
2020-05-24 13:46:31 -07:00 |
|
Noah Laptop
|
915535aacf
|
unlock stm32 version
|
2020-05-22 09:10:44 -07:00 |
|
Noah Laptop
|
159267684a
|
Add error logging to flush
|
2020-05-22 08:59:42 -07:00 |
|
Noah Laptop
|
e9d418fbb1
|
Add flush after write to prevent buffering in base client
|
2020-05-22 08:54:17 -07:00 |
|
Noah Laptop
|
9464307cb5
|
lock STM32 core to 1.8.0 to workaround https://github.com/stm32duino/STM32Ethernet/issues/46
|
2020-05-21 08:56:34 -07:00 |
|
Noah Laptop
|
dd942735e3
|
update README
|
2020-05-21 08:52:27 -07:00 |
|
Noah Laptop
|
93dc91994a
|
bump version to v1.6.4
|
2020-05-21 08:50:40 -07:00 |
|
Noah
|
4f3c4c8729
|
Merge pull request #10 from bleckers/patch-1
Add support for Teensy 4.x
|
2020-05-21 08:49:05 -07:00 |
|
Blair Wyatt
|
226307d0bd
|
Add support for Teensy 4.x
Teensy 4.x doesn't support exidx calls (yet), this fixes support for Teensy 4.x.
|
2020-05-21 18:46:59 +10:00 |
|
Noah Laptop
|
f20f619947
|
update mqtt example to workaround https://github.com/OPEnSLab-OSU/SSLClient/issues/9
|
2020-04-28 12:03:51 -07:00 |
|
Noah Laptop
|
d01c2e1f27
|
Bump version
|
2020-04-23 11:59:45 -07:00 |
|
Noah Laptop
|
e858f5e4c3
|
Ignore pycache
|
2020-04-23 11:56:08 -07:00 |
|
Noah Laptop
|
2bf648ee58
|
Update trust anchors in examples
|
2020-04-23 11:54:53 -07:00 |
|
Noah Laptop
|
5e3809b5da
|
Fixed a buffer overflow when writing too many bytes at once
|
2020-04-23 11:54:53 -07:00 |
|
Noah
|
7bc9b735bf
|
Update README
|
2020-04-22 16:34:56 -07:00 |
|
Noah
|
57aa984d5f
|
Grammar edits
|
2020-04-22 16:32:48 -07:00 |
|
Noah
|
1d4ca8e943
|
Clarification edits to README
|
2020-04-22 16:29:01 -07:00 |
|
Noah
|
8476eebf80
|
Clarification edits to README
|
2020-04-22 16:27:28 -07:00 |
|
Noah Laptop
|
9af061d314
|
remove "draft" tag from releases
|
2020-04-10 12:32:59 -07:00 |
|
Noah Laptop
|
d311cfc17b
|
bump version
|
2020-04-10 12:14:08 -07:00 |
|
Noah Laptop
|
73afe1e371
|
fix precompilation deployment to use correct library.properties
|
2020-04-10 12:13:37 -07:00 |
|
Noah Laptop
|
4301fe6fdd
|
fix incorrect sketch during stm32 deployment
|
2020-04-10 11:46:52 -07:00 |
|
Noah Laptop
|
04de9ad8fd
|
fix directories not being created during deployment
|
2020-04-10 11:45:48 -07:00 |
|
Noah Laptop
|
02fecdfc65
|
attempt to add precompilation to travis releases
|
2020-04-10 11:35:26 -07:00 |
|
Noah
|
871ccc9642
|
Update README
|
2020-04-02 11:47:27 -07:00 |
|
Noah Laptop
|
65c384aa3b
|
add esp32 to supported architectures, bump version
|
2020-04-02 11:40:41 -07:00 |
|
Noah Laptop
|
af54f83967
|
add tag processing to github releases
|
2020-03-11 13:50:27 -07:00 |
|
Noah Laptop
|
56825048bf
|
Remove invalid deployment condition from travis CI
|
2020-03-11 13:42:31 -07:00 |
|
Noah Laptop
|
546eb8f085
|
Have travis skip install during deployment
|
2020-03-11 13:34:07 -07:00 |
|
Noah Laptop
|
c0081abf82
|
fix travis deployment configuration
|
2020-03-11 13:11:37 -07:00 |
|
Noah Laptop
|
c73a0edf39
|
upgrade to v1.6.0
|
2020-03-11 13:05:24 -07:00 |
|
Noah Laptop
|
60dd7f1139
|
attempt to fix documentation breaking by removing packages
|
2020-03-11 12:59:38 -07:00 |
|
Noah Laptop
|
15ef60a5a3
|
Fix travis deploying the wrong directory
|
2020-03-11 12:48:17 -07:00 |
|
Noah Laptop
|
26c80b61d1
|
Update travis to autogenerate documentation
|
2020-03-11 12:40:48 -07:00 |
|
Noah Laptop
|
b8144e4c2e
|
fix travis overflowing the log (impressive), and fix stm32 build
|
2020-03-09 11:24:41 -07:00 |
|
Noah Laptop
|
79aa5b8fd9
|
update travis to include esp32, stm32, removed precompiled releases for now
|
2020-03-09 11:09:25 -07:00 |
|
Noah Laptop
|
8cbf028b98
|
restructure examples, validate stm32 (don't have hardware to test, so I can hope). Address https://github.com/OPEnSLab-OSU/SSLClient/issues/3.
|
2020-03-09 10:12:01 -07:00 |
|
Noah Laptop
|
2f05f16946
|
add trust anchors to example
|
2020-03-09 09:40:25 -07:00 |
|
Noah Laptop
|
5ae689bf72
|
Add EthernetMQTT example to demonstrate mTLS (credit @Atalonica)
|
2020-03-09 09:39:03 -07:00 |
|
Noah Laptop
|
7a1a2a823b
|
update README for clarification and mTLS documentation
|
2020-03-03 14:52:47 -08:00 |
|
Noah Laptop
|
3b9082cec9
|
fix a typo in the convert parameters
|
2020-03-02 16:39:30 -08:00 |
|
Noah Laptop
|
60087f67a2
|
update documentation
|
2020-03-02 10:27:34 -08:00 |
|
Noah Laptop
|
7307de34c9
|
reworked mTLS authentication
|
2020-03-02 10:20:57 -08:00 |
|
Noah Laptop
|
34af9c0d9b
|
fix typo in command specification
|
2020-02-28 10:06:26 -08:00 |
|
Noah Laptop
|
2cf244efc3
|
fix travis making unnecessary releases
|
2020-02-26 12:28:58 -08:00 |
|
Noah Laptop
|
f5672e6884
|
halfway through rewrite of mTLS api, need to finish testing RSA support
|
2020-02-26 11:54:54 -08:00 |
|
Noah
|
801f81ec9b
|
fix typo
|
2020-02-25 17:24:00 -08:00 |
|