Search found 3 matches
- Tue Dec 12, 2023 9:53 pm
- Forum: ESP-IDF
- Topic: Possibility to update from flash encryption development to release via OTA
- Replies: 2
- Views: 9594
Re: Possibility to update from flash encryption development to release via OTA
Did you find answers to your questions? If so, could you share them?
- Sun Dec 10, 2023 7:54 pm
- Forum: ESP-IDF
- Topic: How to set ESP boot partition to always remain the same?
- Replies: 1
- Views: 35306
How to set ESP boot partition to always remain the same?
I have the following partition structure for my application: Factory partition - my bootloader app that gets flashed in the factory Main firmware partition - my main application I use factory partition to update main partition, and also for validating the device with the mobile app and backend. Howe...
- Sun Dec 10, 2023 10:25 am
- Forum: ESP-IDF
- Topic: MbedTLS rsa encryption/decryption errors
- Replies: 2
- Views: 4791
MbedTLS rsa encryption/decryption errors
On the ESP32-C3-Mini I'd like to use mbed tls library to encrypt and decrypt data with RSA-2048 algorithm. However I encounter many bugs. Describe the bug When using MbedTLS library mbedtls_pk_encrypt and mbedtls_pk_decrypt functions I get errors (0x44A0 or 0x3E80), even though its an example code f...