OVMS3-idf/components/mbedtls
Konstantin Kondrashov 0a040345cc 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-17 07:19:54 +00:00
..
mbedtls@19eb57f7f7 mbedtls: update to 2.13.1 2018-09-20 04:35:45 +00:00
port mbedtls: Fix Z->s in mbedtls_mpi_exp_mod() 2019-06-17 07:19:54 +00:00
test mbedtls: component CMakeLists.txt corrections 2019-06-11 18:09:26 +08:00
CMakeLists.txt cmake: use new signature form of target_link_library to link components 2019-06-11 18:09:26 +08:00
component.mk move hwcrypto from esp32 to mbedtls 2019-03-26 16:24:22 +08:00
Kconfig mbedtls: add config option for setting debug level 2019-06-06 18:28:19 +05:30
Makefile.projbuild esp32, mbedtls: check component name when enabling test flags 2018-11-20 01:27:24 +08:00
mbedtls.c mbedtls: import mbedtls project w/o modification 2018-11-27 13:59:26 +08:00
mklink.py mbedtls: fix unix makefile build on windows command line 2018-12-20 18:23:55 +08:00