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

Encrypted SoftwareUpdatable v2 artifacts support #43

Closed
konstantina-gramatova opened this issue Sep 29, 2022 · 0 comments · Fixed by #71
Closed

Encrypted SoftwareUpdatable v2 artifacts support #43

konstantina-gramatova opened this issue Sep 29, 2022 · 0 comments · Fixed by #71
Assignees
Labels
security Security improvement task Single unit of work

Comments

@konstantina-gramatova
Copy link
Contributor

To achieve the desired support, utilizing the metadata provided per SoftwareModule in a SoftwareUpdatabale v2 action can be done in the following manner:

  • A secure enough algorithm is applied for the transferred (de)encryption data - e.g. AES-256 GCM
  • The key material is made available as base 64 encoded values in the generic metadata dictionary with appropriate distinctive keys, i.e.
    • AES256.key
    • AES256.iv

E.g.:

"metaData": {
  "AES256.key": "AxS5kSOpU2BEsHotpy67nP4lndr/io4XmI9GqO/DFuo=",
  "AES256.iv": "G0kMVI5lOqqlfgTt"
}
@konstantina-gramatova konstantina-gramatova added the task Single unit of work label Sep 29, 2022
@konstantina-gramatova konstantina-gramatova added this to the M3 milestone Sep 29, 2022
@e-grigorov e-grigorov added the security Security improvement label Oct 6, 2022
@k-gostev k-gostev removed this from the M3 milestone May 30, 2023
@k-gostev k-gostev self-assigned this Apr 10, 2024
@k-gostev k-gostev moved this from Todo to In Progress (max 10) in Eclipse Kanto Apr 10, 2024
@k-gostev k-gostev linked a pull request Apr 10, 2024 that will close this issue
@k-gostev k-gostev linked a pull request Apr 10, 2024 that will close this issue
dimitar-dimitrow pushed a commit that referenced this issue Apr 12, 2024
[#43] Encrypted SoftwareUpdatable v2 artifacts support

Signed-off-by: Kristiyan Gostev <[email protected]>
@github-project-automation github-project-automation bot moved this from In Progress (max 10) to Done in Eclipse Kanto Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security improvement task Single unit of work
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants