Page MenuHome GnuPG
Feed Advanced Search

Dec 27 2024

ametzler1 renamed T7470: pinentry warns about obsolete pinentry-emacs for --disable-pinentry-emacs from pinentry warn son oblsolte pinentry-ema to pinentry warns about obsolete pinentry-emacs for --disable-pinentry-emacs.
Dec 27 2024, 2:22 PM · pinentry, Bug Report
ametzler1 created T7470: pinentry warns about obsolete pinentry-emacs for --disable-pinentry-emacs.
Dec 27 2024, 2:19 PM · pinentry, Bug Report

Dec 20 2024

ikloecker added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

What components of Gpg4win other than GnuPG do you use?

Dec 20 2024, 3:06 PM · Windows, pinentry, Bug Report, gpg4win
ikloecker added a comment to T7466: gpg4win: Installer creates GnuPG dir regardless of chosen install target.

Yes, that's by design. GnuPG is always installed in $INSTDIR\..\GnuPG by the gpg4win installer.

Dec 20 2024, 3:01 PM · FAQ, Support, gpg4win
aheinecke added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Yeah that is a messed up environment mixing elf and windows binaries. There is no which on windows. It is called where. So if your terminal is able to execute which then this is some kind of Linux environment on Windows. The winpty error comes from the terminal. Please use cmd.exe for all tests.

Dec 20 2024, 2:53 PM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

I just tried to call pinentry directly on Windows cmd prompt:

Dec 20 2024, 12:06 PM · Windows, pinentry, Bug Report, gpg4win
ebo moved T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted from QA to vsd-3.3.0 on the vsd33 board.
Dec 20 2024, 11:48 AM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
ebo moved T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option from QA to vsd-3.3.0 on the vsd33 board.
Dec 20 2024, 11:36 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ebo closed T7048: Kleopatra: Config dialog doesn't load "Treat .p7m files without extensions as mails" option as Resolved.

Works. Tested with VS-Desktop-3.2.94.474-Beta and Gpg4win 4.4

Dec 20 2024, 11:35 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Thanks for the comments. This is a regular git for Windows install which afaik uses mingw64. The messup with the binaries brought in by git has always been this way. I am using aliases to differentiate between the different versions. One might think that this may cause things to break, however all used to work well with 4.x versions.

Dec 20 2024, 11:04 AM · Windows, pinentry, Bug Report, gpg4win
werner added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

gpg: [stdin]: clear-sign failed: No pinentrysrc/libwinpty/winpty.cc, line 924

Dec 20 2024, 10:54 AM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis created T7466: gpg4win: Installer creates GnuPG dir regardless of chosen install target.
Dec 20 2024, 10:39 AM · FAQ, Support, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Here you are:

Dec 20 2024, 10:25 AM · Windows, pinentry, Bug Report, gpg4win
gniibe closed T7169: libgpg-error 1.50 build issue (spawn-posix.c:345:5: error: use of undeclared identifier 'environ') as Resolved.

This problem has gone in libgpg-error 1.51, since the implementation doesn't use environ any more.

Dec 20 2024, 6:49 AM · gpgrt, MacOS, Bug Report
gniibe closed T7071: gpg: Support of No CRC in ASCII armor as Resolved.
Dec 20 2024, 1:17 AM · gnupg, Bug Report

Dec 19 2024

bitigchi closed T7454: Kleopatra: GnuPG System settings’ translations are not pulled as Invalid.

Installing language-pack-tr-base fixed the issue. Closing. Sorry for the noise.

Dec 19 2024, 6:35 PM · Not A Bug, gnupg, Bug Report

Dec 18 2024

werner reopened T7454: Kleopatra: GnuPG System settings’ translations are not pulled as "Open".
Dec 18 2024, 5:25 PM · Not A Bug, gnupg, Bug Report
bitigchi added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Actually not a bug: In my tests I forgot to unset LANGUAGES and LANG before calling gpg.

LANGUAGE= LANG= LC_MESSAGES=de_DE gpg

Thus this should work. But it did only work when I used

LANGUAGE= LANG= LC_MESSAGES=de_DE.UTF8 gpg

