Page MenuHome GnuPG
Feed All Stories

Jul 3 2023

aheinecke triaged T6574: GnuPG / Gpg4win: Replace sha1sum.c with a tool in GnuPG as Wishlist priority.
Jul 3 2023, 12:54 PM · Restricted Project, Feature Request, gnupg, gpg4win
aheinecke triaged T6573: Kleopatra: Checksum command times out after 30 seconds without reporting an error as Normal priority.
Jul 3 2023, 12:40 PM · Restricted Project, kleopatra
aheinecke created P27 (An Untitled Masterwork).
Jul 3 2023, 12:21 PM
aheinecke triaged T6572: Kleopatra / GPGME: Show difference between nonRepudiation and digitalSignature in summary line as Wishlist priority.
Jul 3 2023, 12:17 PM · S/MIME, kleopatra, gpgme, Restricted Project
aheinecke added a parent task for T6566: GpgOL: newly generated key not loaded in the security confirmation dialog: T6198: KMail: Port to keyresolver from libkleo.
Jul 3 2023, 12:05 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke added a subtask for T6198: KMail: Port to keyresolver from libkleo: T6566: GpgOL: newly generated key not loaded in the security confirmation dialog.
Jul 3 2023, 12:05 PM · Restricted Project, Feature Request, KDE, kleopatra
aheinecke triaged T6566: GpgOL: newly generated key not loaded in the security confirmation dialog as Normal priority.

I noticed this recently, too. Should be fixed. Especially if we want to use this in KMail, too.

Jul 3 2023, 12:04 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke triaged T6567: Kleopatra: gpg-agent does not restart when trying to access smart card as Low priority.

I changed the title accordingly. I think when we call the option "restart background processes" we should not implicitly rely on a non empty keylist to start the gpg-agent but instead trigger it explicitly

Jul 3 2023, 12:04 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
aheinecke renamed T6567: Kleopatra: gpg-agent does not restart when trying to access smart card from Kleopatra: gpg-agent does not restart when trying to access smart card to Kleopatra: gpg-agent does not restart on empty keylist.
Jul 3 2023, 12:03 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
aheinecke triaged T6568: Kleopatra: make table column headings accessible as Low priority.

I think the priority is low because the optional columns are not really that useful for most users and were mostly added as a "nice to have" feature. The details are in doubt available e.g. through the certificatedetails widget.

Jul 3 2023, 12:00 PM · a11y, Restricted Project, kleopatra
aheinecke triaged T6571: Kleopatra: Trusted-introducer without limitation as a kind of sub-ca as Wishlist priority.
Jul 3 2023, 11:44 AM · Restricted Project, kleopatra
ebo closed T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension as Resolved.

works as described

Jul 3 2023, 11:41 AM · kleopatra, Restricted Project
ebo closed T6479: Kleopatra: "change validity" dialog shows unreasonable default for extension, a subtask of T6553: Kleopatra: Expiry date issues and improvements, as Resolved.
Jul 3 2023, 11:41 AM · kleopatra
ebo closed T6456: Kleopatra: Offers encryption-only OpenPGP keys as signing key as Resolved.

This works.

Jul 3 2023, 10:58 AM · gpgme (gpgme 1.23.x), Restricted Project, kleopatra, Bug Report
gniibe triaged T6570: Better performance with OCB encryption + sign as Normal priority.
Jul 3 2023, 10:42 AM · gnupg, Restricted Project
gniibe claimed T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data..

OK. I'll take the signing part (possible performance improvement).

Jul 3 2023, 10:21 AM · gnupg
ebo merged T6569: unusable secret key selectable for crypto operations into T6456: Kleopatra: Offers encryption-only OpenPGP keys as signing key.
Jul 3 2023, 10:02 AM · gpgme (gpgme 1.23.x), Restricted Project, kleopatra, Bug Report
ebo merged task T6569: unusable secret key selectable for crypto operations into T6456: Kleopatra: Offers encryption-only OpenPGP keys as signing key.
Jul 3 2023, 10:02 AM · gpgol, kleopatra
ebo added a comment to T6569: unusable secret key selectable for crypto operations.

No, it doesn't do even that. Sorry, I only tested that with 3.1.26 which is older than your fix.
No encrypt-only key is offered or selectable for signing any more in Gpg4win-4.2.0-beta360

