1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-30 10:53:55 +08:00
Jack Lloyd 32b6e6984d 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-03-13 16:21:44 +00:00
..
2020-03-13 15:25:40 +00:00
2020-03-13 15:36:05 +00:00
2020-03-09 17:39:04 +00:00
2019-06-20 16:33:02 +01:00