User Details
User Details
- User Since
- Nov 9 2025, 4:15 PM (15 w, 2 d)
- Availability
- Available
Sun, Feb 8
Sun, Feb 8
giacomo added a comment to T8093: GPGME: inconsistent behavior on GPGME_KEYLIST_MODE_LOCATE from hkp server.
After serveral clever attempt, I've settled to this simple workaround that seems working despite being quite inefficient: if you don't find any key with gpgme_op_keylist_next and gpgme_err_code(err) == GPG_ERR_EOF on a ctx with keylist mode set to GPGME_KEYLIST_MODE_LOCATE, try again (even on the same context), after
Sat, Feb 7
Sat, Feb 7
giacomo added a comment to T8093: GPGME: inconsistent behavior on GPGME_KEYLIST_MODE_LOCATE from hkp server.
Looking to workaround this issue, I've noticed something that might be useful during debug.
