1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-29 10:26:39 +08:00
Jack Lloyd 100e147c71 Parse RSA parameters DP, DQ and QP from PKCS1 private keys
Otherwise these values are recomputed in mbedtls_rsa_deduce_crt, which
currently suffers from side channel issues in the computation of QP
(see https://eprint.iacr.org/2020/055). By loading the pre-computed
values not only is the side channel avoided, but runtime overhead of
loading RSA keys is reduced.

Discussion in https://github.com/ARMmbed/mbed-crypto/issues/347

Backport of https://github.com/ARMmbed/mbed-crypto/pull/352
2020-01-29 13:13:04 -05:00
..
2019-02-11 21:10:48 +00:00
2019-11-11 12:27:36 +00:00
2019-07-10 17:23:06 +03:00
2018-06-21 14:03:14 +03:00
2020-01-20 14:28:41 +00:00
2019-10-25 09:01:34 +01:00
2019-07-08 15:26:09 +02:00
2018-11-05 12:17:15 +00:00
2018-02-22 08:20:42 +00:00
2018-02-22 08:20:42 +00:00
2017-10-29 17:53:52 +02:00
2018-10-26 10:08:29 +01:00
2019-06-20 16:28:10 +01:00
2018-12-05 23:23:39 +00:00