-
Notifications
You must be signed in to change notification settings - Fork 27
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
pal: new provisioing module #591
Merged
Merged
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
ktaborowski
force-pushed
the
new_mfg_pal
branch
from
August 5, 2024 07:51
0c98307
to
3dcf681
Compare
|
ktaborowski
force-pushed
the
new_mfg_pal
branch
3 times, most recently
from
August 5, 2024 15:13
fd3a4f3
to
6a8a9ba
Compare
ktaborowski
force-pushed
the
new_mfg_pal
branch
3 times, most recently
from
August 8, 2024 07:55
bc852e8
to
1dd133b
Compare
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
7 times, most recently
from
August 23, 2024 11:43
009b009
to
cb2f961
Compare
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
from
August 27, 2024 06:45
003f3a0
to
836a547
Compare
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
6 times, most recently
from
August 28, 2024 10:55
bb33df5
to
cc44850
Compare
CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE=y |
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
from
August 28, 2024 10:58
cc44850
to
6eea425
Compare
Please add new sample to sample.yaml:
|
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
from
September 4, 2024 08:34
e91dc73
to
d475e70
Compare
ktaborowski
commented
Sep 4, 2024
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
3 times, most recently
from
September 4, 2024 10:30
448186a
to
7650eea
Compare
Add zephyr kconfigs in test projects Signed-off-by: Krzysztof Taborowski <[email protected]>
[KRKNWK-19108] Signed-off-by: Krzysztof Taborowski <[email protected]>
ktaborowski
force-pushed
the
new_mfg_pal
branch
2 times, most recently
from
September 4, 2024 13:57
e772e20
to
b1ce543
Compare
[KRKNWK-18440] Signed-off-by: Krzysztof Taborowski <[email protected]> Co-authored-by: Robert Gałat <[email protected]> Signed-off-by: Krzysztof Taborowski <[email protected]>
ktaborowski
force-pushed
the
new_mfg_pal
branch
from
September 4, 2024 14:03
b1ce543
to
ca09f3e
Compare
RobertGalatNordic
approved these changes
Sep 4, 2024
for static code analysis Signed-off-by: Krzysztof Taborowski <[email protected]>
ktaborowski
force-pushed
the
new_mfg_pal
branch
from
September 5, 2024 08:25
2642617
to
1dca29a
Compare
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
from
September 5, 2024 09:08
e49ee9c
to
5c57030
Compare
make both parsers avaliable by default Signed-off-by: Robert Gałat <[email protected]>
The SECPxxx public key contains additional constant byte (prefix) on the buffer beginning, to backward compatibility this byte is skipped Signed-off-by: Krzysztof Taborowski <[email protected]>
ktaborowski
force-pushed
the
new_mfg_pal
branch
from
September 5, 2024 10:12
5c57030
to
90f098d
Compare
fix the macro to exclude private keys if are stored in psa Signed-off-by: Robert Gałat <[email protected]>
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
3 times, most recently
from
September 5, 2024 14:25
b0d93b4
to
282e33f
Compare
flash erase may be impossible to execute on arbitraty size and address, therefor separate function is provided Signed-off-by: Robert Gałat <[email protected]>
make sure that crypto is initialized before use of crypto_keys Signed-off-by: Robert Gałat <[email protected]>
RobertGalatNordic
force-pushed
the
new_mfg_pal
branch
from
September 6, 2024 07:57
282e33f
to
66048e3
Compare
fix error when deleting keys when they were never added Signed-off-by: Krzysztof Taborowski <[email protected]>
totyz
approved these changes
Sep 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests PASSED
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.
CI parameters
Description
JIRA ticket: KRKNWK-18440
Self review