mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
mpi: reduce RSA generate key test key size
Reduce key size to make the test run faster in CI, reduce the chance of timeouts.
This commit is contained in:
parent
d0890037c5
commit
b9415373d3
@ -529,7 +529,7 @@ TEST_CASE("mbedtls RSA Generate Key", "[mbedtls][timeout=60]")
|
|||||||
mbedtls_entropy_context entropy;
|
mbedtls_entropy_context entropy;
|
||||||
mbedtls_ctr_drbg_context ctr_drbg;
|
mbedtls_ctr_drbg_context ctr_drbg;
|
||||||
|
|
||||||
const unsigned int key_size = 3072;
|
const unsigned int key_size = 2048;
|
||||||
const int exponent = 65537;
|
const int exponent = 65537;
|
||||||
|
|
||||||
#if CONFIG_MBEDTLS_MPI_USE_INTERRUPT
|
#if CONFIG_MBEDTLS_MPI_USE_INTERRUPT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user