[PATCH v8 03/15] ecdsa: initial support of ecdsa using mbedtls

Simon Glass sjg at chromium.org
Fri Jun 12 20:31:13 CEST 2026


Hi Philippe,

On 2026-06-01T13:42:58, Philippe Reynes <philippe.reynes at softathome.com> wrote:
> ecdsa: initial support of ecdsa using mbedtls
>
> Adds an initial support of ecdsa verify using mbedtls.
>
> Reviewed-by: Raymond Mao <raymondmaoca at gmail.com>
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> Reviewed-by: Raymond Mao <raymondmaoca at gmail.com>
>
> configs/sandbox_defconfig       |   1 +
>  include/crypto/ecdsa-uclass.h   |  15 +---
>  include/crypto/internal/ecdsa.h |  39 +++++++++++
>  lib/mbedtls/Kconfig             |   7 ++
>  lib/mbedtls/Makefile            |   3 +
>  lib/mbedtls/ecdsa.c             | 152 ++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 203 insertions(+), 14 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Regards,
Simon


More information about the U-Boot mailing list