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
During startup, the agent will create or load the EK and AK. The logic is implemented as part of the main() function.
This is about refactoring the code and moving this initialization to a module in the keylime library.
This way the code can be easily reused, for example in case the push and pull model are implemented in separate binaries.
Description:
During startup, the agent will create or load the EK and AK. The logic is implemented as part of the
main()
function.This is about refactoring the code and moving this initialization to a module in the
keylime
library.This way the code can be easily reused, for example in case the push and pull model are implemented in separate binaries.
Checklist:
The text was updated successfully, but these errors were encountered: