arm-trusted-firmware/include/drivers/auth
Justin Chadwell aacff7498c Support larger RSA key sizes when using MBEDTLS
Previously, TF-A could not support large RSA key sizes as the
configuration options passed to MBEDTLS prevented storing and performing
calculations with the larger, higher-precision numbers required. With
these changes to the arguments passed to MBEDTLS, TF-A now supports
using 3072 (3K) and 4096 (4K) keys in certificates.

Change-Id: Ib73a6773145d2faa25c28d04f9a42e86f2fd555f
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
2019-09-12 15:27:39 +01:00
..
mbedtls Support larger RSA key sizes when using MBEDTLS 2019-09-12 15:27:39 +01:00
auth_common.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
auth_mod.h Fix type of cot_desc_ptr 2019-06-13 12:53:17 +02:00
crypto_mod.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
img_parser_mod.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00