esp-idf/components/mbedtls
Mahavir Jain 89584cd1d0 fix(aes-gcm): correct the DMA completion wait condition for hardware GCM case
DMA operation completion must wait until the last DMA descriptor
ownership has been changed to hardware, that is hardware is completed
the write operation for entire data. Earlier for the hardware GCM case,
the first DMA descriptor was checked and it could have resulted in some
race condition for non interrupt (MBEDTLS_AES_USE_INTERRUPT disabled) case.
2023-09-04 05:35:15 +00:00
..
esp_crt_bundle Update common cert authorities csv 2023-03-12 11:00:24 +08:00
mbedtls@727a037da6 feat(mbedtls): Update to release/v3.4.1 2023-08-16 11:40:31 +05:30
port fix(aes-gcm): correct the DMA completion wait condition for hardware GCM case 2023-09-04 05:35:15 +00:00
test_apps feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
CMakeLists.txt build-system: replace ADDITIONAL_MAKE_CLEAN_FILES with ADDITIONAL_CLEAN_FILES 2023-05-08 15:51:48 +08:00
Kconfig feat(mbedtls): support ecp fixed-point multiplication configurable 2023-08-08 14:03:57 +08:00