wiktor-k / pysequoia

OpenPGP in Python using Sequoia PGP
https://pypi.org/project/pysequoia/
Apache License 2.0
9 stars 2 forks source link

Drop `Store`, use callback functions #20

Closed wiktor-k closed 5 months ago

wiktor-k commented 5 months ago

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