]> git.baikalelectronics.ru Git - uboot.git/commit
test: vboot: add padding pss for rsa signature
authorPhilippe Reynes <philippe.reynes@softathome.com>
Wed, 14 Nov 2018 12:51:04 +0000 (13:51 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Dec 2018 15:44:10 +0000 (10:44 -0500)
commit63a38ae4fd5662fc4a7968f5a160b6e11a60e0a7
tree1bb5380a80f590ac5ce3b63abd230d2722354e2f
parentc4ad1b31d7a68c18fa9da17805ec87add5cc188e
test: vboot: add padding pss for rsa signature

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@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py
test/py/tests/vboot/sign-configs-sha1-pss.its [new file with mode: 0644]
test/py/tests/vboot/sign-configs-sha256-pss.its [new file with mode: 0644]
test/py/tests/vboot/sign-images-sha1-pss.its [new file with mode: 0644]
test/py/tests/vboot/sign-images-sha256-pss.its [new file with mode: 0644]