mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 19:29:52 +00:00
This commit adds two new functions, `otPlatCryptoCAlloc` and `otPlatCryptoFree`, which provide dynamic memory management for the crypto subsystem. They are only enabled when `OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE` is set. Signed-off-by: Łukasz Duda <[email protected]>
mbed TLS
URL
https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-3.6.0
Version
3.6.0
License
Apache 2.0
License File
Description
mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products, facilitating this functionality with a minimal coding footprint.