commit | 9b6fc0cbdf06d63232754ba7b9ac0d5bbcca7fa9 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Fri Feb 19 12:45:15 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 14 15:23:01 2021 -0400 |
tree | 8e69b5026ef9f4ee0c2595d053a66a0bc4f958d4 | |
parent | 1ae26b9c05747c4e461657977b0f118dcf649147 [diff] |
test/py: ecdsa: Add test for mkimage ECDSA signing Add a test to make sure that the ECDSA signatures generated by mkimage can be verified successfully. pyCryptodomex was chosen as the crypto library because it integrates much better with python code. Using openssl would have been unnecessarily painful. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>