materialize icon indicating copy to clipboard operation
materialize copied to clipboard

ore: refactor SSH key handling logic

Open andrioni opened this issue 2 years ago • 0 comments

Refactor SSH key handling logic with focus on testing and ensuring all memory used for storing private keys is properly zeroed out after use. Custom SerDe logic was added to ensure the serialization format remains unchanged, allowing for the safer in-memory representation to be independent of the secret store logic.

mzcompose tests coming in a separate PR.

Motivation

  • This PR refactors existing code, following comments on #14197.

Checklist

andrioni avatar Sep 07 '22 13:09 andrioni