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

Conversation

wiktor-k
Copy link
Owner

@wiktor-k wiktor-k commented Mar 18, 2024

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 mean).

@wiktor-k wiktor-k force-pushed the drop-store branch 2 times, most recently from 94565c6 to 11c4f2a Compare March 18, 2024 10:52
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 wiktor-k enabled auto-merge March 18, 2024 11:01
@wiktor-k wiktor-k merged commit a131459 into main Mar 18, 2024
12 checks passed
@wiktor-k wiktor-k deleted the drop-store branch March 18, 2024 11:04
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

Successfully merging this pull request may close these issues.

1 participant