Jul 3 2023, 9:45 AM · gpgol, kleopatra
gniibe added a comment to T6561: OpenPGP benchmarks on Windows OCB vs. CFB + MDC vs. Unsigned vs. Signed on real data..

I looked through the code. What I observed is:

  • By jussi's improvements, AEAD code is optimized with AEAD_ENC_BUFFER_SIZE of 64KiB
    • this contributes much for better performance
  • If we invoke gpg --sign | gpg --encrypt then we can take advantage of multiple CPUs (but gpg is currently not automatically threaded in that way)
    • signing could be improved likewise, using larger buffer like 64KiB
  • CFB+MDC, it uses two functions together; encryption and hashing, and not with larger buffer like 64KiB
    • when signed, it also does hashing for signing, so three functions
Jul 3 2023, 4:50 AM · gnupg
gniibe updated the task description for T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process.
Jul 3 2023, 4:19 AM · Windows 64, Feature Request, gnupg26
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9ecb0097452f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jul 3 2023, 4:18 AM
gniibe updated the task description for T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process.
Jul 3 2023, 4:18 AM · Windows 64, Feature Request, gnupg26
gniibe changed the status of T6551: translate_sys2libc_fd_int on Windows 64-bit, a subtask of T6508: Port GnuPG to 64-bit Windows, from Testing to Open.
Jul 3 2023, 4:16 AM · Windows 64, Feature Request, gnupg26
gniibe changed the status of T6551: translate_sys2libc_fd_int on Windows 64-bit from Testing to Open.

The case in check_special_filename is fixed. So, there is no cases in GnuPG where the value of out of range is silently converted to wrong value.

Jul 3 2023, 4:16 AM · Windows 64, Feature Request, gnupg26
gniibe added a comment to T6508: Port GnuPG to 64-bit Windows.

Remaining places are:

  • common/sysutil.c debug output to format HANDLE --> T6597
  • common/sysutil.c iobuf_get_fd and its use cases --> T6580
  • agent, kbx, scdaemon, dirmngr: socket and FD2INT/INT2FD --> T6598
Jul 3 2023, 3:58 AM · Windows 64, Feature Request, gnupg26
gniibe committed rGb5efb52d4320: agent: Fix formatting thread ID of nPth. (authored by gniibe).
agent: Fix formatting thread ID of nPth.
Jul 3 2023, 3:53 AM
gniibe committed rGa0ff2919f710: tools:gpg-connect-agent: Fix use of HANDLE on Windows. (authored by gniibe).
tools:gpg-connect-agent: Fix use of HANDLE on Windows.
Jul 3 2023, 3:53 AM

Jul 2 2023

mlaurent committed rKLEOPATRAf162a975a32c: Merge remote-tracking branch 'origin' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin' into kf6
Jul 2 2023, 8:04 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA506b6da3f11c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jul 2 2023, 5:53 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA35f5f18bc201: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jul 2 2023, 4:24 AM

Jul 1 2023

l10n daemon script <scripty@kde.org> committed rKLEOPATRA4abd427b03d2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jul 1 2023, 3:57 AM

Jun 30 2023

ikloecker added a comment to T6569: unusable secret key selectable for crypto operations.

I don't think that Kleopatra allows to select an encrypt-only key for signing because I have fixed exactly this issue a couple of months: T6456: Kleopatra: Offers encryption-only OpenPGP keys as signing key.

Jun 30 2023, 6:31 PM · gpgol, kleopatra
ebo closed T5869: GpgOL: Sign requested without signing key shows error as Resolved.

This works, when sign is selected and no standard OpenPGP key for the mail address exists.

Jun 30 2023, 5:20 PM · Restricted Project, Bug Report, gpgol
ebo created T6569: unusable secret key selectable for crypto operations.
Jun 30 2023, 5:19 PM · gpgol, kleopatra
werner committed rG5377226ec0b9: Prepare NEWS for the next release (authored by werner).
Prepare NEWS for the next release
Jun 30 2023, 10:59 AM
werner committed rW432546fbade8: packages: Change download location of bzip2 (authored by werner).
packages: Change download location of bzip2
Jun 30 2023, 10:10 AM
gniibe committed rG250fff0f6eaf: common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit. (authored by gniibe).
common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit.
Jun 30 2023, 9:06 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAfb7fa3303022: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 30 2023, 3:58 AM
heirecka committed rKLEOPATRA9d5bc06f0b2d: GIT_SILENT Upgrade release service version to 23.04.3. (authored by heirecka).
GIT_SILENT Upgrade release service version to 23.04.3.
Jun 30 2023, 12:55 AM
heirecka committed rKLEOPATRA30c5509caf0d: GIT_SILENT Update Appstream for new release (authored by heirecka).
GIT_SILENT Update Appstream for new release
Jun 30 2023, 12:55 AM
heirecka committed rKLEOPATRA6ab8e4c81fa4: GIT_SILENT Update Appstream for new release (authored by heirecka).
GIT_SILENT Update Appstream for new release
Jun 30 2023, 12:55 AM

