mbedtls/include/psa
Gilles Peskine 95c915201e Move the implication of MBEDTLS_PSA_CRYPTO_CLIENT where it belongs
If MBEDTLS_PSA_CRYPTO_C is enabled, we always enable
MBEDTLS_PSA_CRYPTO_CLIENT, since the client-side functions are part of the
full PSA crypto feature set. Historically, we didn't have a good place for
configuration modification, so we did this early in the crypto.h include
tree. Since Mbed TLS 3.0, we have mbedtls/build_info.h for that.

Addresses https://github.com/Mbed-TLS/mbedtls/issues/7144 .

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-02-23 17:18:33 +01:00
..
crypto.h Allow alternative names for overridden PSA headers 2023-02-22 22:07:28 +01:00
crypto_builtin_composites.h Move num_ops ECP abstraction fully into internal implementation 2023-02-16 12:15:39 +00:00
crypto_builtin_primitives.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_compat.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_config.h Add ECJPAKE secret input types to psa/crypto_config.h 2023-01-19 12:11:19 +01:00
crypto_driver_common.h Make PSA headers more self-contained 2021-11-25 20:49:09 +01:00
crypto_driver_contexts_composites.h Add internal implementation 2023-02-15 23:34:29 +00:00
crypto_driver_contexts_primitives.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_extra.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_platform.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_se_driver.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_sizes.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_struct.h Ensure that operation is put into error state if error occurs 2023-02-15 23:34:29 +00:00
crypto_types.h Move the implication of MBEDTLS_PSA_CRYPTO_CLIENT where it belongs 2023-02-23 17:18:33 +01:00
crypto_values.h Change incorrect define for MAX_OPS_UNLIMITED 2023-02-15 23:34:29 +00:00