Has now been backported to be released with 2.2.53
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Yesterday
Yesterday
Fri, Feb 13
Fri, Feb 13
• werner moved T7333: Allow gpg to auto-upload a new own key to LDAP servers from Backlog to WIP on the vsd34 board.
• werner changed the status of T7333: Allow gpg to auto-upload a new own key to LDAP servers from Open to Testing.
• werner moved T7866: Allow separate LDAP keyserver for uploading from WIP to Done on the gnupg26 board.
• werner moved T7866: Allow separate LDAP keyserver for uploading from Backlog to WiP on the gnupg22 board.
• werner changed the status of T7866: Allow separate LDAP keyserver for uploading from Open to Testing.
Here is an attempt of mine this week:
diff --git a/g10/call-agent.c b/g10/call-agent.c index 5e13a3e52..8949fad17 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -3290,13 +3290,14 @@ confirm_status_cb (void *opaque, const char *line) message. If FORCE is true the agent is advised not to ask for confirmation. */ gpg_error_t -agent_delete_key (ctrl_t ctrl, const char *hexkeygrip, const char *desc, +agent_delete_key (ctrl_t ctrl, const char *keygrip, const char *desc, int force) { gpg_error_t err; char line[ASSUAN_LINELENGTH]; struct default_inq_parm_s dfltparm; struct confirm_parm_s confirm_parm; + const char *keygrip2 = NULL;
Thu, Feb 12
Thu, Feb 12
• werner lowered the priority of T8045: Stack-based buffer overflow in TPM2 `PKDECRYPT` from Unbreak Now! to Normal.
The fix causes a regression. Reported: https://lists.gnupg.org/pipermail/gnupg-devel/2026-February/036218.html
This is not 2.5-only.
Mon, Feb 9
Mon, Feb 9
timegrid added a comment to T8092: GnuPG: Add algorithm info for all kyber choices on certificate generation.
Sorry for the ambiguity. The request was only about mentioning (bpX) for the first two choices, not to add more combinations.
• werner triaged T8092: GnuPG: Add algorithm info for all kyber choices on certificate generation as Low priority.
• werner added a comment to T8092: GnuPG: Add algorithm info for all kyber choices on certificate generation.
Although it is technicall possible to use all combinations, we should limit in the menu them to those as listed above. Too many algorithms pose an interop problem. Thus we provide brainpool because it is required in Germany and the two IETF curves for the general internet (for those who are playing mitigation against against physical experiments).