feat(mbedtls): update to 3.5.0 release

Changelog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.5.0
This commit is contained in:
Mahavir Jain
2023-10-06 10:21:19 +05:30
parent bb76564a1b
commit 9ca8f3d45b
5 changed files with 39 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#include "esp_private/periph_ctrl.h"
#include "ecdsa/ecdsa_alt.h"
#define ECDSA_KEY_MAGIC 0xECD5A
#define ECDSA_KEY_MAGIC (short) 0xECD5A
#define ECDSA_SHA_LEN 32
#define MAX_ECDSA_COMPONENT_LEN 32