Page MenuHome GnuPG
Feed All Stories

May 17 2022

LFrank2021 added a comment to T5980: compilation error libgcrypt 1.10.1.

I do not claim I understand anything of this assembler syntax :)

May 17 2022, 11:14 AM · backport, ppc, AIX, libgcrypt, Bug Report
werner moved T5975: Allow signature verification using specific RSA keys <2k in FIPS mode from Backlog to Next on the FIPS board.
May 17 2022, 11:12 AM · backport, patch, libgcrypt, FIPS, Feature Request
werner raised the priority of T4873: Enable AES GCM in FIPS mode from Low to Normal.
May 17 2022, 11:09 AM · FIPS, libgcrypt, Feature Request
werner moved T5964: gnupg should use the KDFs implemented in libgcrypt from Backlog to Next on the FIPS board.
May 17 2022, 11:07 AM · gnupg26, FIPS, Feature Request
werner added a comment to T5964: gnupg should use the KDFs implemented in libgcrypt.

Lets implement it for 2.3

May 17 2022, 11:06 AM · gnupg26, FIPS, Feature Request
werner assigned T5964: gnupg should use the KDFs implemented in libgcrypt to gniibe.
May 17 2022, 11:06 AM · gnupg26, FIPS, Feature Request
gniibe added a comment to T5862: authentication with USB token.

This is the one for login authentication (which invokes scdaemon to authenticate, instead of connecting by socket).

May 17 2022, 10:59 AM · gpgagent, Feature Request, scd
gniibe added a comment to T5980: compilation error libgcrypt 1.10.1.

For the second, I wonder if newer xlclang++ compiler works with 1.9.

May 17 2022, 4:58 AM · backport, ppc, AIX, libgcrypt, Bug Report
gniibe triaged T5980: compilation error libgcrypt 1.10.1 as Normal priority.

Thank you for the bug report.

May 17 2022, 4:31 AM · backport, ppc, AIX, libgcrypt, Bug Report
gniibe committed rC4019f1a66b15: Fix internal declaration of _gcry_kdf_compute. (authored by gniibe).
Fix internal declaration of _gcry_kdf_compute.
May 17 2022, 4:14 AM
gniibe committed rG1b1684cf6192: scd: Fix use of SCardListReaders for PC/SC. (authored by gniibe).
scd: Fix use of SCardListReaders for PC/SC.
May 17 2022, 3:57 AM
gniibe committed rG7bc794c31134: scd: Fix use of SCardListReaders for PC/SC. (authored by gniibe).
scd: Fix use of SCardListReaders for PC/SC.
May 17 2022, 3:57 AM
gniibe committed rGa5217c90003c: scd: Add workaround for ECC attribute on Yubikey. (authored by gniibe).
scd: Add workaround for ECC attribute on Yubikey.
May 17 2022, 3:57 AM
gniibe committed rCc0692324fe8b: mpi: Allow building with --disable-asm for HPPA. (authored by gniibe).
mpi: Allow building with --disable-asm for HPPA.
May 17 2022, 3:50 AM
gniibe added a project to T5976: libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd'): Restricted Project.

Pushed the change.

May 17 2022, 3:47 AM · backport, hppa, libgcrypt, Gentoo, Bug Report
gniibe added a project to T5979: SCardListReaders: Conditional jump or move depends on uninitialised value(s): Restricted Project.

To detect these kinds of bugs, possibly, we can use new GCC option: -ftrivial-auto-var-init=0xFEFEFEFE.
https://gcc.gnu.org/gcc-12/changes.html#uninitialized

May 17 2022, 3:34 AM · backport, gnupg, scd, patch
gniibe claimed T5979: SCardListReaders: Conditional jump or move depends on uninitialised value(s).

The bug was there when it was initially written. It was in 2003, which introduced PC/SC in rG1bcf8ef9dea1: Cleanups, fixes and PC/SC support

May 17 2022, 3:29 AM · backport, gnupg, scd, patch
gniibe added a comment to T5971: Yubikey: Removal of device is not detected by PC/SC.

When compiling the package, I can see that all 4 are applied.

May 17 2022, 2:41 AM · Info Needed, yubikey, scd, Bug Report

