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

[CI] Reflect python-cwt update #65

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kentakayama
Copy link
Contributor

@kentakayama kentakayama commented Oct 28, 2024

This PR doesn't affect to the RFC document, just updates the validation scripts.

Since python-cwt 2.8.0, non-AEAD ciphers are disabled by default.
This PR reflects the update, adding enable_non_aead=True to decode method for AES-CTR and AES-CBC examples.

examples/validate_esdh_non_aead_suit_encryption_info.py has been removed and inetgrated into examples/validate_esdh_encrypted_payload.py .

@kentakayama
Copy link
Contributor Author

kentakayama commented Oct 30, 2024

I've updated the SUIT Manifest processor using libcsuit to override payload fetching.
The validation tool is updated in this PR taking uri&hex pair as command line arguments.

./libcsuit/bin/suit_manifest_process ./suit-manifest-aes-kw.suit \
  -u "https://example.com/encrypted-firmware" \
  -b "758C4B7BBAE2C4C1D462423E0F0DC3164FFA7B85BB94D4BD6D7ED26AB32FEB063385D4D3465927EC82CB5E198A59"

@kentakayama kentakayama changed the title Reflect python-cwt update [CI] Reflect python-cwt update Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant