Skip to content
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

nrf_security: add MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH option #15368

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

LuDuda
Copy link
Contributor

@LuDuda LuDuda commented May 17, 2024

This commit allows application to set mbedTLS option that allow to remove support for AES operations that use 192- or 256-bit keys.

It also enables it by default for Matter over Wi-Fi applications.

@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels May 17, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 17, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@579d8ee nrfconnect/sdk-connectedhomeip@2540dfe (master) nrfconnect/sdk-connectedhomeip@579d8eeb..2540dfe3

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 17, 2024

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

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 Publishing GitHub Action.

@LuDuda LuDuda force-pushed the pr/aes128 branch 2 times, most recently from 30299cf to 2465e01 Compare June 6, 2024 07:24
@NordicBuilder
Copy link
Contributor

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zrelease_nrf54h20[nrf54h20dk/nrf54h20/cpuapp]: RAM size increased by 773[B] in comparison to the main[5df2bed] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease_nrf54h20[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 2620[B] in comparison to the main[5df2bed] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_nrf54h20[nrf54h20dk/nrf54h20/cpuapp]: RAM size increased by 773[B] in comparison to the main[5df2bed] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_nrf54h20[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 5624[B] in comparison to the main[5df2bed] branch. - link (cc: @MarekPieta)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-15368/4)

@LuDuda LuDuda added this to the 2.7.0 milestone Jun 6, 2024
This commit allows application to set mbedTLS option that allow to
remove support for AES operations that use 192- or 256-bit keys.

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
@NordicBuilder NordicBuilder removed the DNM label Jun 6, 2024
@anangl anangl merged commit 8caf804 into nrfconnect:main Jun 6, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants