esp-idf/components/mbedtls
Aditya Patwardhan 9949fb3d2b
feat(hal): Add countermeasure for ECDSA generate signature
The ECDSA peripheral before ECO5 of esp32h2 does not perform the ECDSA
    sign operation in constant time. This allows an attacker to read the
    power signature of the ECDSA sign operation and then calculate the
    ECDSA key stored inside the eFuse. The commit adds a countermeasure
    for this attack. In this case the real ECDSA sign operation is
    masked under dummy ECDSA sign operations to hide its real power
    signature
2024-09-23 19:32:27 +05:30
..
esp_crt_bundle Update common cert authorities csv 2023-03-12 11:00:24 +08:00
mbedtls@72aa687352 feat(mbedtls): updated mbedtls version from 3.5.2 to 3.6.0 2024-05-15 11:57:14 +05:30
port feat(hal): Add countermeasure for ECDSA generate signature 2024-09-23 19:32:27 +05:30
test_apps feat(mbedtls): bringup rom mbedtls feature to formal 2024-09-19 16:45:01 +08:00
CMakeLists.txt feat(hal): Add countermeasure for ECDSA generate signature 2024-09-23 19:32:27 +05:30
Kconfig feat(hal): Add countermeasure for ECDSA generate signature 2024-09-23 19:32:27 +05:30