Page MenuHome GnuPG

gpg4winProject
ActivePublic

Recent Activity

Yesterday

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

Fri, Dec 13, 3:58 PM · dev.gnupg.org, Bug Report, gpg4win
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.

Fri, Dec 13, 9:24 AM · dev.gnupg.org, Bug Report, gpg4win
aheinecke added a comment to T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.

Ok. Sorry, just to avoid debugging in case it is not known, I am pretty sure the ini file is a regression from the unicode nsis switich. The timing when it was reported to no longer work matches around that time and the installer code itself hasnt changed for even longer.

Fri, Dec 13, 1:43 AM · gpg4win

Thu, Dec 12

m.eik added a comment to T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.

I doubt it as what Gpg4win does here is completely standard. So the win_package module should handle it or there would be multiple results if you search for "NSIS uninstall ansible"

Thu, Dec 12, 2:25 PM · gpg4win
ebo added a comment to T7451: Kleopatra: Add ".pub" suffix to the file selector filter when importing certificates in Kleopatra.

Thanks for the clarification, it seems that was necessary.

Thu, Dec 12, 10:52 AM · gpd5x, kleopatra
uwi added a comment to T7451: Kleopatra: Add ".pub" suffix to the file selector filter when importing certificates in Kleopatra.

Jut a note (in case it was not clear enough): I was *not* talking about registering "*.pub" for Kleopatra (currently it launches Microsoft Publisher), but I was talking about the file selector's default input pattern (I had to switch to "all files" to be able to see the file I wanted to import):


Thu, Dec 12, 8:19 AM · gpd5x, kleopatra

Wed, Dec 11

aheinecke added a comment to T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.
In T7452#195841, @m.eik wrote:

this could also help with T5952, i was testing with ansible as well.

Wed, Dec 11, 11:14 PM · gpg4win
aheinecke added a comment to T5952: Can't uninstall gpg4win with Ansible.
- name: Uninstall gpg4win from the registry
  ansible.windows.win_package:
    product_id: 'Gpg4win'
    arguments: /S
    state: absent

From a quick glance at the docs. This looks completely correct. What did this do and what didn't it do?

Wed, Dec 11, 11:12 PM · Support, gpg4win
m.eik added a comment to T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.

To workaround you need to copy the uninstaller to a temporary locationm firs and then execute and delete the copy.

Wed, Dec 11, 10:10 PM · gpg4win
aheinecke added a comment to T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.

Just to explain, if you are executing it from the command line the command line will "lock" the uninstaller until it is finished. In GUI Mode it creates a copy in %TEMP% launches this copy and exits. When run from the command line it requires a session reset to delete the unistaller. So log out / log in and the uninstaller should be removed, but the dir might still exist. I am not sure. To workaround you need to copy the uninstaller to a temporary locationm firs and then execute and delete the copy.

Wed, Dec 11, 5:59 PM · gpg4win
aheinecke added a comment to T7451: Kleopatra: Add ".pub" suffix to the file selector filter when importing certificates in Kleopatra.

I wasnt aware of this either, but it would be good since we currently don't have a file extension listed explicitly for pgp keys, even though we register one and have the strings already to handle downloading keys where the server transfers application/pgp-keys as information. While https://support.microsoft.com/en-us/windows/common-file-name-extensions-in-windows-da4a4430-8e76-89c5-59f7-1cdbbc75cb01 recognizes it as Microsoft Publisher file wikipedia says PGP Public key but without a citation. If AllowSilentDefaultTakeover is not set, the following code will not automatically change .pub to kleopatra. Instead in microsoft publisher is installed, it will ask you for the first time when a .pub file is opened after installing Kleopatra if you want to keep opening the files with Microsoft Publisher or if they should be opened from now on with IKleopatra,.

Wed, Dec 11, 5:49 PM · gpd5x, kleopatra
werner closed T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory as Resolved.
Wed, Dec 11, 3:34 PM · gpg4win
werner added a comment to T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.

Also fixed for 2.4. Don't use the uninstaller on the command line, you should use the Windows method to do this.

Wed, Dec 11, 3:34 PM · gpg4win
werner added a comment to T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.

Fixed with rG4c830b240c for gpd5 but after the release. Will fix it for 2.4 too.

