Commit graph

131 commits

Author SHA1 Message Date
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
Noah Laptop
c045607b39 Clarification edits for trust anchor generation 2020-01-10 17:04:37 -08:00
Noah Laptop
576e34487e Fix memory checker for ESP32 compatibility 2020-01-06 09:38:39 -08:00
Noah
231da37762
Update issue link in README 2019-12-31 10:18:12 -08:00
Noah
90572ac065
Update README to specify non-compatibility with the ESP family 2019-12-31 10:16:27 -08:00
Noah Laptop
6d014c5f0a Fix the adafruit SAMD core version used by travis 2019-12-30 08:21:19 -08:00
Noah Laptop
7f7deb5e65 bump version to v1.4.5 2019-12-30 08:02:36 -08:00
Noah Laptop
f9e4d2574c fix incorrect cast from bool to int, and an invalid return value 2019-12-30 08:00:00 -08:00
Noah Laptop
c2eca312f4 bump version in doxygen 2019-12-26 17:59:50 -05:00
Noah Laptop
539b088e82 fix support for the esp8266 2019-12-26 17:50:34 -05:00
Noah
106c124c58
Update readme to remove old template implementation 2019-11-20 19:49:54 -08:00
Noah
e8c7cc2f11
Update readme 2019-11-20 19:47:59 -08:00
Noah Laptop
42a39222ef bump version 2019-11-12 11:46:23 -08:00
Noah Laptop
58a551aa38 prevent conflict with SSLClient errors and common other client write errors 2019-11-11 15:02:37 -08:00
Noah Laptop
957e09c3d3 remove quotes from API key 2019-11-11 12:26:24 -08:00
Noah Laptop
26b175844e Fixed a bug causing a buffer overflow in the WiFi101 library 2019-11-11 12:18:58 -08:00
Noah Laptop
ab9a195124 updated doxygen 2019-11-07 12:10:00 -08:00
Noah Laptop
00f78f18e8 refactored SSLClient to use a reference to a client as opposed to an instance. 2019-11-07 12:08:39 -08:00
Noah Laptop
0ca631c627 update travis for autodeploy 2019-11-07 09:41:27 -08:00
Noah Laptop
a0f74b19a3 attempted to add autocompile and deploy feature 2019-11-06 16:36:07 -08:00
Noah Laptop
6012a3e5ba Updated travis to use latest version of ArduinoCLI 2019-11-06 16:04:09 -08:00
Noah Laptop
c157c00f69 final update to documentation before version release 2019-08-14 11:19:56 -07:00