Additionally I would find it sensible to display the keys always in the order of the keyslots.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 25 2024
The behavior is different between the old and the new versions. gpg-agent, the backend exits with the shell closing in the old version. But, if I start it with the new version, it stays running unless explicitly closed. I wonder if this means that we should run gpg-agent on all servers?
Also fixed in the fortgcoming 2.2.43
Jan 24 2024
Hidden for Gpg4win-4.3.0-beta571, too
Possible fix for testing as patch: https://invent.kde.org/frameworks/kio/-/merge_requests/1540
Just a reminder, this is important for 384 bit keys (see T6379).
The state of the brain is:
Kleopatra behaves as intended (by me). Only subkeys meeting the following conditions are extended together with the primary key:
- skip revoked subkeys which would anyway be ignored by gpg;
- also skip subkeys without explicit expiration because they inherit the primary key's expiration;
- include all subkeys that are not yet expired or that expired around the same time as the primary key
These gpgsk files are standard private-keys-v1 files with an additional Backup-info line showing for example the keygrip.
There are no certificates in the file, thus we can either use gpg or gpgsm as driver.
No test environment in our QA dept.
Fixed in 2.4.4. Feel free to re-open if you still see problems.
No regression, assuming things work.
Hard to test without instrumenting the code.
Tested during development.
Tested for 2.4
@alexk and me tested this. The core functionality works.