User Details
User Details
- User Since
- May 4 2021, 8:30 PM (188 w, 1 d)
- Availability
- Available
May 7 2021
May 7 2021
pnirschl added a comment to T5422: gnupg 2.3.1 breaks gpgme_op_createkey().
run-genkey is working fine in my test environment as well.
May 5 2021
May 5 2021
pnirschl added a comment to T5422: gnupg 2.3.1 breaks gpgme_op_createkey().
Thank you for your response! I tried out all variants of gpgme_pinentry_mode_t and implemented a passphrase callback (using gpgme_set_passphrase_cb as suggested). It turns out that the callback is not invoked at all. However, if I switch back to gnupg 2.2.27, the callback is being invoked and the key is being generated (using the passphrase specified by the callback, as expected).