Jun 29 2023

werner moved T6536: Extend P12 parser for ShroudedKeyBag inside a CertBag from WiP to QA on the gnupg24 board.
Jun 29 2023, 6:05 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Bug Report, S/MIME, Restricted Project
werner committed rG5f694dc0be99: sm: Adding missing stuff to the PKCS#12 parser rewrite. (authored by werner).
sm: Adding missing stuff to the PKCS#12 parser rewrite.
Jun 29 2023, 6:04 PM
ikloecker added a comment to T6567: Kleopatra: gpg-agent does not restart when trying to access smart card.

I think that's a known issue (or a known non-issue). I ran into this some time ago and therefore added the possibility to start gpg-agent explicitly instead of relying on a keylisting to start the agent implicitly. My guess is that gpg doesn't start gpg-agent because if there are no public keys then it makes little sense to ask gpg-agent for private keys.

Jun 29 2023, 4:42 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ebo added a comment to T6567: Kleopatra: gpg-agent does not restart when trying to access smart card.

just noticed that restarting the background processes with F5 on the certificate list does not work if the list is empty. (checked with Gpg4win-4.2.0-beta357)

Jun 29 2023, 4:03 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ebo closed T5841: Kleopatra: Make keylist / keytreeview accessible, a subtask of T5824: Kleopatra: Full accessibility support, as Resolved.
Jun 29 2023, 2:34 PM · kleopatra
ebo closed T5841: Kleopatra: Make keylist / keytreeview accessible, a subtask of T5842: Gpg4win LTS 3.1.22, as Resolved.
Jun 29 2023, 2:34 PM · gpg4win, Restricted Project, Release Info
ebo closed T5841: Kleopatra: Make keylist / keytreeview accessible as Resolved.

closing this due to external testing. The follow up on this is T6568

Jun 29 2023, 2:34 PM · kleopatra, Restricted Project
ebo added a parent task for T6568: Kleopatra: make table column headings accessible: T5824: Kleopatra: Full accessibility support.
Jun 29 2023, 2:31 PM · a11y, Restricted Project, kleopatra
ebo added a subtask for T5824: Kleopatra: Full accessibility support: T6568: Kleopatra: make table column headings accessible.
Jun 29 2023, 2:31 PM · kleopatra
ebo created T6568: Kleopatra: make table column headings accessible.
Jun 29 2023, 2:30 PM · a11y, Restricted Project, kleopatra
ebo closed T5775: Kleopatra: Add action to restart background processes as Resolved.

This works in so far that the background processes are killed with the restart button. For remaining issue see T6567

Jun 29 2023, 1:38 PM · kleopatra, Restricted Project
ebo created T6567: Kleopatra: gpg-agent does not restart when trying to access smart card.
Jun 29 2023, 1:34 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
aheinecke committed rW41dffa91461b: Update Kleopatra and libkleo (authored by aheinecke).
Update Kleopatra and libkleo
Jun 29 2023, 1:17 PM
ebo closed T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog as Resolved.

works

Jun 29 2023, 12:54 PM · Feature Request, kleopatra, Restricted Project
ebo closed T5690: Kleopatra: Custom placeholder text in newcertificatewizard as Resolved.

works

Jun 29 2023, 11:42 AM · kleopatra, Restricted Project
ebo created T6566: GpgOL: newly generated key not loaded in the security confirmation dialog.
Jun 29 2023, 11:23 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
gniibe committed rG6049d61991a1: common: Fix the cast for 64-bit Windows. (authored by gniibe).
common: Fix the cast for 64-bit Windows.
Jun 29 2023, 7:09 AM
gniibe committed rG3672c29156e3: common: Raise an error correctly in check_special_filename. (authored by gniibe).
common: Raise an error correctly in check_special_filename.
Jun 29 2023, 7:09 AM
gniibe added a comment to T6551: translate_sys2libc_fd_int on Windows 64-bit.

