Pascal Brand 2bb3f0246f RSA in case CRT optimization parameters are not populated
rsa_exptmod(), ran on the private key, makes use of CRT optimization
parameters. In some use-cases, the given key does not include the
optimization parameters.

This patch allows rsa_exptmod() to run without the CRT parameters,
using directly mp_exptmod().

Signed-off-by: Pascal Brand <pascal.brand@st.com>
2014-09-28 22:45:46 +02:00
..
2014-08-31 18:26:14 +02:00
2014-07-17 10:50:36 +02:00
2014-09-10 16:15:35 +02:00
2014-07-17 10:50:36 +02:00