Note: On gpg4win-5.0.1, there's also no audit log for notepad pgp sign/encrypt. So this is expected?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Yesterday
Looks good to me on gpg4win-5.0.2-beta2 @ win11.
Just to be sure: The "Show Email" button is still never shown on the notepad, right?
In general looks good to me on gpg4win-5.0.2-beta2 @ win11:
Looks good to me on gpg4win-5.0.2-beta2 @ win11:
- first manual gpg -K and gpgsm -K displays the correct output now
- the loop ran without a hang for 50 times
Looks good to me on parallel install of
- gpg4win-5.0.2-beta2 @ win11
- vsd-4.0.0-beta1203 @ win11
Looks good to me on gpg4win-5.0.2-beta2 @ win11:
The registry keys "GnuPG Desktop" and "GnuPG VS-Desktop" now work correctly, i.e. existing registry keys should be considered in the next VSD 4 build.
There shouldn't be any RegCreateKey anymore for HKLM\SOFTWARE\<product name>\... or HKCU\SOFTWARE\<product name>\.... And, of course, no registry keys should be created.
In any case, the order still needs to be adjusted.
The current implementation is still (neither the order in the description nor on the settings page):
Seems to work in principle with gpg4win-5.0.2-beta2 and vsd-4.0.0-beta1203.
I'll wait for a new vsd beta release (with some fixes) for further testing.
with Gpg4win-5.0.2-beta2:
Looks good to me on gpg4win-5.0.2-beta2 @ win11.
Tested import on 5 normal starts and 5 gdb starts.
Looks like the "read config from registry" patch that was upstreamed wasn't tested properly.
It seemed that the reporter (also) claimed that a git repo could be weak/vulnerable when X.509 signature is used to validate the commits.
For the record (to show we don't hide a problem), I add some information.
It should be solved by the upstream (libtool, gnulib, and possibly autoconf/automake). The solution would be refactoring AC_PROG_LD and AC_LIB_PROG_LD factoring out common things like handling use of GNU LD.
Mon, Mar 2
Works with Gpg4win-5.0.2-beta2
Fixed.
Here's a full log of a gdb run, which segfaults on start:
full debugview log:
Please always attach the full Debugview log. Sometimes (like here) I really want to know everything that was logged since the start.
Fixed. This regression was caused by changes made for T8056: Support config options RSAKeySizes and PGPKeyType for Kf6.
Implemented in mimetreeparser master: https://invent.kde.org/pim/mimetreeparser/-/merge_requests/92
The reporter informed:
CVE-2025-69913
Sun, Mar 1
In T8029#212310, @werner wrote:My actual plan is to rework the imp[ort/export of secret keys to gpg-agent. Right now gpg-agent has knowledge of OpenPGP for import/export. This is not good and the required conversion should be moved to a helper tools for easier testing and to have this out of the gpg-agent process. For Kyber we right now don't use any conversion mut store the secret keys in gpg-agent's native format. Thus the passphrase is not necessary. We need to figure out why we have this problem here.
