Files
Łukasz Duda b614af3a91 [crypto] PSA API: introduce platform API for crypto dynamic memory mgmt
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]>
2025-11-04 21:53:32 +01:00
..

mbed TLS

URL

https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-3.6.0

Version

3.6.0

License

Apache 2.0

License File

LICENSE

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.