Skip to content

Commit a6d5317

Browse files
PFnordnordicjm
authored andcommitted
samples: crypto: psa_tls support for TLSv1.3
Added TLSv1.3 overlay for psa_tls sample and tests for different backends Signed-off-by: Paul Fleury <[email protected]>
1 parent 763c345 commit a6d5317

File tree

8 files changed

+353
-67
lines changed

8 files changed

+353
-67
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=n
7+
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y
8+
CONFIG_PSA_CRYPTO_DRIVER_CRACEN=y
9+
10+
CONFIG_NRF_SECURITY=y
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
CONFIG_MBEDTLS_TLS_VERSION_1_3=y
7+
8+
CONFIG_MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED=y
9+
CONFIG_MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED=y
10+
11+
CONFIG_PSA_WANT_ALG_HKDF_EXTRACT=y
12+
CONFIG_PSA_WANT_ALG_HKDF_EXPAND=y

0 commit comments

Comments
 (0)