-
Notifications
You must be signed in to change notification settings - Fork 1.4k
DNM: sample: crypto: psa_tls: Add legacy support for nRF54H20 using oberon #24814
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
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:hal_nordic: PR head: 979a58d0829108b57f10e90b6c3fc35ab6206e4b more detailshal_nordic:
sdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (95)
Outputs:ToolchainVersion: a7529a11f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Make sure that the PSA_CORE_DISABLED is always selected and is the only available option for the Ironside enabled devices. Signed-off-by: Georgios Vasilakis <[email protected]>
-Extend the psa_tls sample.yaml to include build-targets for nRF54H20 devices for CPUAPP and CPURAD that will enable legacy crypto support for TLS and DTLS for ECDSA ciphersuites using the nrf_oberon library. This addition is used both for server and client side. Signed-off-by: Frank Audun Kvamtrø <[email protected]>
-Extend the psa_tls sample.yaml to include build-targets for nRF54H20
devices for CPUAPP and CPURAD that will enable legacy crypto support
for TLS and DTLS for ECDSA ciphersuites using the nrf_oberon
library. This addition is used both for server and client side.