mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00
![]() This comment block says the default algorithm is ESDSA, while the
code obviously sets the default to RSA:
ifeq (${MBEDTLS_KEY_ALG},)
MBEDTLS_KEY_ALG := rsa
endif
The git log of commit
|
||
---|---|---|
.. | ||
mbedtls | ||
tbbr | ||
auth_mod.c | ||
crypto_mod.c | ||
img_parser_mod.c |