Thus the whole thing is related to the configuration of locale.alias and on whether LANGUAGE is set in the environment (for me it is set to en_US:en

Dec 18 2024, 5:21 PM · Not A Bug, gnupg, Bug Report
werner closed T7454: Kleopatra: GnuPG System settings’ translations are not pulled as Resolved.

Actually not a bug: In my tests I forgot to unset LANGUAGES and LANG before calling gpg.

Dec 18 2024, 3:28 PM · Not A Bug, gnupg, Bug Report
werner added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

I can replicate this. A quick strace with LC_MESSAGES=de_DE shows (gnupg master)

Dec 18 2024, 3:12 PM · Not A Bug, gnupg, Bug Report
ikloecker added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Another data point:

$ locale
LANG=de_DE.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
Dec 18 2024, 1:40 PM · Not A Bug, gnupg, Bug Report
ikloecker added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Are you sure that the translations for gnupg are installed? On Tumbleweed translations are usually in a separate package. After installing the gpg2-lang package I get this when I force the Turkish translation:

$ LANGUAGE=tr_TR gpg --version
gpg (GnuPG) 2.5.2
libgcrypt 1.11.0
Copyright (C) 2024 g10 Code GmbH
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Dec 18 2024, 1:35 PM · Not A Bug, gnupg, Bug Report
bitigchi added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Does

gpg --version

show English or Turkish strings?

Dec 18 2024, 10:31 AM · Not A Bug, gnupg, Bug Report

Dec 17 2024

ebo closed T6832: MimeTreeParser can't find Kleopatra executable on Windows as Resolved.
Dec 17 2024, 9:17 AM · vsd32 (vsd-3.2.0), Restricted Project, Bug Report, kleopatra
ikloecker edited projects for T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows, added: gpd5x; removed Restricted Project.
Dec 17 2024, 9:05 AM · gpd5x, kleopatra, gpg4win, Bug Report

Dec 16 2024

aheinecke merged T3840: Kleopatra: Button language does not always match GUI language into T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows.
Dec 16 2024, 10:06 PM · gpd5x, kleopatra, gpg4win, Bug Report
aheinecke placed T3733: Kleopatra, Libgpg-error: Let the GUI change the language on Windows up for grabs.

I had T3840 assigned to me related to the Qt parts. I close that now as duplicate. But I don't see that we ever added a call of gpgrt_w32_override_locale to kleopatra or gpgol either. Which I assume to be the fix for T7454

Dec 16 2024, 10:05 PM · gpd5x, kleopatra, gpg4win, Bug Report
aheinecke closed T3531: Gpg4win: Error when parsing message (attempts to decrypt unencrypted public key block) as Wontfix.

There won't be improvements to PGP/Inline

Dec 16 2024, 9:47 PM · gpgol, Bug Report, gpg4win
aheinecke closed T4295: PGP/MIME emails not decrypted as Invalid.
Dec 16 2024, 9:44 PM · gpgol, Bug Report, gpg4win
aheinecke placed T4581: Kleopatra stuck in loading the certificate cache up for grabs.
Dec 16 2024, 9:43 PM · gpg4win, kleopatra, Bug Report
aheinecke closed T4738: GpgOL deletes message body in S/Mime signed mails if Outlook is configured for .txt as Resolved.

The status of HTML Mails is noted in T6333 everything else here does no longer apply afaik. Although mailstore has since been known as an incompatible addin.

Dec 16 2024, 9:42 PM · gpgol, Bug Report
aheinecke merged task T5709: Embedded images are seen as attachments after encrypting and decrypting into T5982: GpgOL: More fine grained discovery of content-id / embedded parts .
Dec 16 2024, 9:33 PM · Bug Report, gpg4win
aheinecke added a comment to T5709: Embedded images are seen as attachments after encrypting and decrypting.

I have fixed this as a7349189f3af05822eba4bd17b62482fa2b0747f so I am closing this as a duplicate of T5982 because it is clear to me now that the last remaining and current problem was sending and not receiving such mails and was broken by 9f81ed6561c5f41e50d1a51333c9586a33ed2ef6

Dec 16 2024, 9:33 PM · Bug Report, gpg4win
aheinecke merged task T6005: Problem decrypting inline images came up again into T5982: GpgOL: More fine grained discovery of content-id / embedded parts .
Dec 16 2024, 9:30 PM · Unreleased, Bug Report, gpgol
aheinecke added a comment to T6005: Problem decrypting inline images came up again.

I have fixed this as a7349189f3af05822eba4bd17b62482fa2b0747f so I am closing this as a duplicate of T5982 because it is clear to me now that the problem was sending and no receiving such mails and was broken by 9f81ed6561c5f41e50d1a51333c9586a33ed2ef6

Dec 16 2024, 9:30 PM · Unreleased, Bug Report, gpgol
aheinecke added a comment to T6885: Forwarding mail with attachments embeded into the *.eml file will trigger GpgOL reporting an index out of range.

This was fixed by c0ca4f1b254f6879d719d1a5ed43a51ca9015b93 since the embedded message was not handled it was not extracted / parsed into an Attachment C++ Object which caused this error. I don't want to change the status of tasks which are not assigned to me but i saw it while looking over my open assigned tickets.

Dec 16 2024, 8:46 PM · gpgol, Restricted Project, Bug Report, gpg4win
aheinecke placed T6832: MimeTreeParser can't find Kleopatra executable on Windows up for grabs.
Dec 16 2024, 8:31 PM · vsd32 (vsd-3.2.0), Restricted Project, Bug Report, kleopatra
werner added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

show English or Turkish strings?

Dec 16 2024, 3:06 PM · Not A Bug, gnupg, Bug Report
werner added a project to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b: pinentry.
Dec 16 2024, 3:04 PM · Windows, pinentry, Bug Report, gpg4win
werner added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Jan, you please run something like

Dec 16 2024, 3:04 PM · Windows, pinentry, Bug Report, gpg4win
werner renamed T7460: "Refresh the keyring" in the GPA keyring dialog locks up program from "Refresh the keyring" in the #gpa keyring dialog locks up program to "Refresh the keyring" in the GPA keyring dialog locks up program.
Dec 16 2024, 3:02 PM · gpa, Bug Report
werner renamed T7460: "Refresh the keyring" in the GPA keyring dialog locks up program from "Refresh the keyring" in the keyring dialog locks up program to "Refresh the keyring" in the #gpa keyring dialog locks up program.
Dec 16 2024, 3:02 PM · gpa, Bug Report
werner triaged T7460: "Refresh the keyring" in the GPA keyring dialog locks up program as Normal priority.

I am sorry, that I can't give it a high priority. See the discussion on the mailing list. I'll try my best, though.

Dec 16 2024, 3:01 PM · gpa, Bug Report
gusnan created T7460: "Refresh the keyring" in the GPA keyring dialog locks up program.
Dec 16 2024, 2:30 PM · gpa, Bug Report
JanMosigItemis created T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.
Dec 16 2024, 12:40 PM · Windows, pinentry, Bug Report, gpg4win
ebo moved T6950: Kleopatra: Usability improvements for directory services configuration from WiP to QA on the vsd33 board.
Dec 16 2024, 11:20 AM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, gpg4win
ebo moved T6807: Kleo shows 3 certs in a chain while there are only two from WiP to QA on the vsd33 board.
Dec 16 2024, 11:20 AM · vsd33 (vsd-3.3.0), Restricted Project, S/MIME, Bug Report, kleopatra
ebo moved T7154: Kleopatra: Dragging and dropping a certificate from the main view onto itself shouldn't trigger an import from WiP to QA on the vsd33 board.
Dec 16 2024, 11:20 AM · gpd5x, Bug Report, kleopatra
ebo moved T7320: Kleopatra: Decrypting and verifying a pgp-encrypted archive fails with "no data" from WiP to QA on the vsd33 board.
Dec 16 2024, 11:19 AM · gpgme (gpgme 1.24.x), vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
ebo moved T7408: Kleopatra: Dialog asking whether to use the embedded file name doesn't show up from WiP to QA on the vsd33 board.
Dec 16 2024, 11:19 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report
ebo moved T7414: Kleopatra: Tooltips are hard to read on Windows 10/11 with dark color scheme from WiP to QA on the vsd33 board.
Dec 16 2024, 11:19 AM · vsd33 (vsd-3.3.0), a11y, kleopatra, Bug Report
ebo moved T7435: Kleopatra: Show Details does not work for certificates selected as Encrypt for others from WiP to QA on the vsd33 board.
Dec 16 2024, 11:19 AM · vsd33 (vsd-3.3.0), gpd5x, kleopatra, Bug Report
ebo moved T7444: Kleopatra: "Disabled Certificates" filter should just be named "Disabled" from Backlog to WIP on the gpd5x board.
Dec 16 2024, 11:07 AM · gpd5x, kleopatra, Bug Report
gniibe changed the status of T7457: gpg --full-gen-key doesn't show list of keys on card (regression) from Open to Testing.
Dec 16 2024, 2:00 AM · gnupg26, gnupg24, Bug Report
gniibe claimed T7457: gpg --full-gen-key doesn't show list of keys on card (regression).

It's a bug I introduced when fixing T7309.
Fixed in rGaa36f6ae8bae: gpg: Fix key generation with existing key from card.

Dec 16 2024, 2:00 AM · gnupg26, gnupg24, Bug Report

Dec 13 2024

werner closed T7450: Check for updates does not work, i.e.: "No updates found" when updates exist as Resolved.

@uwi: We removed the ciphersuite from the server and tested with 4.2.0 that you get an update notification now. Because of some caching you may need to

Dec 13 2024, 3:58 PM · dev.gnupg.org, Bug Report, gpg4win
alexk placed T7457: gpg --full-gen-key doesn't show list of keys on card (regression) up for grabs.
Dec 13 2024, 3:16 PM · gnupg26, gnupg24, Bug Report
alexk created T7457: gpg --full-gen-key doesn't show list of keys on card (regression).
Dec 13 2024, 3:12 PM · gnupg26, gnupg24, Bug Report
werner added a project to T7450: Check for updates does not work, i.e.: "No updates found" when updates exist: dev.gnupg.org.

This is due to an update of the server providing the version info. The server (Apache) uses a smaller hash than the ECC key. This is allowed behaviour and was fixed in our TLS library in 2022; see T6059. However, the new library was released only early this year an. We will check whether we can tell our Apache to use a more correct hash algorithm.

Dec 13 2024, 9:24 AM · dev.gnupg.org, Bug Report, gpg4win

Dec 12 2024

TobiasFella changed the status of T7382: Kleopatra: CertificateLineEdit popup toggled on every keypress from Open to Testing.
Dec 12 2024, 3:15 PM · kleopatra, gpd5x, Bug Report
bitigchi added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Which dialogs? pinentry? If yes, then your assumption is correct. pinentry also gets the texts from GnuPG.

Dec 12 2024, 1:54 PM · Not A Bug, gnupg, Bug Report
ikloecker added a comment to T7454: Kleopatra: GnuPG System settings’ translations are not pulled.

Which dialogs? pinentry? If yes, then your assumption is correct. pinentry also gets the texts from GnuPG.

Dec 12 2024, 1:34 PM · Not A Bug, gnupg, Bug Report
bitigchi created T7454: Kleopatra: GnuPG System settings’ translations are not pulled.
Dec 12 2024, 11:56 AM · Not A Bug, gnupg, Bug Report
alexk added a comment to T5054: Preservation of modification date upon decryption/extraction..

There is another customer request for this too.

Dec 12 2024, 11:34 AM · gnupg26, Bug Report, gpgtar
TobiasFella moved T7382: Kleopatra: CertificateLineEdit popup toggled on every keypress from Backlog to WIP on the gpd5x board.
Dec 12 2024, 10:12 AM · kleopatra, gpd5x, Bug Report
gniibe added a comment to T7368: dirmngr/dns.c files to compile due to type-mismatch caused by missing _XOPEN_SOURCE on Solaris and derivatives.

IIUC, simpler solution would be modifying m4/socklen.m4 adding Solaris variant specific code.
Tweaking _XOPEN_SOURCE requires the change of Autoconf (if done correctly), which would be larger surgery.

Dec 12 2024, 7:46 AM · gnupg26, dns, Solaris, Bug Report

Dec 11 2024

werner added a comment to T7450: Check for updates does not work, i.e.: "No updates found" when updates exist.

Not sure about gpg4win 4.2.0 but we had a bug in 4.3.0 which has been resolved with T6985

Dec 11 2024, 11:44 AM · dev.gnupg.org, Bug Report, gpg4win
uwi created T7450: Check for updates does not work, i.e.: "No updates found" when updates exist.
Dec 11 2024, 11:25 AM · dev.gnupg.org, Bug Report, gpg4win
ebo closed T6447: Kleopatra: "imported certificates" tab inconsistencies as Resolved.

Tested with a Gpg4win-Beta and VSD-3.2.94.474-Beta:

Dec 11 2024, 9:57 AM · vsd33 (vsd-3.3.0), Restricted Project, Bug Report, kleopatra
aheinecke closed T4911: gpgOl outlook 2013 bug, cant send email as Resolved.

Closing since the cause for this was identified.

Dec 11 2024, 6:51 AM · Info Needed, gpgol, Bug Report, gpg4win

Dec 10 2024

TobiasFella changed the status of T7444: Kleopatra: "Disabled Certificates" filter should just be named "Disabled" from Open to Testing.
Dec 10 2024, 4:20 PM · gpd5x, kleopatra, Bug Report
TobiasFella changed the status of T7443: Kleopatra: Unexpected key filter selected in "Imported Certificates" tab from Open to Testing.
Dec 10 2024, 4:19 PM · gpd5x, kleopatra, Bug Report

Dec 6 2024

ikloecker added a comment to T7443: Kleopatra: Unexpected key filter selected in "Imported Certificates" tab.

My comment referred exclusively to Tobias's "In the future [...]" comment.

Dec 6 2024, 4:17 PM · gpd5x, kleopatra, Bug Report
ebo added a comment to T7443: Kleopatra: Unexpected key filter selected in "Imported Certificates" tab.

This is what Tobias means:

Dec 6 2024, 3:49 PM · gpd5x, kleopatra, Bug Report
ikloecker added a comment to T7443: Kleopatra: Unexpected key filter selected in "Imported Certificates" tab.

Isn't the name of the tab showing the imported certificates "Imported Certficates" or something like that? The filter "All" shows all imported certificates. And when you select the filter OpenPGP you see the subset of imported OpenPGP certificates. Therefore, I don't think it makes sense to add a custom filter.

Dec 6 2024, 3:36 PM · gpd5x, kleopatra, Bug Report
TobiasFella claimed T7444: Kleopatra: "Disabled Certificates" filter should just be named "Disabled".
Dec 6 2024, 12:04 PM · gpd5x, kleopatra, Bug Report
TobiasFella created T7444: Kleopatra: "Disabled Certificates" filter should just be named "Disabled".
Dec 6 2024, 12:04 PM · gpd5x, kleopatra, Bug Report
ebo closed T7210: Kleopatra: In "Imported Certificate" tab, enabling a column does not make it show up as Resolved.
Dec 6 2024, 11:05 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project, Bug Report
TobiasFella claimed T7443: Kleopatra: Unexpected key filter selected in "Imported Certificates" tab.
Dec 6 2024, 10:51 AM · gpd5x, kleopatra, Bug Report
TobiasFella created T7443: Kleopatra: Unexpected key filter selected in "Imported Certificates" tab.
Dec 6 2024, 10:50 AM · gpd5x, kleopatra, Bug Report
ebo closed T7002: Tab text not changing when using filters as Resolved.

tested with Gpg4win 4.4

Dec 6 2024, 9:38 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra, Bug Report, gpg4win
gniibe closed T7192: gnupg-2.5.0: Use gpgrt_process_spawn API (was: Does not build due to undeclared identifier 'environ') as Resolved.
Dec 6 2024, 1:05 AM · gnupg, Bug Report
gniibe closed T7283: Odd "gpg: KEYTOCARD failed: Invalid time" error when using `--pinentry-mode=loopback` as Resolved.
Dec 6 2024, 1:05 AM · gpgagent, Bug Report

Dec 5 2024

werner moved T7332: Kleopatra: Initial keylisting sometimes fails or hangs for some seconds from Backlog to QA on the gpd5x board.
Dec 5 2024, 4:36 PM · gnupg24, gnupg22, gpd5x, kleopatra, Bug Report
werner closed T7193: gnupg-2.5.0: Does not build due to missing declaration of read and write as Resolved.
Dec 5 2024, 4:36 PM · MacOS, gnupg, Bug Report
werner closed T7309: gpg should not proceed with the key import from the smartcard if no valid SCD READKEY information is received as Resolved.
Dec 5 2024, 4:33 PM · Info Needed, scd, gpgagent, Bug Report
werner closed T7351: 2.2.45 exitcode 2 when importing revocation cert for expired key as Resolved.
Dec 5 2024, 4:30 PM · gnupg, Bug Report
werner added a comment to T7351: 2.2.45 exitcode 2 when importing revocation cert for expired key.

@ilf: Yes these message are emitted using log_info in 2.4.7 and 2.5.2. Thus they don't case a failure exit. I will silence them with --quiet in 2.5.3.

Dec 5 2024, 4:28 PM · gnupg, Bug Report
werner closed T7042: AEAD mode does not properly handle modified cipher text as Resolved.
Dec 5 2024, 4:25 PM · gnupg26, Bug Report
bernhard added a comment to T6433: SHA-1 digest is not considered weak.

https://lists.gnupg.org/pipermail/gnupg-devel/2024-December/035686.html <- is a question to see if the situation has changed meanwhile. (I've send it to the list because the topic affects several things in the application and thus ggoes beyond an issue like this one.)

Dec 5 2024, 1:59 PM · Bug Report

Dec 4 2024

ikloecker closed T5944: Kleopatra: Recipient input is confused about secondary user IDs as Resolved.

This doesn't happen anymore now that we offer all valid user IDs and not just the primary user IDs.

Dec 4 2024, 1:52 PM · Restricted Project, kleopatra, Bug Report
TobiasFella claimed T7439: Kleopatra: DecryptVerifyFilesDialog crashes when output folder does not exist.
Dec 4 2024, 1:13 PM · gpd5x, kleopatra, Bug Report
TobiasFella created T7439: Kleopatra: DecryptVerifyFilesDialog crashes when output folder does not exist.
Dec 4 2024, 1:13 PM · gpd5x, kleopatra, Bug Report

Dec 3 2024

ikloecker moved T7435: Kleopatra: Show Details does not work for certificates selected as Encrypt for others from Backlog to WiP on the vsd33 board.

Backported for VSD 3.3 / Gpg4win 4.4.1.

Dec 3 2024, 3:44 PM · vsd33 (vsd-3.3.0), gpd5x, kleopatra, Bug Report
ikloecker changed the status of T7435: Kleopatra: Show Details does not work for certificates selected as Encrypt for others from Open to Testing.

I'll backport this for VSD 3.3 / Gpg4win 4.4.1. Regression risk is minimal.

Dec 3 2024, 3:27 PM · vsd33 (vsd-3.3.0), gpd5x, kleopatra, Bug Report
ikloecker claimed T7435: Kleopatra: Show Details does not work for certificates selected as Encrypt for others.
Dec 3 2024, 3:22 PM · vsd33 (vsd-3.3.0), gpd5x, kleopatra, Bug Report
ikloecker added a project to T7435: Kleopatra: Show Details does not work for certificates selected as Encrypt for others: gpd5x.
Dec 3 2024, 3:22 PM · vsd33 (vsd-3.3.0), gpd5x, kleopatra, Bug Report
ikloecker created T7435: Kleopatra: Show Details does not work for certificates selected as Encrypt for others.
Dec 3 2024, 3:21 PM · vsd33 (vsd-3.3.0), gpd5x, kleopatra, Bug Report

Dec 2 2024

ikloecker closed T5839: GNUPGEX Explorer File Encryption Tar Archive long Filename Bug as Resolved.

Gpg4win 4.4.0 has just been released. Creation of encrypted archives has been completely reworked with Gpg4win 4.3.0 already. I could create an encrypted archive containing the two files with GpgEX without problems.

Dec 2 2024, 3:59 PM · kleopatra, gpgtar, Bug Report, gpg4win
ikloecker closed T4572: Kleopatra unable to import public key as Resolved.

Gpg4win 4.4.0 has just been released. I cannot reproduce unexpected results when doing a lookup on server. Unfortunately, many keyservers do not publish the user IDs (i.e. name and/or email address) anymore. Kleopatra does not list results without user IDs because GnuPG won't import them anyway.

Dec 2 2024, 2:42 PM · kleopatra, Bug Report, gpg4win