Except a case, all use cases of translate_sys2libc_fd_int is with a result of integer from command line argument.

Jun 29 2023, 7:00 AM · Windows 64, Feature Request, gnupg26
l10n daemon script <scripty@kde.org> committed rKLEOPATRA8b57b3bca1ab: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 29 2023, 3:55 AM

Jun 28 2023

mlaurent committed rLIBKLEOc31289f128a8: Merge remote-tracking branch 'origin' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin' into kf6
Jun 28 2023, 11:07 PM
mlaurent committed rKLEOPATRA47adf8fdfc81: Merge remote-tracking branch 'origin' into kf6 (authored by mlaurent).
Merge remote-tracking branch 'origin' into kf6
Jun 28 2023, 11:04 PM
werner committed rG101433dfb42b: sm: Major rewrite of the PKCS#12 parser (authored by werner).
sm: Major rewrite of the PKCS#12 parser
Jun 28 2023, 5:37 PM
werner committed rGc926967d8558: sm: Remove duplicated code. (authored by werner).
sm: Remove duplicated code.
Jun 28 2023, 5:37 PM
werner added a comment to T6536: Extend P12 parser for ShroudedKeyBag inside a CertBag.

Partly done for 2.4. The cram-octet-string stuff is missing, though.

Jun 28 2023, 5:33 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Bug Report, S/MIME, Restricted Project
aheinecke committed rKLEOPATRAd0ae5ec70106: Update the doc actions for new filenames (authored by aheinecke).
Update the doc actions for new filenames
Jun 28 2023, 4:57 PM
aheinecke triaged T6564: Kleopatra: Re-encrypt an encrypted folder to the original recpients as Wishlist priority.
Jun 28 2023, 11:37 AM · Restricted Project, kleopatra
aheinecke closed T4814: GpgOL: Send multiple E-Mails for BCC recipients as Wontfix.

This will not translate into the new addon and is too large a change for the current one.

Jun 28 2023, 11:16 AM · Restricted Project, gpgol
exoosh added a comment to T5760: Kleopatra hangs loading certificate cache on Windows 11.

Thanks for the suggested workaround, I am going to try that. And thanks for pointing out this could be related to something like a Yubikey attached. Having the same symptoms as those described in T4581 and here.

Jun 28 2023, 11:01 AM · Bug Report, gpg4win
exoosh added a comment to T4581: Kleopatra stuck in loading the certificate cache.

I have this regularly. Sometimes waiting helps and it loads after several minutes, sometimes shutting down Kleopatra is the only remedy (because after an hour and more it feels like it ended up in an infinite loop).

Jun 28 2023, 10:55 AM · gpg4win, kleopatra, Bug Report
gniibe changed the status of T6539: The digest&sign/verify API with SHAKE-class digests does not work from Open to Testing.

Add the check of digest algorithm for EdDSA in: rCd15fe6aac10b: cipher:ecc:fips: Only allow defined digest algo for EdDSA.

Jun 28 2023, 7:23 AM · libgcrypt, FIPS, Bug Report
gniibe committed rCd15fe6aac10b: cipher:ecc:fips: Only allow defined digest algo for EdDSA. (authored by gniibe).
cipher:ecc:fips: Only allow defined digest algo for EdDSA.
Jun 28 2023, 7:23 AM
gniibe changed the status of T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process, a subtask of T6551: translate_sys2libc_fd_int on Windows 64-bit, from Open to Testing.
Jun 28 2023, 7:12 AM · Windows 64, Feature Request, gnupg26
gniibe changed the status of T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process from Open to Testing.

Changes are pushed.

Jun 28 2023, 7:12 AM · Windows 64, Feature Request, gnupg26
gniibe committed rG25b59cf6ce86: scd:piv: Fix authentication with Administration Key. (authored by gniibe).
scd:piv: Fix authentication with Administration Key.
Jun 28 2023, 7:04 AM
gniibe committed rGcacb01899224: tools:gpgtar: Clean up the use of --status-fd. (authored by gniibe).
tools:gpgtar: Clean up the use of --status-fd.
Jun 28 2023, 7:03 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOd0760553898c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 28 2023, 5:24 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO1f20074bb0f7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 28 2023, 4:02 AM
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

No, there are use cases in GnuPG, where we specify the hash algo for signing, and our own tests/benchmark.c.

Jun 28 2023, 3:54 AM · libgcrypt, FIPS, Bug Report
gniibe added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

