Commit graph

202 commits

Author SHA1 Message Date
Noah Laptop
1fe4894800 chore: update pycert_bearssl to detect end entity certificates (#35) 2021-03-31 13:26:12 -07:00
Noah Laptop
028e33728d docs: grammer fixes and add resources table to README 2021-03-22 11:06:12 -07:00
Noah Laptop
978d6020d4 chore: bump version 2021-03-21 20:12:30 -07:00
Noah Laptop
f95facc254 docs: remove workaround to #9 from examples 2021-03-21 20:11:50 -07:00
Noah Laptop
d5e9c6d1aa docs: add certificate warning to README 2021-03-21 20:07:42 -07:00
Noah Laptop
cbb4493876 fix: fix infinite recursion bug with the ESP32 when BearSSL wasn't ready to send 2021-03-21 16:16:45 -07:00
Noah Koontz
1f9c1f9088
docs: update README badge 2020-12-30 10:21:24 -08:00
Noah Koontz
812ff13425
ci: Remove 'Release' from release titles 2020-11-28 21:56:28 -08:00
Noah Laptop
7fd3c7ff3e chore: bump version to v1.6.10 2020-11-28 21:42:13 -08:00
Noah Laptop
22ddeeb19b docs(readme): update board support 2020-11-28 21:41:36 -08:00
Noah Koontz
1f1f81fde5
ci: Switch to GitHub Actions for CI (#28) 2020-11-28 21:33:53 -08:00
Noah Laptop
f6aa0fd5ad fix: add function to manually update the x509 verification time 2020-11-10 14:06:02 -08:00
Noah Koontz
a5f4e412cc
Update README.md 2020-11-10 12:51:42 -08:00
Noah Koontz
bcceea1c47
Update README 2020-11-10 12:50:36 -08:00
Noah Koontz
b8539a88d7
Update README to include disclaimer about time (address #27) 2020-11-10 12:29:41 -08:00
Noah Laptop
32d1c55066 chore: bump version 2020-10-25 16:25:08 -07:00
Noah Laptop
a6462552cd fix: enable p384 and p512 curves in SSL engine 2020-10-25 16:24:19 -07:00
Noah Koontz
a7bcbfba2a
Merge pull request #21 from fdistorted/issue-20
chore: add ec certificate support to pycert_bearssl
2020-10-16 13:58:32 -07:00
Noah Laptop
adaac3066c fix: remove cryptography import, cleanup error handling 2020-10-16 13:56:36 -07:00
fdistorted
7e3c21c396 support of ec certificates added 2020-10-16 13:46:05 +03:00
Noah Laptop
92647716ca bump version to v1.6.8 2020-10-05 11:58:43 -07:00
Noah Laptop
c19e7ba506 refactor state logging to catch more transitions in BearSSL's state, revert change in previous commit, add SSL_DUMP log level for even more debugging. 2020-10-05 11:32:42 -07:00
Noah Koontz
9854b229f7
Remove flush in available() to prevent timeouts 2020-09-30 08:44:43 -07:00
Noah Koontz
efdfbe8cbb
Update TrustAnchors.md 2020-08-31 17:56:50 -07:00
Noah Koontz
65c4d634f5
Update README.md 2020-08-31 17:42:12 -07:00
Noah
f40b9c47e1
Merge pull request #14 from OPEnSLab-OSU/develop
Fix #13
2020-06-15 09:26:16 -07:00
Noah Laptop
f250f7f2d2 bump version 2020-06-15 09:16:50 -07:00
Noah Laptop
2472e517a5 add known issues to README 2020-06-15 09:16:24 -07:00
Noah Laptop
4707ea4b48 Refactored stop to avoid sending close_notify 2020-06-14 09:57:11 -07:00
Noah Laptop
dd58b5b345 Add contributing guide 2020-06-11 12:48:00 -07:00
Noah Laptop
61d2538f91 move pull request template 2020-06-11 12:15:22 -07:00
Noah Laptop
c42d5c10b0 README fixes 2020-06-11 12:11:56 -07:00
Noah Laptop
b21d20e688 add pull request template 2020-06-11 12:08:44 -07:00
Noah
c7a30e716b Update issue templates 2020-06-11 12:01:03 -07:00
Noah
1cf0fac337
Add CODE_OF_CONDUCT 2020-06-11 11:54:09 -07:00
Noah Laptop
ac7ffaef41 bump version 2020-05-26 15:23:32 -07:00
Noah Laptop
7debbabdd2 fix an issue where a driver desync would cause future connections to fail 2020-05-26 15:19:45 -07:00
Noah Laptop
5d8fe824ee bump version 2020-05-24 14:07:47 -07:00
Noah Laptop
fa0c4ee5e2 add support for SAM, switch __throw_length_error to weak linkage 2020-05-24 14:00:35 -07:00
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