docs/en/security: Add documentation for signed apps without hardware secure boot feature

This commit is contained in:
Jitin George
2018-08-14 18:55:11 +05:30
committed by Angus Gratton
parent b364f23e17
commit 458b167f1a
3 changed files with 44 additions and 1 deletions

View File

@@ -29,6 +29,11 @@ Application Example
return ESP_OK;
}
Signature Verification
----------------------
For additional security, signature of OTA firmware images can be verified. For that, refer :ref:`secure-ota-updates`
API Reference
-------------