https://github.com/codesteak/eap-demo-esp32-c3-crates
https://github.com/codesteak/eap-demo-esp32-c3-crates
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codesteak/eap-demo-esp32-c3-crates
- Owner: CodeSteak
- Created: 2023-04-29T20:44:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T21:12:38.000Z (about 2 years ago)
- Last Synced: 2025-01-13T08:35:34.453Z (5 months ago)
- Size: 89.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just a holder repository for
a few patched crates.
They are build a around a slightly modified version of ring
to be used on a ESP32-C3.This includes:
* [ring](https://github.com/CodeSteak/eap-demo-esp32-c3-crates/tree/ring-0.17-esp32c3)
* [rustls](https://github.com/CodeSteak/eap-demo-esp32-c3-crates/tree/rustls-0.20.8)
* [sct](https://github.com/CodeSteak/eap-demo-esp32-c3-crates/tree/sct-rs-0.7.0-esp32c3)
* [rustls-webpki](https://github.com/CodeSteak/eap-demo-esp32-c3-crates/tree/webpki-0.100-esp32c3)# DO NOT USE THIS IN PRODUCTION CODE
These are just some quirky hacks to demonstrate that it is possible.
The examples using these crates can be found at:
https://github.com/CodeSteak/eap-tls/demos/demo_esp_std