Yesterday
As I am delving a bit into cryptocurrencies and since i have a ledger security token and a bip32 24 word mnemonic now backed up as stamped metal.
Mon, Feb 10
I'm glad that inotify is already in use, that's a reasonable thing on the Linux platform.
This is the old code from gnupg-2.0/agent/gpg-agent.c:
inotify is already used used on Linux to check for a lost homedir. The once-in-a-minute check should be the same as with the other daemons and has proved to be very useful. The whole thing has been discussed over and over again a long time ago and - as with other system daemon - we agreed on scheduling at the full second.
Wed, Feb 5
I think there's some confusion.
changed the workboard to gpd5x as this is still the case in Gpg4win 5.0-Beta versions.
Tue, Feb 4
Gpg4win-5.0.0-beta32
Works!
Fri, Jan 31
Ok, then this will not be includes in the VSD versions until we switch away from gpg 2.2
21f7ad563d9b was not backported to gnupg 2.2, so this can't be done yet
Thu, Jan 30
It's missing a check for the required gpg-2.2 version. I will add that
Fri, Jan 24
If you encounter real world certificates with these parameters we can bump up the priority.
Wed, Jan 22
In VS-Desktop-3.2.94.481-Beta the feature is not available in the context menu in Kleopatra.
So in VSD 3.3.0 this will be missing. What works is disable/enable on the command line and Kleopatra will then not list a disabled certificate with most filters.
Sun, Jan 19
I think I can understand you, too much complexity.
Jan 17 2025
See this comment which is related to T4538:
Hm, "Names for the certificate" seems wrong to me. Shouldn't it better be "Names in the User IDs [of this certificate]"? I would leave of the part in [] as redundant. Likewise for the mail addresses.
Jan 16 2025
Thinking about this some more, i came up with some more ways of showing some nice-to-have information in the tooltips:
Jan 10 2025
https://invent.kde.org/pim/kleopatra/-/merge_requests/355 makes both components use the same tooltips; we can then change both when we decide on what exactly to show in the tooltips in general
Fixed in 2.5.2.
Jan 6 2025
it would be best to add an API to gpgrt to iterate over registry entries.
Jan 3 2025
Dec 19 2024
Works. Tested with VS-Desktop-3.2.94.474-Beta and Gpg4win 4.4 by moving only the signature key to a smartcard and then changing the password of the certificate via the context menu.
Dec 16 2024
This was now added as disableAutoPreview (the option was renamed after 26c2fc196bb73d9bd96c91ea7cc12679d925b376 )
Since codesigning for all dlls was added this is fully resolved.
Dec 13 2024
(ignore the last commit, I assigned the wrong task to it)
Dec 12 2024
Here are changes for gcry_md_open and its friends.
My idea in https://dev.gnupg.org/T7338#195529 doesn't work well when a function call is done multiple times.
Assuming SUCCESS, and marking all non-compliant places in the code works, and it would be good because libgcrypt so far maintains non-compliant path with rejection.
Dec 10 2024
Or maybe not. I just did 0.11.0 (T7449) and will do more releases if there is demand for it or we have collected enough patches.
Dec 9 2024
Pushed the change for adding hash tests in rC7faf542f1573: fips,tests: Add t-digest.
Dec 6 2024
Gpg4win 4.4:
It seems that the internal API (as of 2024-12-06) is not enough.
Now, we have _gcry_md_hash_buffer function with the new FIPS service indicator.
It's used for public key crypto, too.
The compliance for hash function is a part of public key crypto, but not all.