esp-idf/examples/system/ota/pre_encrypted_ota/main
Harshit Malpani b9caa324bc
examples: pre_encrypted_ota: update to newer API from esp_encrypted_img component
The members of the esp_decrypt_cfg_t configuration structure have been updated to correctly
reflect that we are using RSA private key member for the decryption purpose. Earlier their names were
incorrect. This old names have been marked as deprecated for IDF 5.2 release. This change can be viewed
at https://github.com/espressif/idf-extra-components/pull/187 and its part of esp_encrypted_img
component version 2.0.4

This commit updated to newer API usage from esp_encrypted_img component v2.0.4 for
pre_encrypted_ota example.
2023-06-23 21:04:41 +05:30
..
CMakeLists.txt
Kconfig.projbuild
idf_component.yml
pre_encrypted_ota.c examples: pre_encrypted_ota: update to newer API from esp_encrypted_img component 2023-06-23 21:04:41 +05:30