-
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
CI only - No reviews #13970
Closed
Closed
CI only - No reviews #13970
Conversation
This file contains 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
Vge0rge
requested review from
frkv,
vili-nordic,
SebastianBoe,
mswarowsky,
stephen-nordic,
magnev,
hakonfam,
sigvartmh,
a team,
tejlmand,
lemrey,
krish2718,
jukkar,
rado17,
sachinthegreen,
rlubos,
anangl,
carlescufi,
SeppoTakalo,
MarkusLassila and
tomi-font
as code owners
February 12, 2024 14:09
github-actions
bot
added
doc-required
PR must not be merged without tech writer approval.
manifest
changelog-entry-required
Update changelog before merge. Remove label if entry is not needed or already added.
labels
Feb 12, 2024
PKCS7 is needed for certificate parsing, which also requires CBC mode, therefore enabling both Signed-off-by: Markus Swarowsky <[email protected]>
Matter update to use the new Mbed TLS defines. Signed-off-by: Vidar Lillebø <[email protected]>
Add more cases to quarantine_zephyr. These are redundant tests that are failing and don't provide enough value to be maintained. Signed-off-by: Vidar Lillebø <[email protected]>
PKCS5 uses CBC with PKCS7 padding, so we're adding the dependency to Kconfig. Signed-off-by: Vidar Lillebø <[email protected]>
Since we don't provide the function anymore. Signed-off-by: Georgios Vasilakis <[email protected]>
We had a patch there because we enabled the MBEDTLS_PLATFORM_ZEROIZE_ALT when CryptoCell is enabled but we don't need this anymore since the platform zeroize function not not provided by the CryptoCell platform library anymore. Signed-off-by: Georgios Vasilakis <[email protected]>
uoscore isn't ported to use NRF security so it is not supported. Signed-off-by: Georgios Vasilakis <[email protected]>
The new mbedtls revision has brought in more mbedtls legacy sources. Add these to the build as well. Signed-off-by: Sebastian Bøe <[email protected]>
We recently deleted the oberon "legacy mbedtls" header files, in this patch we add some cmake code for also adding mbedtls "legacy mbedtls" header files to path to replace these deleted files. Signed-off-by: Sebastian Bøe <[email protected]>
Fix project config for wifi board Signed-off-by: Sebastian Bøe <[email protected]>
add missing deps in WPA_SUPP_CRYPTO_ Signed-off-by: Sebastian Bøe <[email protected]>
MBEDTLS_RSA_C is now partially implemented using PSA APIs, so we need to add the requirement that these are enabled. Signed-off-by: Vidar Lillebø <[email protected]>
Signed-off-by: Georgios Vasilakis <[email protected]>
Vge0rge
force-pushed
the
tfm_20_ncs_upmerge_george
branch
from
February 12, 2024 21:10
513a03c
to
a234d24
Compare
Signed-off-by: Georgios Vasilakis <[email protected]>
Vge0rge
force-pushed
the
tfm_20_ncs_upmerge_george
branch
from
February 12, 2024 21:47
afd8262
to
27520f8
Compare
tomi-font
removed request for
a team,
sachinthegreen,
vili-nordic,
D-Triveni,
MarkusLassila,
stephen-nordic and
tomi-font
February 13, 2024 06:42
The upmerge is done so this is not needed anymore... |
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.
DNM
doc-required
PR must not be merged without tech writer approval.
manifest
manifest-matter
manifest-mbedtls
manifest-mcuboot
manifest-nrfxlib
manifest-psa-arch-tests
manifest-trusted-firmware-m
manifest-zephyr
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.
No description provided.