]> granicus.if.org Git - esp-idf/commit
mbedtls: Use two MPI multiplications when multiply operands too large
authorAngus Gratton <angus@espressif.com>
Tue, 31 Jan 2017 01:38:43 +0000 (12:38 +1100)
committerAngus Gratton <angus@espressif.com>
Tue, 31 Jan 2017 03:36:26 +0000 (14:36 +1100)
commit64e6e7a0ae306a29313426c87e5c2e091e5ee079
tree19da66c8206970e7294fd8158df35ef736e727fe
parent0a678ebe8c8bb78053f2a2dc4bd26124adde9122
mbedtls: Use two MPI multiplications when multiply operands too large

Allows RSA4096 via hardware crypto operations.

See github #139 https://github.com/espressif/esp-idf/issues/139
components/mbedtls/port/esp_bignum.c
components/mbedtls/test/test_rsa.c [new file with mode: 0644]