Fri, Aug 29
Thu, Aug 28
Especially when an LDAP is configured, keys should be automatically refreshed in short intervals (5 days? Configurable?) to notify users about revoked keys or signatures from a trusted key.
Keys that are close to their expiration dates should be prioritized.
Maybe users want to configure for what mail domains a lookup on a configured LDAP should be done.
I think it is save to say that we will not implement pgp/inline encryption with attachments
Wed, Aug 27
The problem here is that we don't have the sha-2 fingerprint in our SQL tables. Thus we would not only need to do a full table search but also parse the actual blob to compute the sha-2 fingerprint.
I have done testing using my QES certificate with all combinations of the two options.
Mon, Aug 25
Thanks for reporting/requesting.
Sat, Aug 23
Thu, Aug 21
Well, I will re-use this as a feature request to add this feature. Workaround is to list the key with --with-keygrip and backup the ~/.gnupg/private-keys-v1.d/<keygrip>.key files.
Wed, Aug 13
Mon, Aug 11
Thu, Aug 7
Mon, Aug 4
Looks good to me on gpg4win-5.0.0-beta357 @ win10 for the following migrations (as stated in the description):
- gpg4win 4.3.1 -> gpg4win 5.0
- gpg4win 4.4.1 -> gpg4win 5.0
Pushed the changes in {gniibe/synch-spawn} branch.
It consists of three commits:
Aug 1 2025
There is a new --keyserver-option update-before-send which is enabled by default.
Jul 22 2025
Done for gpg4win 5 and backported for VSD 3.4 (provided that the gpg4win-4-branch will be used for VSD 3.4).
Jul 18 2025
Jul 17 2025
Deselect email and select again (email gets decrypted again) attachments are back.
Jul 16 2025
Several releases since the last commit and no specific bug reports. We can close this task.
Add gpd5x tag to ensure testing with Gpg4win.
Fixed with new GPGRT_PROCESS_STDIO_NUL flag.
Jul 15 2025
Pushed the changes:
- Inheriting HANDLEs has been not working accurately
- Before the fix, all HANDLEs were inherited
- Only specified HANDLEs are inherited by: rE0b01950237ab: w32:spawn: Fix inheriting HANDLEs.
- HANDLEs by w32_open_null were leaked
T7723 fix by rE311fb769d1dd: w32:spawn: New flag GPGRT_PROCESS_STDIO_NUL.
Before implementing this feature, it's better to fix T7723: gpgrt:w32: Fix for inheriting stdin/stdout/stderr with "NUL", and do some clean up.
If we will fix gpgconf using GPGRT_PROCESS_STDIO_NUL, we will need to fix gpg-connect-agent to see if it's NUL or not.
Jul 11 2025
Here is an experimental change to support the feature.
I'm testing the following patch with experimental change of libgpg-error.