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

Cannot select the signature key correctly when the Authentication subkey exists #31

Open
dingwen07 opened this issue Jan 30, 2021 · 1 comment

Comments

@dingwen07
Copy link

When performing signature operations, if the public key provided contains a GnuPG Authentication subkey (key purpose is Authentication only), the signature operation will always try to use the Authentication subkey instead of other subkeys defined for the purpose of signing. This will cause the signature be invalid and could not be verified.

The following Issue is related.
trustcrypto/OnlyKey-App#148

@dingwen07
Copy link
Author

If I remove the "Authentication" subkey from my key and provide the public key to WebCrypt, Signing will work.

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

No branches or pull requests

1 participant