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

Signatures - signing subkey selection #156

Open
Achim16 opened this issue May 30, 2024 · 1 comment
Open

Signatures - signing subkey selection #156

Achim16 opened this issue May 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Achim16
Copy link

Achim16 commented May 30, 2024

You might want to consider that keys can have several subkeys eligible for signing
so that a key selection could show subkeys, see image of how WinPT for GPG legacy handles this.

image

@saturneric saturneric added the enhancement New feature or request label May 30, 2024
@saturneric
Copy link
Owner

After some research on my part, the programming interface provided by GnuPG (GPGME) does not currently support specifying a specific subkey in an operation. However, GnuPG itself supports it with its command options. Things get a little more complicated, and I don't really want to go directly to GPG and operate through the interface they provide.

So, this requirement may be placed for a while longer. I may find time to provide them with feedback and expect them to provide such support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants