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

POSIX oneshot: refactor code out of main method #197

Merged

Commits on Sep 4, 2024

  1. POSIX oneshot: refactor code out of main method

    The goal here is that the main method should contain only the interesting code for putting the entries in the log. This PR moves code into methods to aid readability:
    
    - initializing the verifier
    - initializing the signer
    - evaluating the glob
    
    This fixes a bug where it would deadlock due to filling entryChan if
    more than 100 leaves were added at a time.
    mhutchinson committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2b51424 View commit details
    Browse the repository at this point in the history