-
Notifications
You must be signed in to change notification settings - Fork 2
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
WIP: Feature/gpg vks #18
base: master
Are you sure you want to change the base?
Conversation
Removed the cyclic dependency from the import chain
Feature/gpg vks
Feature/gpg vks
I can search and download keys without a problem, but adding keys to the keyserver does not seem to work with the gpg-vks branch. No error message at all, but I do not get an e-mail for verification of the upload. I'll need to dig deeper into this to figure out what's happening and look at the HTTPS traffic, I guess. |
can recommend mitmproxy to debug this kind of thing :) |
@Valodim @vollkorn1982 I don't tested the add functionality of the vks-protocol so far. |
Good news: add() was successful. The key confirmation e-mails were just stuck in grey-listing for a long time. I received them now. Therefore, I conclude: This branch works fine for me :) |
Actually, it seems like the add() call only uses |
|
This needs some further development and is not releaseable in the current state.