saturneric / GpgFrontend

A free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. It stands out as an exceptional GUI frontend for the modern GnuPG (gpg).
https://gpgfrontend.bktus.com
GNU General Public License v3.0
495 stars 48 forks source link

Signatures - signing subkey selection #156

Open Achim16 opened 4 months ago

Achim16 commented 4 months ago

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 commented 3 months ago

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.