zephyr/modules/mbedtls/configs
Aleksandr Khromykh 29895d8275 Bluetooth: Mesh: refactor mesh to use both tinycrypt and psa based crypto
A mesh key type has been added to be able to choose the different
key representation for different security libraries.
The type as well as some functionality related to Mesh key
management has been added as a public API.
If tynicrypt is chosen then keys have representation
as 16 bytes array. If mbedTLS with PSA is used then keys are
the PSA key id. Raw value is not kept within BLE Mesh stack
for mbedTLS. Keys are imported into the security library
and key ids are gotten back. This refactoring has been done
for the network(including all derivated keys), application,
device, and session keys.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
2023-06-17 07:46:03 -04:00
..
config-ccm-psk-tls1_2.h modules: mbdetls: define MBEDTLS_SHA224_c 2021-10-07 14:02:40 -05:00
config-coap.h modules: mbdetls: define MBEDTLS_SHA224_c 2021-10-07 14:02:40 -05:00
config-mini-dtls1_2.h modules: mbdetls: define MBEDTLS_SHA224_c 2021-10-07 14:02:40 -05:00
config-mini-tls1_1.h modules: mbdetls: define MBEDTLS_SHA224_c 2021-10-07 14:02:40 -05:00
config-mini-tls1_2.h modules: mbdetls: define MBEDTLS_SHA224_c 2021-10-07 14:02:40 -05:00
config-no-entropy.h modules: mbedtls: bring back SHA384 support 2022-06-15 09:11:09 +02:00
config-suite-b.h modules: mbedtls: remove MBEDTLS_ECP_MAX_BITS from mbedTLS configs 2022-07-02 14:13:45 +02:00
config-thread.h modules: mbedtls: remove MBEDTLS_ECP_MAX_BITS from mbedTLS configs 2022-07-02 14:13:45 +02:00
config-threadnet.h modules: mbedtls: remove MBEDTLS_ECP_MAX_BITS from mbedTLS configs 2022-07-02 14:13:45 +02:00
config-tls-generic.h Bluetooth: Mesh: refactor mesh to use both tinycrypt and psa based crypto 2023-06-17 07:46:03 -04:00