diff options
| author | Tom Rini <[email protected]> | 2018-12-03 16:23:03 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-12-03 16:23:03 -0500 |
| commit | cf7c6f533331ff032d8949663ab2abe618da9cb4 (patch) | |
| tree | 05b83585e594685f83f626c21071172be1d607e5 /Kconfig | |
| parent | 8f5bfb7615e82ffccebf79530b08034f81e56268 (diff) | |
| parent | fb0204e48b3e5ed5ecdfab89229140b6d4a1a08b (diff) | |
Merge branch '2018-12-03-master-imports'
- Baltos platform updates
- rtc m41t62 converted to DM.
- PowerPC MPC8xx DM conversion
- Verified boot updates
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -290,6 +290,14 @@ config FIT_SIGNATURE_MAX_SIZE device memory. Assure this size does not extend past expected storage space. +config FIT_ENABLE_RSASSA_PSS_SUPPORT + bool "Support rsassa-pss signature scheme of FIT image contents" + depends on FIT_SIGNATURE + default n + help + Enable this to support the pss padding algorithm as described + in the rfc8017 (https://tools.ietf.org/html/rfc8017). + config FIT_VERBOSE bool "Show verbose messages when FIT images fail" help |
