Search found 2 matches
- Fri May 17, 2024 11:20 am
- Forum: ESP-IDF
- Topic: [ESP32-S3] SSBL: Unable to increase bootloader size
- Replies: 3
- Views: 970
Re: [ESP32-S3] SSBL: Unable to increase bootloader size
Thank you for your reply. You seem to be right. I am wondering what is limiting the SSBL to have dynamic memory allocation? I am trying to use a very stripped down version of mbedTLS, to enable X.509 certificate parsing and RSA signature verification. I am trying to make as little changes to the alg...
- Fri Apr 26, 2024 7:41 am
- Forum: ESP-IDF
- Topic: [ESP32-S3] SSBL: Unable to increase bootloader size
- Replies: 3
- Views: 970
[ESP32-S3] SSBL: Unable to increase bootloader size
Hi, I am trying to make a more a complex SSBL that would parse X.509 certificates and verify RSA signatures. However I am facing issues with the size of the bootloader. I am using the bootloader_override example as a base. I have stripped the mbedtls to bare minimum to be able to parse x509 certific...