Wed, Dec 11, 3:28 PM · gpg4win
m.eik created T7452: `gpg4win-uninstall.exe /S`doesn't remove itself and leaves an empty directory.
Wed, Dec 11, 3:21 PM · gpg4win
werner added a comment to T7451: Kleopatra: Add ".pub" suffix to the file selector filter when importing certificates in Kleopatra.

Really. I do this for PGP files but I have not seen that elsewhere.

Wed, Dec 11, 3:21 PM · gpd5x, kleopatra
uwi created T7451: Kleopatra: Add ".pub" suffix to the file selector filter when importing certificates in Kleopatra.
Wed, Dec 11, 11:58 AM · gpd5x, kleopatra
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

Wed, Dec 11, 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.
Wed, Dec 11, 11:25 AM · dev.gnupg.org, Bug Report, gpg4win
aheinecke closed T4911: gpgOl outlook 2013 bug, cant send email as Resolved.

Closing since the cause for this was identified.

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

Fri, Dec 6

ebo closed T7002: Tab text not changing when using filters as Resolved.

tested with Gpg4win 4.4

Fri, Dec 6, 9:38 AM · vsd33, Restricted Project, kleopatra, Bug Report, gpg4win

Mon, Dec 2

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.

Mon, Dec 2, 3:59 PM · kleopatra, gpgtar, Bug Report, gpg4win
ebo added a comment to T7432: READMEs missing for Gpg4win 4.3.1 and 4.4.0.

Christoph refers to this post here:
https://forum.gnupg.org/t/readme-4-3-1-en-txt-currently-missing-from-files-gpg4win-org/5845/4

Mon, Dec 2, 3:53 PM · 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.

Mon, Dec 2, 2:42 PM · kleopatra, Bug Report, gpg4win
ikloecker closed T4197: Can't change language of Kleopatra as Resolved.

This has been fixed in the meantime. If you should still experience this problem with Gpg4win 4.4.0 then reopen this ticket.

Mon, Dec 2, 2:29 PM · kleopatra, Bug Report, gpg4win
ikloecker closed T5246: Kleopatra: Failing at certifying key as Resolved.

Gpg4win 4.4.0 has just been released. I assume that this has been fixed in the meantime. In particular, "General error" should happen a lot less. If the problem still occurs with Gpg4win 4.4.0 then reopen the ticket.

Mon, Dec 2, 1:48 PM · kleopatra, Bug Report, gpg4win
ebo closed T4249: No connection to Keyserver possible as Resolved.

This ticket is obsolete

Mon, Dec 2, 1:36 PM · gnupg, dirmngr, Bug Report, gpg4win
ikloecker added a project to T4923: Compile Kleopatra with DEP/ASLR support: gpg4win.
Mon, Dec 2, 11:48 AM · gpg4win, kleopatra, Feature Request
ikloecker added a project to T4396: no connection to ui server kleopatra start up error: uiserver.
Mon, Dec 2, 11:39 AM · uiserver, kleopatra, gpg4win
ikloecker removed a project from T4159: Kleopatra fails to create new Key Pair: kleopatra.

This doesn't look like a problem in Kleopatra.

Mon, Dec 2, 11:34 AM · gnupg, Bug Report, gpg4win
werner assigned T7432: READMEs missing for Gpg4win 4.3.1 and 4.4.0 to cklassen.
Mon, Dec 2, 10:33 AM · gpg4win
werner triaged T7432: READMEs missing for Gpg4win 4.3.1 and 4.4.0 as Low priority.
Mon, Dec 2, 10:33 AM · gpg4win
ikloecker removed a project from T3601: GnuPG: Decryption on Windows Samba share is very slow: kleopatra.

Kleopatra now let's gpg deal with I/O directly. This makes decryption with Kleopatra as fast (or slow) as with gpg on the command line. Hence I'll remove the Kleopatra tag.

Mon, Dec 2, 9:50 AM · gpg4win, gnupg
werner added a comment to T7432: READMEs missing for Gpg4win 4.3.1 and 4.4.0.

Then please upload whatever README you want there. My release checklist does not mention any README.

Mon, Dec 2, 9:20 AM · gpg4win

Thu, Nov 28

