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
Given that gnupg apparently returns NEWSIG <email-address> along with NO_PUBKEY <key-id>, we could also use the email address to search for pub keys:
Lookup via DNS (PKA or CERT types?)
Lookup via WKD (Web Key Directory)
Not sure how many projects support that already but I guess we could promote it.
This might actually make it worth while to extract the key finding code into it's own component.
Given that gnupg apparently returns
NEWSIG <email-address>
along withNO_PUBKEY <key-id>
, we could also use the email address to search for pub keys:Not sure how many projects support that already but I guess we could promote it.
This might actually make it worth while to extract the key finding code into it's own component.
/cc @jaapio
The text was updated successfully, but these errors were encountered: