mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-16 13:22:11 +00:00
98473c4523
This was intended as experimental, and we've been saying for a long time that it's superseded by the "unified driver interface", but we hadn't documented that inside the Mbed TLS source code. So announce it as deprecated. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
New deprecations
|
|
* Secure element drivers enabled by MBEDTLS_PSA_CRYPTO_SE_C are deprecated.
|
|
This was intended as an experimental feature, but had not been explicitly
|
|
documented as such. Use opaque drivers with the interface enabled by
|
|
MBEDTLS_PSA_CRYPTO_DRIVERS instead.
|