fix up pulling in of Mbed TLS commits from Zephyr#28028
Conversation
|
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a916a7dfe224e50a0b0427f117d3ea9c0fb87fe5 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: 53ac68dd62 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9386[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-28028/5) |
78932fc to
8bb42a3
Compare
Which enables CONFIG_PSA_CRYPTO when needed. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
It's a valid option for the CBC mode. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Zephyr has introduced convenience Kconfig options for various cipher suites, some of which use RSA. With Mbed TLS 3.6 we still need to rely on legacy RSA in TLS. So make these cipher suite Kconfig options enable it. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
…t.tls" This reverts commit 6dce116. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This reverts commit 61d5ca2. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
8bb42a3 to
a916a7d
Compare
Fixup PR for #27488.