Home
last modified time | relevance | path

Searched hist:"1 d88a99d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dimage-host.c1d88a99d Thu Oct 26 23:25:21 CDT 2017 Masahiro Yamada <yamada.masahiro@socionext.com> tools: image: fix "algo" property of public key for verified boot

The "algo_name" points to a property in a blob being edited. The
pointer becomes stale when fit_image_write_sig() inserts signatures.
Then crypto->add_verify_data() writes wrong data to the public key
destination.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>