May 16 2022

Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA732d1cee3ae4: Remove old comment (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove old comment
May 16 2022, 11:57 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA5c17c73c6a56: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
May 16 2022, 11:57 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA96e1fa239cd5: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
May 16 2022, 11:57 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA05346fb5aecb: ImportCertificatesCommand: importResult() is still used in one SLOT() (authored by Ahmad Samir <a.samirh78@gmail.com>).
ImportCertificatesCommand: importResult() is still used in one SLOT()
May 16 2022, 11:57 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA2313b85a96cd: GenRevokeCommand: create a QMetaObject::Connection in the base class... (authored by Ahmad Samir <a.samirh78@gmail.com>).
GenRevokeCommand: create a QMetaObject::Connection in the base class...
May 16 2022, 11:57 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA8745b4c6e8dd: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
May 16 2022, 11:57 PM
Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRA279df0fe1d03: Fix raising main window (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Fix raising main window
May 16 2022, 11:00 PM
werner added projects to T5980: compilation error libgcrypt 1.10.1: libgcrypt, AIX, ppc.
May 16 2022, 9:59 PM · backport, ppc, AIX, libgcrypt, Bug Report
ikloecker committed rKLEOPATRAf364040b1f01: Add helper for reporting success to the user (authored by ikloecker).
Add helper for reporting success to the user
May 16 2022, 9:52 PM
ikloecker committed rKLEOPATRAee608dc1ffa6: Remove superfluous window caption of error dialogs (authored by ikloecker).
Remove superfluous window caption of error dialogs
May 16 2022, 9:34 PM
ikloecker committed rKLEOPATRA554b254e1541: Remove old comment (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove old comment
May 16 2022, 9:16 PM
ikloecker committed rKLEOPATRA7c27445ba2f5: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
May 16 2022, 9:16 PM
ikloecker committed rKLEOPATRA910182534b48: ImportCertificatesCommand: importResult() is still used in one SLOT() (authored by Ahmad Samir <a.samirh78@gmail.com>).
ImportCertificatesCommand: importResult() is still used in one SLOT()
May 16 2022, 9:16 PM
ikloecker committed rKLEOPATRA05c6aa12b23f: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
May 16 2022, 9:16 PM
ikloecker committed rKLEOPATRA670c205f5938: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
May 16 2022, 9:16 PM
ikloecker committed rKLEOPATRA82703073863f: GenRevokeCommand: create a QMetaObject::Connection in the base class... (authored by Ahmad Samir <a.samirh78@gmail.com>).
GenRevokeCommand: create a QMetaObject::Connection in the base class...
May 16 2022, 9:16 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAbdd40fcca442: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
May 16 2022, 8:13 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA58b598a41e2b: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
May 16 2022, 8:13 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA7e0d579896ac: Remove old comment (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove old comment
May 16 2022, 8:13 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA8339ec4e92ce: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
May 16 2022, 8:13 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA6ae310e00ee0: GenRevokeCommand: create a QMetaObject::Connection in the base class... (authored by Ahmad Samir <a.samirh78@gmail.com>).
GenRevokeCommand: create a QMetaObject::Connection in the base class...
May 16 2022, 8:13 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA253782a7ba6d: ImportCertificatesCommand: importResult() is still used in one SLOT() (authored by Ahmad Samir <a.samirh78@gmail.com>).
ImportCertificatesCommand: importResult() is still used in one SLOT()
May 16 2022, 8:13 PM
ikloecker added a comment to T5334: Kleopatra: Add more support for WKS / WKD.

I have merged a contribution by Felix Tiede which adds support for publishing a key via WKS. It depends on KF5IdentityManagement, KF5MailTransport, and KF5MailTransportAkonadi. Those dependencies are optional. If they are not provided, WKS publishing is not available.

May 16 2022, 7:52 PM · kleopatra, Restricted Project
ikloecker committed rKLEOPATRA41c5b9c4f906: Remove KDAB from copyright notice (authored by ikloecker).
Remove KDAB from copyright notice
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA3b7a986b8117: Cancel running job, if any. (authored by Felix Tiede <kde@pc-tiede.de>).
Cancel running job, if any.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA2006ff93d453: Use member variable for wksJob. (authored by Felix Tiede <kde@pc-tiede.de>).
Use member variable for wksJob.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA288f55901cc0: Drop feature when Akonadi is unavailable. (authored by Felix Tiede <kde@pc-tiede.de>).
Drop feature when Akonadi is unavailable.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA308f168d23f3: Rewrite as `Kleo::Commands::Command`. (authored by Felix Tiede <kde@pc-tiede.de>).
Rewrite as `Kleo::Commands::Command`.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA95fd2793b1f5: Dropped -provider icon and proper action text. (authored by Felix Tiede <kde@pc-tiede.de>).
Dropped -provider icon and proper action text.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRAea9549c33f03: Refactor access to identity's transport name. (authored by Felix Tiede <kde@pc-tiede.de>).
Refactor access to identity's transport name.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRAcce3f38c40f1: Evaluate error of mail creation job. (authored by Felix Tiede <kde@pc-tiede.de>).
Evaluate error of mail creation job.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA0509ff5eca9f: Refactor and const IdentityManager. (authored by Felix Tiede <kde@pc-tiede.de>).
Refactor and const IdentityManager.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA08e71eeeca7f: Refactored sender address evaluation. (authored by Felix Tiede <kde@pc-tiede.de>).
Refactored sender address evaluation.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA77984dc4f63c: Added WKS publishing support. (authored by Felix Tiede <kde@pc-tiede.de>).
Added WKS publishing support.
May 16 2022, 7:40 PM
ikloecker committed rKLEOPATRA14fdc99fd4d8: Move EnterDetailsPage and AdvancedSettingsDialog to files of their own (authored by ikloecker).
Move EnterDetailsPage and AdvancedSettingsDialog to files of their own
May 16 2022, 4:38 PM
ikloecker committed rKLEOPATRAd780a8111f48: Move ChooseProtocolPage to file of its own (authored by ikloecker).
Move ChooseProtocolPage to file of its own
May 16 2022, 4:38 PM
ikloecker committed rKLEOPATRAbd317328fa76: Move WizardPage to file of its own (authored by ikloecker).
Move WizardPage to file of its own
May 16 2022, 4:38 PM
ikloecker committed rKLEOPATRA9eca382d3481: Allow scrolling the page vertically if the UI elements do not fit (authored by ikloecker).
Allow scrolling the page vertically if the UI elements do not fit
May 16 2022, 4:38 PM
ikloecker committed rKLEOPATRA95642218383f: Create UI of Choose Protocol page in code (authored by ikloecker).
Create UI of Choose Protocol page in code
May 16 2022, 4:38 PM
oddlama added a comment to T5971: Yubikey: Removal of device is not detected by PC/SC.

I think that it means that you only applied the last two patches.

May 16 2022, 4:14 PM · Info Needed, yubikey, scd, Bug Report
aheinecke added a comment to T5962: Kleopatra: Crash when quitting Application on Windows.

Thanks for taking this up.

May 16 2022, 3:06 PM · Restricted Project, kleopatra
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA4b8cf78a369c: EncryptEMailController: minor refactor (authored by Ahmad Samir <a.samirh78@gmail.com>).
EncryptEMailController: minor refactor
May 16 2022, 2:34 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA9a5b85b00958: action_data: use enums instead of bool members to improve reability (authored by Ahmad Samir <a.samirh78@gmail.com>).
action_data: use enums instead of bool members to improve reability
May 16 2022, 1:28 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA4bc779abb28c: Port signal/slot that use action_data struct to PMF/Functor syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
Port signal/slot that use action_data struct to PMF/Functor syntax
May 16 2022, 1:28 PM
LFrank2021 created T5980: compilation error libgcrypt 1.10.1.
May 16 2022, 11:10 AM · backport, ppc, AIX, libgcrypt, Bug Report
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA7deaef8dd13f: SMimeValidationConfigurationWidget: port to PMF singal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SMimeValidationConfigurationWidget: port to PMF singal/slot syntax
May 16 2022, 10:58 AM
ikloecker updated the task description for T5901: Kleopatra: Make it usable with 400 % magnification.
May 16 2022, 9:26 AM · kleopatra, Restricted Project
gniibe removed a project from T5616: asn1-parse.y:861:20: error: 'yytoknum' undeclared: Restricted Project.
May 16 2022, 8:23 AM · toolchain, libksba, Bug Report
Laurent Montel <montel@kde.org> committed rLIBKLEOc3b895edf2e6: GIT_SILENT: time to increase version (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: time to increase version
May 16 2022, 6:55 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRA3e64320a2930: GIT_SILENT: time to increase version (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: time to increase version
May 16 2022, 6:50 AM
gniibe added a comment to T5976: libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd').

Thanks for your confirmation.

May 16 2022, 4:05 AM · backport, hppa, libgcrypt, Gentoo, Bug Report
gniibe added a comment to T5971: Yubikey: Removal of device is not detected by PC/SC.

Thanks again for your update.

May 16 2022, 3:08 AM · Info Needed, yubikey, scd, Bug Report

May 15 2022

jukivili committed rCfd02e8e78470: aarch64-asm: use ADR for getting pointers for local labels (authored by jukivili).
aarch64-asm: use ADR for getting pointers for local labels
May 15 2022, 10:27 AM

May 14 2022

ludovic added a comment to T5979: SCardListReaders: Conditional jump or move depends on uninitialised value(s).

I just wrote a blog article about this problem
https://ludovicrousseau.blogspot.com/2022/05/scardlistreaders-and-non-initialized.html

May 14 2022, 4:13 PM · backport, gnupg, scd, patch
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA7369ace8d918: ImportCertificatesCommand: importResult() is still used in one SLOT() (authored by Ahmad Samir <a.samirh78@gmail.com>).
ImportCertificatesCommand: importResult() is still used in one SLOT()
May 14 2022, 1:36 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA9c06327ff6bf: GenRevokeCommand: create a QMetaObject::Connection in the base class... (authored by Ahmad Samir <a.samirh78@gmail.com>).
GenRevokeCommand: create a QMetaObject::Connection in the base class...
May 14 2022, 1:36 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA6d3677494ab0: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
May 14 2022, 1:36 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA292bd3c322a8: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
May 14 2022, 1:36 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA3d131a41c7f2: Remove extra space (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove extra space
May 14 2022, 1:36 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA3f90aaa2267f: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
May 14 2022, 1:36 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA51b1f5ea94b0: Remove old comment (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove old comment
May 14 2022, 1:36 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA934a3715c55c: Remove extra space (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove extra space
May 14 2022, 1:30 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA166db17256a7: Remove old comment (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove old comment
May 14 2022, 1:30 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAc5b67f05b1fb: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
May 14 2022, 1:30 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA0c18d6765715: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
May 14 2022, 1:30 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAcd1756857dfd: GenRevokeCommand: create a QMetaObject::Connection in the base class... (authored by Ahmad Samir <a.samirh78@gmail.com>).
GenRevokeCommand: create a QMetaObject::Connection in the base class...
May 14 2022, 1:30 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAf7d98ac75313: ImportCertificatesCommand: importResult() is still used in one SLOT() (authored by Ahmad Samir <a.samirh78@gmail.com>).
ImportCertificatesCommand: importResult() is still used in one SLOT()
May 14 2022, 1:30 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAb7fd434d685e: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
May 14 2022, 1:30 PM
thesamesam added a comment to T5976: libgcrypt build failure on HPPA 1.1 (./.libs/libgcrypt.so: undefined reference to `__udiv_qrnnd').

Okay, confirmed: I was just wrong and the build failure was only ever with --disable-asm (i.e. the log in this bug is the only relevant one). Patch works.

May 14 2022, 3:54 AM · backport, hppa, libgcrypt, Gentoo, Bug Report

May 13 2022

Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA18c0670146eb: Remove extra space (authored by Ahmad Samir <a.samirh78@gmail.com>).
Remove extra space
May 13 2022, 11:08 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA028aec3f13a9: SetInitialPinCommand: port to PMF signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: port to PMF signal/slot syntax
May 13 2022, 11:08 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAc7bc569d342f: SetInitialPinCommand: ensureDialogCreated() shouldn't be const (authored by Ahmad Samir <a.samirh78@gmail.com>).
SetInitialPinCommand: ensureDialogCreated() shouldn't be const
May 13 2022, 11:08 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAd5e462e5d50d: src/commands/*: use PMF/Functor signal/slot syntax (authored by Ahmad Samir <a.samirh78@gmail.com>).
src/commands/*: use PMF/Functor signal/slot syntax
May 13 2022, 11:08 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRAbf299d23a6f1: ReaderStatus: use a std::function in Transaction struct (authored by Ahmad Samir <a.samirh78@gmail.com>).
ReaderStatus: use a std::function in Transaction struct
May 13 2022, 10:30 PM
Ahmad Samir <a.samirh78@gmail.com> committed rKLEOPATRA2eba58ad10c8: Fix a couple compiler warnings (authored by Ahmad Samir <a.samirh78@gmail.com>).
Fix a couple compiler warnings
May 13 2022, 10:30 PM
ikloecker committed rKLEOPATRA22ecca451182: Add clang-format (authored by ikloecker).
Add clang-format
May 13 2022, 9:55 PM
ikloecker added a project to T5950: Allow viewing expired certificates more easily: Restricted Project.
May 13 2022, 4:22 PM · kleopatra, Feature Request
werner closed T5597: First 8 bytes of cache item left in clear in memory after decryption. as Resolved.
May 13 2022, 4:10 PM · libgcrypt, symmetric, Bug Report
werner closed T5592: AppImage of Kleopatra as Resolved.

We meanwhile released two versions to our clients and are looking on how we can make it available to the community.

May 13 2022, 4:09 PM · Restricted Project, kleopatra, Feature Request
werner closed T5598: AppImage of gpg, a subtask of T5592: AppImage of Kleopatra, as Resolved.
May 13 2022, 4:08 PM · Restricted Project, kleopatra, Feature Request
werner closed T5598: AppImage of gpg as Resolved.

We have everything ready for a GnuPG Desktop Appimage but we first need a business case to maintain it.

May 13 2022, 4:08 PM · AppImage, gnupg, Restricted Project, Feature Request
werner lowered the priority of T5478: Kleopatra: Performance problems decrypting and encrypting large Archives from High to Normal.

We have a workaround by using a recent version of gpgtar directly. Thus lowering priority.

May 13 2022, 4:01 PM · Restricted Project, gpgme, kleopatra