For the first issue, I added a check in: rCf65c30d470f5: cipher:ecc:fips: Reject use of SHAKE when it's ECDSA with RFC6979.

Jun 28 2023, 3:52 AM · libgcrypt, FIPS, Bug Report
gniibe committed rCf65c30d470f5: cipher:ecc:fips: Reject use of SHAKE when it's ECDSA with RFC6979. (authored by gniibe).
cipher:ecc:fips: Reject use of SHAKE when it's ECDSA with RFC6979.
Jun 28 2023, 3:32 AM

Jun 27 2023

werner added a project to T3927: gpgsm certificate import fails because of hardcoded password length limitation: gnupg22.

This has long been fixed in 2.4. Given that Libgcrypt has support for PBKDF2 we can back port this.

Jun 27 2023, 6:00 PM · Feature Request, gnupg24, S/MIME
Jakuje added a comment to T6539: The digest&sign/verify API with SHAKE-class digests does not work.

From the FIPS 186-5 there are some limitations to use the SHAKE in FIPS Mode that we will have to reflect:

Jun 27 2023, 5:22 PM · libgcrypt, FIPS, Bug Report
gniibe committed rG7cfbf0dd72d8: scd:piv: Fix authentication with Administration Key. (authored by gniibe).
scd:piv: Fix authentication with Administration Key.
Jun 27 2023, 8:47 AM
gniibe committed rG631c23b66404: gpgtar: Use FD on POSIX. (authored by gniibe).
gpgtar: Use FD on POSIX.
Jun 27 2023, 8:01 AM
gniibe committed rGb9b0c183204f: common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. (authored by gniibe).
common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.
Jun 27 2023, 8:01 AM
gniibe added a comment to T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process.

We need to keep the gpgtar part of commit in rG2756147e392c: gpg,sm,tools: Use string for option --*-fd..

Jun 27 2023, 7:57 AM · Windows 64, Feature Request, gnupg26
gniibe triaged T6562: gpgtar: --status-fd requires HANDLE (not POSIX fd) when spawning a process as Normal priority.
Jun 27 2023, 7:55 AM · Windows 64, Feature Request, gnupg26
gniibe added a comment to T6551: translate_sys2libc_fd_int on Windows 64-bit.

The changes are intrusive to other implementations (POSIX and Windows 32-bit).
So, I revert the changes of replacing translate_sys2libc_fd_int.

Jun 27 2023, 7:41 AM · Windows 64, Feature Request, gnupg26
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6e910583b9f6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 27 2023, 5:34 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAa897e1cfd90b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jun 27 2023, 4:03 AM

Jun 26 2023

jukivili committed rC794695ff45d6: keccak: add md_read support for SHAKE algorithms (authored by jukivili).
keccak: add md_read support for SHAKE algorithms
Jun 26 2023, 8:08 PM
werner claimed T6500: Keyserver access via http-proxy isn't attempted when using standard-resolver.
Jun 26 2023, 4:37 PM · gnupg, dns, Bug Report
aheinecke closed T6546: GpgOL: Crash when encrypting mail with attachments without filename as Resolved.

This no longer happens. It was a case of such inline signature images. Maybe if they are added through the clipboard they dont get a filename or something like that.

Jun 26 2023, 4:19 PM · gpgol
aheinecke triaged T6486: Kleopatra: Put help info on welcome page as Normal priority.

I do not agree that this will help much, but I am all for changing the string "Find more info on Wikipedia" into something like "See the Quickguide for a short introduction".

Jun 26 2023, 3:27 PM · vsd33 (vsd-3.3.0), vsd, kleopatra
aheinecke triaged T6537: Make KIO::move work on Windows when moving between different partitions as Normal priority.

I give it the same prio as the parent task

Jun 26 2023, 3:26 PM · Restricted Project, kleopatra
aheinecke triaged T6480: Kleopatra: Change visibility of advanced options in the certification dialog as High priority.

Yes, this should be a fairly low hanging fruit and would improve UX for some users probably quite a bit. So while not very important I give it high priority because we should do it sooner.

Jun 26 2023, 3:25 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke triaged T6373: Kleopatra: Show progress dialog when moving decrypted archive to final destination as Normal priority.

I would give this normal priority still. In guess in most cases its not an issue but when it is an issue it will feel like a bug.

Jun 26 2023, 3:24 PM · Restricted Project, kleopatra