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)
commite246b728ee71d01c6b978aea642a3fb972ec60a9
tree1bb5380a80f590ac5ce3b63abd230d2722354e2f
parentb0ec829978817205bcc36425f1fe36b96f6379d4
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]