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

Overhaul Tracking #41

Open
8 of 10 tasks
erichte-ibm opened this issue Jun 21, 2023 · 1 comment
Open
8 of 10 tasks

Overhaul Tracking #41

erichte-ibm opened this issue Jun 21, 2023 · 1 comment

Comments

@erichte-ibm
Copy link
Collaborator

erichte-ibm commented Jun 21, 2023

There is a lot of work needed for the guest secure boot support. This work will be done in the guest-devel branch. All other branches appear to be obsolete and should be deleted after this work is merged.

Current known items needed to be fixed:

  • rewrite build system
  • re-implement cmake build (for packaging, mostly)
  • reformat entire tree in accordance to style guide
  • reorganize source directories in a more sensible way
  • remove excessive prints to stdout
  • reconcile crypto backend differences with libstb-secvar
    • move probably all crypto code into libstb-secvar
  • re-enable and improve CI

Post 2.0:

  • properly factor out common code between the backends
  • rework tests probably
@erichte-ibm
Copy link
Collaborator Author

erichte-ibm commented Jul 6, 2023

Copy-pasting outstanding items from PR #42

  • libstb secvar only supports openssl
  • move all crypto files into libstb-secvar
  • backend specific builds fail (this support should be dropped)
  • crypto_write_only is uselless and should be removed
  • review the common/ directory
  • fix various memcmp with strlen uses
  • make memcheck is failing due to memory leaks

release related:

  • resolve version scheme (where to store version number in repo)
  • implement --version
  • add supported modes output

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

No branches or pull requests

1 participant