You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
stdout
Post 2.0:
The text was updated successfully, but these errors were encountered: