Commit graph

101 commits

Author SHA1 Message Date
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
Noah Laptop
26e054bd76 bump version 2019-08-14 11:14:13 -07:00
Noah Laptop
c832294902 Remove unnessecary functions in SSLObj, add comments to SSLObj and update docs 2019-08-14 11:12:06 -07:00
Noah Laptop
c6ac76be27 small bugfix with flushing behavior 2019-08-14 11:00:19 -07:00
Noah Laptop
5e1a3b41ca fix SSLObj functionality 2019-08-13 12:29:09 -07:00
Noah Laptop
2b287f5179 Rework client certificates, add support for decoding a PEM object 2019-08-12 17:27:14 -07:00
Noah Laptop
43d517c9df remove output files 2019-08-05 21:47:52 -07:00
Noah Laptop
d4e988f6f1 update doxy 2019-08-05 21:47:12 -07:00
Noah Laptop
81cb0db897 Add travis badge 2019-08-05 21:45:04 -07:00
Noah Laptop
708b564d30 remove unnecessary explicit ctor 2019-08-05 21:39:49 -07:00
Noah Laptop
d884e4d4ed fix analog pin assignment in examples 2019-08-05 21:33:03 -07:00
Noah Laptop
5d8d4925d4 fix another typo 2019-08-05 21:26:50 -07:00
Noah Laptop
b335dea256 fix typo in travis 2019-08-05 21:21:14 -07:00
Noah Laptop
7922e59b10 update travis build script 2019-08-05 21:17:26 -07:00
Noah Laptop
beaa07f60d change platforms to fix build script 2019-08-05 20:56:28 -07:00
Noah Laptop
9766e41dee fix build compatibility issues, add travis build test 2019-08-05 20:35:32 -07:00
Noah Laptop
a097b3c377 Fixed a TLS timeout when connecting to servers with large ECC chains, removed curve25519 support to save space, added back chachapoly support for speed benefits 2019-08-01 10:00:00 -07:00
Noah Laptop
a7499cc9a4 small fix to cert_util.py to allow for ECC chains 2019-07-31 15:32:06 -07:00
Noah Laptop
8660724161 added back elliptical curves and reduced cipher suite 2019-07-31 10:50:59 -07:00
Noah Laptop
808bc15a1e fixed a bug with stopping SSLClient in the middle of a connection 2019-07-30 17:32:43 -07:00
Noah Laptop
02a8c5ff7c bump version again 2019-07-30 15:37:01 -07:00
Noah Laptop
184aa43802 fix readme and bump version 2019-07-30 15:35:45 -07:00
Noah Laptop
2e2c247a0f Removed support for some elliptical curves and removed support for SHA384 ciphers to save space 2019-07-30 15:33:10 -07:00
Noah Laptop
97aee26a1f Increased buffer again as the smaller buffer broke client certificates 2019-07-25 09:16:58 -07:00
Noah Laptop
4b95e7d7a1 added mutual authentication, tweaked command line tool 2019-07-23 18:29:13 -07:00
Noah Laptop
0538c30081 reduced memory usage, at the cost of performance 2019-07-22 17:07:54 -07:00
Noah Laptop
5d1c32d3c3 Updated documentation and examples to include new ethernet library fork 2019-06-13 19:38:53 -07:00
Noah Laptop
5919696b89 bump version 2019-06-13 13:44:47 -07:00
Noah Laptop
5cfb98d935 fixed a bug with behavior when the socket drops, added support for calling read or write to a null pointer 2019-06-13 13:39:19 -07:00
Noah Laptop
ae19c5a081 added extra write flush and debugging 2019-06-11 17:02:42 -07:00
Noah Laptop
75bc956a8e Fixed documentation to reflect available() requiring connected() for proper operation 2019-06-11 11:29:37 -07:00