doc: crypto: supported features updates - #28661
Merged
nordicjm merged 8 commits intoMay 12, 2026
Merged
Conversation
Updated the support tables and notes for CONFIG_PSA_WANT_ALG_GCM support on CC310 SoCs. The support is not available on CC310 SoCs. NCSDK-38868. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
greg-fer
marked this pull request as draft
May 10, 2026 19:02
Contributor
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Updated the table for supported AES key wrapping algorithms with an entry for nRF54LS05. The algorithms are not supported in the CRACEN driver and experimental in the nrf_oberon driver. NCSDK-38869. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsbmdoc.z6.web.core.windows.net/ncs/PR-28661/nrf/releases_and_maturity/releases/release-notes-changelog.html |
Removed the note about CRACEN's GCM support under AES key size. Kept the note under AEAD algorithms. NCSDK-38870. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
Updated Experimental entries for SPAKE2+ for Matter to Supported in the crypto supported features page. NCSDK-38872. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
Moved PSA_ALG_WPA3_SAE_H2E from PAKE under the KDF section to match the PSA Crypto categorization. NCSDK-38873. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
Changed the support status for PQC algorithms listed under Key types and key management from Supported to the correct Experimental status. NCSDK-38874. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
greg-fer
force-pushed
the
doc_crypto_gcm_cc3xx_support_fix
branch
from
May 11, 2026 06:56
23c367f to
f52eb26
Compare
Removed nrf_cc310 mention from the AES key size note. NCSDK-38879. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
Changed the support status for SHA-256/192 and SHAKE algorithms to not supported in the CRACEN driver and to experimental in nrf_oberon. SHAKE256 512 bits is an exception, supported in both CRACEN and nrf_oberon. NCSDK-38885. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
greg-fer
marked this pull request as ready for review
May 11, 2026 10:07
FrancescoSer
approved these changes
May 11, 2026
endre-nordic
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit 1
Updated the support tables and notes for CONFIG_PSA_WANT_ALG_GCM support on CC310 SoCs. The support is not available on CC310 SoCs. NCSDK-38868.
Commit 2
Updated the table for supported AES key wrapping algorithms
with an entry for nRF54LS05. The algorithms are not supported
in the CRACEN driver and experimental in the nrf_oberon driver.
NCSDK-38869.
Commit 3
Removed the note about CRACEN's GCM support under AES key size.
Kept the note under AEAD algorithms.
NCSDK-38870.
Commit 4
Updated Experimental entries for SPAKE2+ for Matter to Supported
in the crypto supported features page.
NCSDK-38872.
Commit 5
Moved PSA_ALG_WPA3_SAE_H2E from PAKE under the KDF section
to match the PSA Crypto categorization.
NCSDK-38873.
Commit 6
Changed the support status for PQC algorithms listed under
Key types and key management from Supported to the correct
Experimental status.
NCSDK-38874.
Commit 7
Removed nrf_cc310 mention from the AES key size note.
NCSDK-38879.
Commit 8
Changed the support status for SHA-256/192 and SHAKE algorithms
to not supported in the CRACEN driver and to experimental
in nrf_oberon. SHAKE256 512 bits is an exception, supported
in both CRACEN and nrf_oberon. NCSDK-38885.