I came across this recently; I think people graduating from Arduino IDE/PlatformIO to ESP-IDF encounter it. With Arduino framework there is a way to avoid needing a certificate - simply setting cert to blank it will pass. ESP IDF is stricter, you will need the certificate.
Because this is the ...
Search found 2 matches
- Sun May 11, 2025 7:37 am
- Forum: ESP-IDF
- Topic: [SOLVED] Connection to website over HTTPS protocol
- Replies: 15
- Views: 23810
- Tue Oct 26, 2021 11:20 am
- Forum: Hardware
- Topic: RSA peripheral 50% slower on ESP32-S3/C3 than S2?
- Replies: 11
- Views: 20899
Re: RSA peripheral 50% slower on ESP32-S3/C3 than S2?
Hi EmilenL, I'm very interested in your ECC optimised library!
Currently I'm using the Trezor C library for my EC math in my ESP32 Ethereum bridge library (https://github.com/AlphaWallet/Web3E), and while it's optimised for embedded devices it only does ECDSA. Would be great to add ED25519 for ...
Currently I'm using the Trezor C library for my EC math in my ESP32 Ethereum bridge library (https://github.com/AlphaWallet/Web3E), and while it's optimised for embedded devices it only does ECDSA. Would be great to add ED25519 for ...