esp-idf/components/mbedtls/port
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
..
aes fix(aes-gcm): correct the DMA completion wait condition for hardware GCM case 2023-09-04 05:35:15 +00:00
bignum fix(mbedtls): Updated redundant assert for H/W MPI operations 2023-07-27 11:40:23 +05:30
crypto_shared_gdma feat(esp_gdma): add hal interface for common operations 2023-07-10 13:45:57 +08:00
dynamic fix(mbedtls): Build issue in dynamic buffer feature 2023-06-29 13:30:30 +05:30
ecc mbedtls/ecp: Fix incorrect ECP parameter value 2023-01-18 14:24:57 +05:30
ecdsa ecdsa: Support multiple ECDSA keys 2023-04-07 14:55:21 +05:30
esp_ds esp_ds: ignore releasing mutex if not called from same task 2023-05-15 15:02:38 +02:00
include feat(mbedtls): support ecp fixed-point multiplication configurable 2023-08-08 14:03:57 +08:00
md mbedtls-3 update: 2022-03-03 01:37:10 +05:30
sha fix(sha): DMA mode iteration calculation issue for certain data lengths 2023-07-26 15:31:12 +05:30
esp_hardware.c esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
esp_mem.c fix(mbedtls): IRAM optimization analyzed on mbedtls/test_apps 2023-08-10 14:05:22 +05:30
esp_timing.c mbedtls: MBEDTLS_PRIVATE & MBEDTLS_ALLOW_PRIVATE_ACCESS-related cleanup 2022-09-29 10:13:14 +05:30
mbedtls_debug.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
net_sockets.c lwip: Support IPv6 only mode 2023-02-27 08:53:34 +01:00