mcuboot/scripts/imgtool/keys
David Brown 2c9153a268 imgtool: ECDSA pad signature
Until we fix the padding problem, pad the ecdsa signatures with zeros to
always be 72 bytes long.  Add a 'raw_sign' method so that the unit test
can use the real signature.

Signed-off-by: David Brown <david.brown@linaro.org>
2018-01-09 09:41:30 -07:00
..
__init__.py fix: Add back ECDSA signature support 2018-01-09 09:41:30 -07:00
ecdsa.py imgtool: ECDSA pad signature 2018-01-09 09:41:30 -07:00
ecdsa_test.py imgtool: ECDSA pad signature 2018-01-09 09:41:30 -07:00
general.py imgtool: Update RSA code 2018-01-09 09:41:30 -07:00
rsa.py fix: RSA: Use 32-byte salt with PSS 2018-01-09 09:41:30 -07:00
rsa_test.py fix: RSA: Use 32-byte salt with PSS 2018-01-09 09:41:30 -07:00