Files
u-boot/include
AKASHI Takahiro e0d310b098 lib: rsa: generate additional parameters for public key
In the current implementation of FIT_SIGNATURE, five parameters for
a RSA public key are required while only two of them are essential.
(See rsa-mod-exp.h and uImage.FIT/signature.txt)
This is a result of considering relatively limited computer power
and resources on embedded systems, while such a assumption may not
be quite practical for other use cases.

In this patch, added is a function, rsa_gen_key_prop(), which will
generate additional parameters for other uses, in particular
UEFI secure boot, on the fly.

Note: the current code uses some "big number" routines from BearSSL
for the calculation.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
2020-03-12 08:20:39 -04:00
..
2019-12-06 16:44:20 -05:00
2019-10-16 05:42:27 +02:00
2019-11-17 17:22:53 +08:00
2019-12-15 11:44:16 +08:00
2019-11-02 18:00:51 +08:00
2020-02-05 19:33:46 -07:00
2020-01-07 14:37:50 +01:00
2020-02-05 19:33:46 -07:00
2019-10-13 23:34:43 +02:00
2020-01-24 23:06:47 +05:30
2020-01-20 15:38:16 +01:00
2019-12-17 06:58:19 +01:00
2019-10-14 09:31:41 +02:00
2020-01-20 15:38:16 +01:00
2020-01-24 23:06:49 +05:30
2019-11-07 18:39:16 -05:00
2020-01-07 16:03:01 -07:00
2019-12-02 18:23:11 -05:00
2020-01-25 12:04:36 -05:00
2020-03-09 18:11:23 -05:00
2020-02-05 19:33:46 -07:00
2019-12-15 11:44:11 +08:00
2020-02-05 19:33:46 -07:00
2019-12-06 16:44:19 -05:00
2020-03-09 08:33:16 +08:00
2020-02-05 19:33:46 -07:00
2020-01-24 23:06:49 +05:30
2020-01-21 15:56:15 +01:00
2020-02-07 22:46:35 +08:00
2019-12-02 18:23:09 -05:00