diff mbox series

[U-Boot,V2,5/6] configs: sandbox: enable padding pss for rsa signature

Message ID 1540459776-1935-5-git-send-email-philippe.reynes@softathome.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [U-Boot,V2,1/6] rsa: use new openssl API to create signature | expand

Commit Message

Philippe REYNES Oct. 25, 2018, 9:29 a.m. UTC
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Changelog:
v2:
- new patch in the serie

Comments

Simon Glass Nov. 3, 2018, 6:08 a.m. UTC | #1
On 25 October 2018 at 03:29, Philippe Reynes
<philippe.reynes@softathome.com> wrote:
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> Changelog:
> v2:
> - new patch in the serie

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 2ce336f..b2565e1 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -6,6 +6,7 @@  CONFIG_NR_DRAM_BANKS=1
 CONFIG_ANDROID_BOOT_IMAGE=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_BOOTSTAGE=y
 CONFIG_BOOTSTAGE_REPORT=y