OVMS3-idf/components/mbedtls/test
Konstantin Kondrashov 5421f5e9ae mbedtls: Fix Z->s in mbedtls_mpi_exp_mod()
Z->s should never be zero, only 1 or -1.
Added additional checks for X, Y and M args to correctly set Z->s.

Closes: https://github.com/espressif/esp-idf/issues/1681
Closes: https://github.com/espressif/esp-idf/issues/3603
Closes: IDFGH-1313
2019-06-26 19:33:47 +08:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_apb_dport_access.c mbedtls tests: utility tests for APB corruption 2017-08-25 16:08:03 +10:00
test_apb_dport_access.h mbedtls tests: utility tests for APB corruption 2017-08-25 16:08:03 +10:00
test_mbedtls.c mbedtls tests: utility tests for APB corruption 2017-08-25 16:08:03 +10:00
test_mbedtls_mpi.c mbedtls: Fix Z->s in mbedtls_mpi_exp_mod() 2019-06-26 19:33:47 +08:00
test_mbedtls_sha.c hwcrypto sha: Allow SHA contexts to be shared between tasks 2019-01-23 18:18:38 +08:00
test_rsa.c mbedtls: Use two MPI multiplications when multiply operands too large 2017-01-31 14:36:26 +11:00