[U-Boot] [PATCH V2 6/6] test: vboot: add padding pss for rsa signature

Simon Glass sjg at chromium.org
Sat Nov 3 06:08:15 UTC 2018


On 25 October 2018 at 03:29, Philippe Reynes
<philippe.reynes at softathome.com> wrote:
> The padding pss is now supported for rsa signature.
> This add test with padding pss on vboot test.
>
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> ---
>  test/py/tests/test_vboot.py                     | 10 +++---
>  test/py/tests/vboot/sign-configs-sha1-pss.its   | 46 +++++++++++++++++++++++++
>  test/py/tests/vboot/sign-configs-sha256-pss.its | 46 +++++++++++++++++++++++++
>  test/py/tests/vboot/sign-images-sha1-pss.its    | 44 +++++++++++++++++++++++
>  test/py/tests/vboot/sign-images-sha256-pss.its  | 44 +++++++++++++++++++++++
>  5 files changed, 186 insertions(+), 4 deletions(-)
>  create mode 100644 test/py/tests/vboot/sign-configs-sha1-pss.its
>  create mode 100644 test/py/tests/vboot/sign-configs-sha256-pss.its
>  create mode 100644 test/py/tests/vboot/sign-images-sha1-pss.its
>  create mode 100644 test/py/tests/vboot/sign-images-sha256-pss.its
>
> Changelog:
> v2:
> - new patch in the serie
> - add vboot for pss padding (thanks Simon Glass)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list