Re: [PATCH v3 6/6] test/py: ecdsa: Add test for mkimage ECDSA signing

2021-01-13 Thread Simon Glass
Hi Alexandru, On Thu, 7 Jan 2021 at 15:34, Alexandru Gagniuc wrote: > > 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

[PATCH v3 6/6] test/py: ecdsa: Add test for mkimage ECDSA signing

2021-01-07 Thread Alexandru Gagniuc
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 ---