Skip to content

Commit

Permalink
samples: cellular: https_client: update tfm-mbedtls overlay
Browse files Browse the repository at this point in the history
Update TF-M Mbed TLS overlay for https_client sample.

Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
  • Loading branch information
eivindj-nordic committed Aug 16, 2023
1 parent 0c1077b commit 7a2b97c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ Cellular samples (renamed from nRF9160 samples)

* Updated credentials for the HTTPS connection.

* :ref:`https_client` sample:

* Updated the TF-M Mbed TLS overlay to fix an issue when connecting to the server.

* :ref:`nrf_cloud_rest_cell_pos_sample` sample:

* Added:
Expand Down
3 changes: 3 additions & 0 deletions samples/cellular/https_client/overlay-tfm_mbedtls.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=4096
CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096
CONFIG_MBEDTLS_HEAP_SIZE=32768
CONFIG_MBEDTLS_RSA_C=y
CONFIG_MBEDTLS_TLS_LIBRARY=y
CONFIG_MBEDTLS_X509_LIBRARY=y
CONFIG_MBEDTLS_PKCS1_V15=y
CONFIG_NRF_SECURITY_ADVANCED=y
CONFIG_NORDIC_SECURITY_BACKEND=y
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y
CONFIG_PSA_WANT_ALG_SHA_1=y
CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_CRYPT=y
CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_SIGN=y
CONFIG_PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY=y
8 changes: 8 additions & 0 deletions samples/cellular/https_client/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ tests:
- nrf9161dk_nrf9161_ns
platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns
tags: ci_build
sample.cellular.https_client.tfm-mbedtls:
build_only: true
extra_args: OVERLAY_CONFIG="overlay-tfm_mbedtls.conf"
integration_platforms:
- nrf9160dk_nrf9160_ns
- nrf9161dk_nrf9161_ns
platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns
tags: ci_build

0 comments on commit 7a2b97c

Please sign in to comment.