User Details
User Details
- User Since
- Nov 9 2025, 4:15 PM (18 w, 3 d)
- Availability
- Available
Feb 8 2026
Feb 8 2026
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
Feb 7 2026
Feb 7 2026
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.
