Hi Alexandru,

On Thu, 7 Jan 2021 at 15:34, Alexandru Gagniuc <mr.nuke...@gmail.com> 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 would have been unnecessarily painful.
>
> Signed-off-by: Alexandru Gagniuc <mr.nuke...@gmail.com>
> ---
>  test/py/tests/test_fit_ecdsa.py | 111 ++++++++++++++++++++++++++++++++
>  1 file changed, 111 insertions(+)
>  create mode 100644 test/py/tests/test_fit_ecdsa.py
>

This is fine for now, but I think it will need to be integrated with
the existing test somehow once you have the runtime side working.

Reviewed-by: Simon Glass <s...@chromium.org>

Regards,
Simon

Reply via email to