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

Drop Store, use callback functions #20

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Drop Store, use callback functions #20

merged 1 commit into from
Mar 18, 2024

Commits on Mar 18, 2024

  1. Drop Store, use callback functions

    This PR drops the Cert-D integration through Store object.
    
    I has been problematic for several small reasons: it's not possible to
    lookup by subkey fingerprints (the test was broken due to the primary
    key being `CS`).
    
    Instead of that ask the client to supply a get_certs callback function
    and let them plug their own lookup mechanisms (either through local
    storage, keyservers, or any other means).
    
    Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
    wiktor-k committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c72dc74 View commit details
    Browse the repository at this point in the history