This is the current development version of GnuPG.
Details
Thu, Jul 3
Can't you just use file descriptors everywhere and use _get_osfhandle. That is what I am used to seeing in Windows code in Gnulib (although I do not touch it much).
Wed, Jul 2
Regarding 64bit handles https://learn.microsoft.com/en-us/windows/win32/winprog64/interprocess-communication
tells us:
This seems to be a good opportunity to replace paperkey with a new tool to take advantage of the smaller ECC keys which allow us to re-generate most stuff.
Thu, Jun 26
Wed, Jun 25
Tue, Jun 24
secp256k1 is an --expert option and not supported by other *PGP
implementations. We should actually hide this thing even more and not
even display it with --expert. Thus do no expect an immediate 2.5.9
release to fix this issue.
secp256k1 failure:
https://lists.gnupg.org/pipermail/gnupg-users/2025-June/067731.html
Wed, Jun 18
After several gpg4win-5 betas be can set this task to resolved.
I claim this resolved given several gpg4win-5 betas.
I claim this resolved given that we had several gpg4win-5 betas and no reported problems was related to this.
Reminder mostly to self: This is about the KDF parameters. In the light of PQC composite algorithms we may want to also prepare for PQC required stuff.
There should be a workaround by using
This was release with 2.5.7.
Tue, Jun 17
Funny old bug which shows up only if you don't have any keyserver configured. Note the FIXME in the commit ;-)
Wed, Jun 11
I stumbled into this problems myself yesterday. Time for a new release.
Fri, Jun 6
Once again, thank you for your reactivity @gniibe !
My test coverage was not good (even if I daily use Curve25519 on Gnuk Token).
Your analysis is correct.
Jun 5 2025
Jun 2 2025
We do this now also for gpg-wks-server. Further gpg-wks-client now sends the current language to the server so that the server can get back to the user with a proper translated text (if configured).
May 30 2025
Alright. We use utf-8 in our template files and switch to QP encoding when needed.
May 28 2025
May 27 2025
Another possible change will be use of KEM interface for gpgsm.
Not high priority, but for long term code maintenance.