Remove USE_PSA from remaining documentation

MBED_TLS_USE_PSA_CRYPTO is now always enabled we need to remove
documentation discussing cases when it is disabled.

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath
2024-12-02 14:44:28 +00:00
parent 5b2ad4eda2
commit bd445afa27
7 changed files with 12 additions and 18 deletions

View File

@@ -295,7 +295,7 @@ Arm welcomes feedback on the design of the API. If you think something could be
Mbed TLS includes a reference implementation of the PSA Cryptography API.
However, it does not aim to implement the whole specification; in particular it does not implement all the algorithms.
The X.509 and TLS code can use PSA cryptography for most operations. To enable this support, activate the compilation option `MBEDTLS_USE_PSA_CRYPTO` in `mbedtls_config.h`. Note that TLS 1.3 uses PSA cryptography for most operations regardless of this option. See `docs/use-psa-crypto.md` for details.
The X.509 and TLS code can use PSA cryptography for most operations. See `docs/use-psa-crypto.md` for details.
### PSA drivers