Commit graph

202 commits

Author SHA1 Message Date
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
Noah Laptop
bdca75cd87 Remove platform dependent code, update travis to attempt precompiled builds for all platforms 2020-02-21 11:45:14 -08:00
Noah
f7c1f61cbf
Update link in README 2020-02-10 11:42:36 -08:00
Noah Laptop
650aec2e1d Upgrade docs, and bump version 2020-02-10 11:38:06 -08:00
Noah Laptop
089f842558 Upgrade bearssl to acc70b1be60a6f321e2da618cd35d901b1a598a4 2020-02-07 12:32:49 -08:00
Noah
1af9d2022b
Merge pull request #6 from bigjohnson/master
Tested Tiva C support
2020-02-07 12:27:19 -08:00
Alberto Panu
39e5211178
Create trust_anchors.h 2020-02-07 01:16:08 +01:00
Alberto Panu
65eb61d27c
Added sample for Texas Instruments Tiva C TM4C1294
Tested on EK-TM4C1294XL board with Energia 1.8.11E23
2020-02-07 01:15:34 +01:00
Alberto Panu
8b554f2145
Added tivac architecture 2020-02-07 01:09:08 +01:00
Alberto Panu
eeeb385e33
Added tivac architecture 2020-02-07 01:08:21 +01:00
Alberto Panu
32eec1d429
Tested the library with TI Tiva C TM4C1294
I have tested the lib on EK-TM4C1294XL Tiva C evaluation board and it works.
2020-02-07 00:50:32 +01:00
Noah Laptop
c8030dfe4e remove old template reference in trustanchors guide 2020-01-10 17:05:29 -08:00