cklassen created T7432: READMEs missing for Gpg4win 4.3.1 and 4.4.0.
Thu, Nov 28, 3:15 PM · gpg4win

Thu, Nov 21

ebo moved T6950: Kleopatra: Usability improvements for directory services configuration from Restricted Project Column to Restricted Project Column on the Restricted Project board.

tested with Gpg4win-Beta-75++

Thu, Nov 21, 12:20 PM · vsd33, Restricted Project, Bug Report, gpg4win

Nov 5 2024

werner added a comment to T4554: gpgtar invalid octal number.

If 7z is used to create a tarball that tarball is then 7z compressed. At least this is how I understand the case.
When gpgtar now tries to extract the file it sees a 7z file and thus emits the octal number warnings because it assumes a tarball (after decryption by gpg).

Nov 5 2024, 5:00 PM · gpgtar, Bug Report, gpg4win
ikloecker added a comment to T4554: gpgtar invalid octal number.

This problem was also reported at https://bugs.kde.org/show_bug.cgi?id=479567#c1

Nov 5 2024, 4:37 PM · gpgtar, Bug Report, gpg4win
ebo closed T4554: gpgtar invalid octal number as Resolved.

This ticket is obsolete, we did some work on gpgtar since then. Should the issue still occur, please reopen or create a new ticket

Nov 5 2024, 3:22 PM · gpgtar, Bug Report, gpg4win

Oct 29 2024

werner edited projects for T6679: Keyboxd: SQL database disk image is malformed, added: gnupg, Support; removed gnupg24.
Oct 29 2024, 1:29 PM · Support, gnupg, gpg4win

Oct 9 2024

ikloecker closed T6686: GPG4win exchange issue decrypt message from Macos GPGtools as Resolved.

Yes, the fix is included in the Gpg4win 4.3.1.

Oct 9 2024, 9:51 AM · MacOS, Support, gpg4win

Oct 8 2024

steve added a comment to T6686: GPG4win exchange issue decrypt message from Macos GPGtools.

Was the fix part of a stable release? The beta was 4.2.1b55. Stable download on https://gpg4win.de/ is 4.3.1. Am I correctly assuming, that 4.3.1 includes the fix and this issue here can be closed?

Oct 8 2024, 9:25 PM · MacOS, Support, gpg4win
CarlSchwan closed T3613: Kleopatra not starting as Resolved.

This is a super old bug report, this is likely fixed with a new version of Kleopatra, so I am closing this. If this happen again in the future, feel free to reopen this bug report.

Oct 8 2024, 5:46 PM · kleopatra, Bug Report, gpg4win
CarlSchwan closed T4269: Kleopatra / GpgOL: Test and fix disabled key handling as Resolved.

This is no longer possible. The sign/encrypt button is disabled and an info box is displayed.

Oct 8 2024, 5:43 PM · Bug Report, kleopatra, gpgol, gpg4win
CarlSchwan closed T5082: Kleopatra crashed with qwindows.dll. as Resolved.

No reply for a very long time, so I am closing this ticket. This is likely fixed now. Feel free to reopen if this happen again.

Oct 8 2024, 3:44 PM · kleopatra, gpg4win, Bug Report
CarlSchwan closed T4423: Change passphrase error as Wontfix.

No reply for a very long time, let's close this.

Oct 8 2024, 3:18 PM · kleopatra, Bug Report, gpg4win
CarlSchwan closed T5364: Kleopatra won't start as Resolved.

gpg4win 4 has been released with unicode support. Closing.

Oct 8 2024, 2:59 PM · workaround, gnupg, Windows, kleopatra, Bug Report, gpg4win

Oct 4 2024

ebo closed T3965: Kleopatra: Subkey editing as Invalid.

closing this ticket as duplicate as adding and changing expiry works.
Revocation of a single subkey is not yet possible in Kleopara, though

Oct 4 2024, 1:44 PM · gpg4win, kleopatra

Oct 1 2024

ebo moved T7002: Tab text not changing when using filters from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 1 2024, 3:56 PM · vsd33, Restricted Project, kleopatra, Bug Report, gpg4win
ebo moved T6950: Kleopatra: Usability improvements for directory services configuration from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 1 2024, 3:56 PM · vsd33, Restricted Project, Bug Report, gpg4win