Re: GPGme operations with subkeys

2017-08-02 Thread gnupg . 20 . miller_2555
> On Aug 2, 2017, at 05:40, Werner Koch - w...@gnupg.org > wrote: > > On Wed, 2 Aug 2017 03:05, r...@sixdemonbag.org said: > >> At the command line a subkey can be specifically selected by appending >> an exclamation mark to the *subkey* key ID, but I don't believe GPGME >> supports this behav

GPGme operations with subkeys

2017-08-02 Thread gnupg . 20 . miller_2555
I have a couple encryption subkeys under my primary key. Each key is used for different applications (while I generally just use one subkey, the other is used when a specific application does not permit the use of that subkey). I would like to select specific subkeys (gpgme_subkey_t) in GPGme to

Re: GPGme operations with subkeys

2017-08-02 Thread Werner Koch
On Wed, 2 Aug 2017 03:05, r...@sixdemonbag.org said: > At the command line a subkey can be specifically selected by appending > an exclamation mark to the *subkey* key ID, but I don't believe GPGME > supports this behavior. That's right. I opened a wishlist item as https://dev.gnupg.org/T3325

Re: GPGme operations with subkeys

2017-08-01 Thread Robert J. Hansen
> I would like to select specific subkeys (gpgme_subkey_t) in GPGme to > perform operations (eg. gpgme_op_encrypt(...) This isn't really well-supported, and for good reason: which subkey to choose is normally viewed as a decision of the OpenPGP engine, not so much of the user. If you have a set o

GPGme operations with subkeys

2017-08-01 Thread gnupg . 20 . miller_2555
I have a couple encryption subkeys under my primary key. Each key is used for different applications (while I generally just use one subkey, the other is used when a specific application does not permit the use of that subkey). I would like to select specific subkeys (gpgme_subkey_t) in GPGme to