Skip to content

Commit

Permalink
Add esp-mbedtls warning to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed May 23, 2024
1 parent adc3ebe commit 67fbc64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ If you are missing a feature or would like an improvement, please raise an issue

:warning: Note that both features cannot be used together and will cause a compilation error.

:warning: The released version of `reqwless` does not support `esp-mbedtls`. The reason for this is that `esp-mbedtls` is not yet published to crates.io. One should specify `reqwless` as a git dependency to use `esp-mbedtls`.

### esp-mbedtls
**Can only be used on esp32 boards**
`esp-mbedtls` supports TLS 1.2 and 1.3. It uses espressif's Rust wrapper over mbedtls, alongside optimizations such as hardware acceleration.
Expand Down

0 comments on commit 67fbc64

Please sign in to comment.