OVMS3-idf/components/mbedtls
Konstantin Kondrashov 8bba348528 aes/sha/mpi: Bugfix a use of shared registers.
This commit resolves a blocking in esp_aes_block function.

Introduce:
The problem was in the fact that AES is switched off at the moment when he should give out the processed data. But because of the disabled, the operation can not be completed successfully, there is an infinite hang. The reason for this behavior is that the registers for controlling the inclusion of AES, SHA, MPI have shared registers and they were not protected from sharing.

Fix some related issue with shared using of AES SHA RSA accelerators.

Closes: https://github.com/espressif/esp-idf/issues/2295#issuecomment-432898137
2018-11-05 04:22:47 +00:00
..
mbedtls@19eb57f7f7 mbedtls: update to 2.13.1 2018-09-20 04:35:45 +00:00
port aes/sha/mpi: Bugfix a use of shared registers. 2018-11-05 04:22:47 +00:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
CMakeLists.txt mbedtls: configurable options for controlling dynamic memory allocations 2018-09-24 11:17:48 +05:30
component.mk mbedtls: Add mbedtls submodule check to build system 2018-05-14 16:07:18 +08:00
Kconfig Fix some typos related to ethernet documentation and Kconfig. Closes https://github.com/espressif/esp-idf/pull/2642 2018-10-28 21:12:09 +01:00
Makefile.projbuild mbedtls: enable deprecation warnings when building unit tests 2018-05-09 23:15:28 +08:00