-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samples: crypto: psa_tls support for TLSv1.3 #18993
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 862325de5f1a5537002f8c78e079c41c304cfc68 more detailssdk-nrf:
Github labels
List of changed files detected by CI (8)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
2b90d44
to
27f6128
Compare
samples/crypto/psa_tls/sample.yaml
Outdated
@@ -108,6 +145,30 @@ tests: | |||
- nrf54l15dk/nrf54l15/cpuapp | |||
- nrf54l15pdk/nrf54l15/cpuapp | |||
tags: ci_build oberon sysbuild ci_samples_crypto | |||
sample.psa_tls.1_3_server.ecdsa.oberon: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you meant ...sample.psa_tls.tls_1_3_server..
(that's what I see in the previous sample)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the paths for 54l15 samples were made different, I just followed the naming scheme from before: tls_server
-> tls_1_3_server
and server
-> 1_3_server
samples/crypto/psa_tls/sample.yaml
Outdated
@@ -12,9 +12,14 @@ tests: | |||
extra_args: > | |||
OVERLAY_CONFIG="overlays/server.conf;overlays/ecdsa.conf;overlays/cc3xx-oberon-psa.conf" | |||
platform_allow: > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/platform_allow: >/platform_allow:/
79c9a93
to
e10cbc1
Compare
be9191e
to
8e0ddd6
Compare
Added TLSv1.3 overlay for psa_tls sample and tests for different backends Signed-off-by: Paul Fleury <[email protected]>
Allow the use of TLS1.3 in nrf samples with
nrf_security
and nrf_config (instead of mbedtls default config file)Added tests for oberon, cc3xx_oberon and cracen backend for the
psa_tls
sample