-
Notifications
You must be signed in to change notification settings - Fork 10
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
Writing key to card with gpg doesn't work #12
Comments
Here are the logs, which record when solo-openpgp log:
yubikey-openpgp log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gnupg is having some issue with the current openpgp implementation. I suspect it's something small in the "Application Related Data" (006e).
Steps to reproduce.
Select (1) RSA and RSA. 2048 bit RSA key.
Then:
It should prompt for the admin PIN, and then fail with "gpg: KEYTOCARD failed: General error".
I was able to get traces of the APDUs with Wireshark using this script, and also just running
pcscd
in the foreground:sudo pcscd -f -T -a
.The text was updated successfully, but these errors were encountered: