Page MenuHome GnuPG
Feed Advanced Search

Aug 29 2023

daniel.hruby created T6687: "Can t encrypt/sign an empty massage.".
Aug 29 2023, 12:43 AM · Support, gpg4win

Aug 28 2023

lukas.holenda created T6686: GPG4win exchange issue decrypt message from Macos GPGtools.
Aug 28 2023, 8:51 PM · MacOS, Support, gpg4win
aheinecke added a comment to T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Changed the task description to easier find it

Aug 28 2023, 7:05 AM · Restricted Project, gpgol, Bug Report
aheinecke renamed T6676: GgpOL: Signed Mails from Filesystem are modified when opened from Opening GgpOL-Signed Mails from Filesystem to GgpOL: Signed Mails from Filesystem are modified when opened.
Aug 28 2023, 7:05 AM · Restricted Project, gpgol, Bug Report
kelseyradley added a comment to T5794: Cannot add ed25519 SSH key with empty comment.
Aug 28 2023, 6:28 AM · ssh, gnupg (gpg22), Bug Report

Aug 25 2023

aheinecke closed T6684: Issues Decrypting Files from Rest API on IIS as Invalid.

Hi,
This is a classical support question. Please use one of the community channels under:
https://www.gpg4win.de/community.html
for this.

Aug 25 2023, 10:28 PM · Bug Report, gpg4win
ilya-varela created T6684: Issues Decrypting Files from Rest API on IIS.
Aug 25 2023, 9:56 PM · Bug Report, gpg4win
werner changed the status of T6093: gpg: Continues export of secret key if first passphrase dialog was canceled from Open to Testing.
Aug 25 2023, 3:39 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Bug Report, Restricted Project
werner moved T6093: gpg: Continues export of secret key if first passphrase dialog was canceled from Backlog to QA on the gnupg22 board.
Aug 25 2023, 3:38 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Bug Report, Restricted Project

Aug 23 2023

werner triaged T6646: GpgOL: signature not displayed if mail is saved in the filesystem as Normal priority.
Aug 23 2023, 11:38 AM · vsd33 (vsd-3.3.1), Restricted Project, Bug Report, gpgol
ikloecker closed T6673: gpgme-1.22.0 fails to compile tests (when building in source tree) as Resolved.

Fixed. Removing Gentoo tag because it's not Gentoo-specific.

Aug 23 2023, 10:11 AM · gpgme, Bug Report
ikloecker renamed T6673: gpgme-1.22.0 fails to compile tests (when building in source tree) from gpgme-1.22.0 fails to compile tests to gpgme-1.22.0 fails to compile tests (when building in source tree).
Aug 23 2023, 10:09 AM · gpgme, Bug Report
ikloecker added a comment to T6556: gpgtar: Removes existing output file on error.

It may be better to open a separate issue for the issue in gpg, so that it's not overlooked/forgotten when the issue in gpgtar is fixed.

Aug 23 2023, 10:06 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
AndrewAmmerlaan added a comment to T6556: gpgtar: Removes existing output file on error.

That is intentional. If we are able to remove a file we do it. Solution for you is easy: gpg .... -o - </dev/null >/dev/null

Aug 23 2023, 10:06 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
werner triaged T6673: gpgme-1.22.0 fails to compile tests (when building in source tree) as Normal priority.
Aug 23 2023, 10:00 AM · gpgme, Bug Report
werner added a comment to T6556: gpgtar: Removes existing output file on error.

That is intentional. If we are able to remove a file we do it. Solution for you is easy: gpg .... -o - </dev/null >/dev/null

Aug 23 2023, 9:58 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
AndrewAmmerlaan added a comment to T6556: gpgtar: Removes existing output file on error.

This looks like the same problem I encountered in Gentoo's Portage. To unlock the binary package signing key, Portage will run the equivalent of gpg --homedir ... --digest-algo ... --local-user ... --output /dev/null /dev/null. If unlocking fails (due to e.g. wrong password), /dev/null is removed: https://bugs.gentoo.org/912808

Aug 23 2023, 9:38 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
herringbur added a comment to T6622: Kleopatra: Misleading result when decrypting clear signed message followed by public key block in notepad.
Aug 23 2023, 8:58 AM · gpgme (gpgme 1.23.x), Bug Report, Restricted Project, kleopatra
werner edited projects for T5401: Imported ECC/Ed25519 subkey has unusable key file in private-keys-v1.d, added: gnupg24; removed gnupg22.

Needs to be checked for 2.4 - no backport to 2.2, though.

Aug 23 2023, 8:46 AM · gnupg26, Bug Report
werner edited projects for T4892: gpgsm --gen-key with existing key from "ssh-add" fails, added: gnupg24; removed gnupg22.

Needs to be checked again with stable. No backport to 2..2, though.

Aug 23 2023, 8:44 AM · gnupg24, Bug Report, S/MIME
werner removed a project from T2671: "Invalid option" with utf-16 config files (windows): gnupg22.

Won't be backported to 2.2 once we got something in 2.4.

Aug 23 2023, 8:42 AM · gnupg24, Restricted Project, Bug Report

Aug 22 2023

aheinecke claimed T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Ok. Thanks for testing. That confirms my suspicion. rOdd3ff8397aaf62e58fa9405ddc5397cb6bcfdc29 is to blame here with the setReadFlag line as the specific cause. Because it is intended to trigger a save back. The problem was that we had circumstances where other addins changed the mail and really wanted it to be saved back to the server. So we call "save" before decrypting the mail to ensure that these changes are saved and then we decrypt, put in our temporary plaintext and ensure that the plaintext never is saved.

Aug 22 2023, 2:57 PM · Restricted Project, gpgol, Bug Report
berndorin added a comment to T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

I testet it with 4.10 and GggOL 2.5.6. The file isn't changed if I open it. So it seems the change happend in 4.2.0.

Aug 22 2023, 12:49 PM · Restricted Project, gpgol, Bug Report
aheinecke added a comment to T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Do you know if this is something new that started to happen with 4.2.0 for the first time or did it happen with 4.1.0, too?

Aug 22 2023, 12:16 PM · Restricted Project, gpgol, Bug Report
berndorin created T6676: GgpOL: Signed Mails from Filesystem are modified when opened.
Aug 22 2023, 9:24 AM · Restricted Project, gpgol, Bug Report

Aug 21 2023

thesamesam added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

I'll swap us over to out of source build for this as well. I've been doing it gradually for the gpg suite. Thanks.

Aug 21 2023, 9:23 PM · gpgme, Bug Report
ikloecker added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

The following patch fixes this (for me):

diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index 32ad6466..aedd3264 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -51,10 +51,10 @@ LDADD = ../../cpp/src/libgpgmepp.la ../src/libqgpgme.la \
         ../../../src/libgpgme.la @GPGME_QT5_LIBS@ @GPG_ERROR_LIBS@ \
         @GPGME_QT5TEST_LIBS@ @LDADD_FOR_TESTS_KLUDGE@ -lstdc++
Aug 21 2023, 9:19 PM · gpgme, Bug Report
ikloecker added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

This happens because you build in the source directory and therefore the wrong debug.h is found. While this should work in general we strongly suggest to use a separate build directory.

Aug 21 2023, 9:01 PM · gpgme, Bug Report
thesamesam added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

Aug 21 2023, 8:30 PM · gpgme, Bug Report
thesamesam created T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).
Aug 21 2023, 8:29 PM · gpgme, Bug Report
aheinecke added a comment to T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation.

No problem ;) Sorry for my snarky reply. Hope it worked for you now.

Aug 21 2023, 9:05 AM · Bug Report, gpg4win
aheinecke closed T5782: Kleopatra: Smartcard unusable secret key until used via command line as Resolved.

Noticed this issue was still open. This was resolved.

Aug 21 2023, 9:04 AM · kleopatra, Bug Report, gpg4win
uwi added a comment to T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation.

OK, I'm sorry, please accept my apologies for not having read the dialog message carefully enough. It seems I ignore the second sentence, replacing it with the omnipresent "Do you want to continue?" in my mind. Maybe the excuse is that it was terribly hot and damp in my office, preventing me from thinking.

Aug 21 2023, 8:28 AM · Bug Report, gpg4win

Aug 18 2023

aheinecke added a comment to T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation.

😂 Skandal! Ein BUG!: "Möchten Sie die Installation ohne Administrator-Rechte fortfahren?" und Sie sagen "Nein". Ja dann brechen wir ab weil sie eben *nicht* fortfahren wollen.

Aug 18 2023, 4:11 PM · Bug Report, gpg4win
uwi added a comment to T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation.

Strong objection to close: When answering the question with "no", installation aborts!

Aug 18 2023, 3:05 PM · Bug Report, gpg4win
ebo merged task T6423: Kleopatra: Tooltip for "Lookup on server" wrong in case of GnuPG VSD into T6663: Kleopatra: change option "publish on keyserver".
Aug 18 2023, 12:22 PM · Restricted Project, Bug Report, kleopatra
ebo updated the task description for T6423: Kleopatra: Tooltip for "Lookup on server" wrong in case of GnuPG VSD .
Aug 18 2023, 12:08 PM · Restricted Project, Bug Report, kleopatra
aheinecke added a comment to T6659: gpg4win seems not to consider the installation control file anymore.

This could have something to do with our changes to g4wihelp.c to adapt to the new plugin API.

Aug 18 2023, 9:43 AM · gpg4win, Bug Report
aheinecke closed T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation as Resolved.

You can install Gpg4win without admin rights. It requests "Highest available" rights by default to be installed into the protected Program Files (x86) folder. When you are not in the Administrators group It will install into your home directory much like firefox does. Any maybe if you don't want to leave a footprint installing Gpg4win on the System (without admin rights) where you don't have admin rights is kind of beside the point. You either leave a footprint by the installation or you could just use the installed Gpg4win there.

Aug 18 2023, 9:30 AM · Bug Report, gpg4win
uwi created T6661: Improve https://wiki.gnupg.org/Gpg4win/PortableVersion or the general implementation.
Aug 18 2023, 8:51 AM · Bug Report, gpg4win
gniibe added a comment to T6619: How to maintain our local libtool patch.

Pushed the change to:

  • libgpg-error
  • libassuan master
  • libgcrypt master
  • ntbtls
  • npth
  • libksba
  • gpgme
  • scute
Aug 18 2023, 2:13 AM · gpgrt, Bug Report

Aug 17 2023

werner renamed T6659: gpg4win seems not to consider the installation control file anymore from Installation doesn't consider control file to gpg4win seems not to consider the installation control file anymore.
Aug 17 2023, 2:25 PM · gpg4win, Bug Report
ikloecker added a comment to T6554: Kleopatra: Reports success when gpgtar is kill with SIGTERM or SIGKILL while folder is encrypted.

Yes, gpgtar emits a SUCCESS status. gpgme should probably check for this.

Aug 17 2023, 2:24 PM · vsd33 (vsd-3.3.0), gpgme, kleopatra, gpgtar, Restricted Project, Bug Report
werner added a comment to T6659: gpg4win seems not to consider the installation control file anymore.

[For bug reports please don't refer to some other site - at least a brief but useful description should always be included]

Aug 17 2023, 2:24 PM · gpg4win, Bug Report
cklassen created T6659: gpg4win seems not to consider the installation control file anymore.
Aug 17 2023, 9:32 AM · gpg4win, Bug Report
werner added a comment to T6647: Finish implementation of --export-secret-ssh-key.

I mostly used ed25519 keys and thus I do the avove command pretty often without problems. Can you please add

-v --debug lookup

to the command line show us the log (send privately to my standard mail address (wk@gnu...) if you feel that data is too sensitive for the public).

Aug 17 2023, 9:13 AM · gnupg26, Feature Request

Aug 12 2023

pert created T6647: Finish implementation of --export-secret-ssh-key.
Aug 12 2023, 10:51 AM · gnupg26, Feature Request

Aug 10 2023

ebo added a project to T6423: Kleopatra: Tooltip for "Lookup on server" wrong in case of GnuPG VSD : Restricted Project.
Aug 10 2023, 3:43 PM · Restricted Project, Bug Report, kleopatra

Aug 8 2023

rabarber created T6639: keytotpm doesn't appear to do anything.
Aug 8 2023, 2:14 PM · Support, TPM
dosmanak added a comment to T6635: keyboxd and --no-autostart option.

Thank you. that worked. A pitty gpgv can't read from fd using process substitution

7b7e16ae923d:/data/loglib# gpgv --keyring <(gpg -o - --dearmor ../ecs.keys) jul-ecs-formatter-1.5.0.jar.as
c jul-ecs-formatter-1.5.0.jar
gpg: WARNING: unsafe permissions on homedir '/root/.gnupg'
gpgv: Signature made Sun Aug 21 07:52:24 2022 UTC
gpgv:                using RSA key 46095ACC8548582C1A2699A9D27D666CD88E42B4
gpgv: Can't check signature: No public key

But I had two steps even before, so this could work.

7b7e16ae923d:/data/loglib# gpgv --keyring ../ecs.keys.gpg jul-ecs-formatter-1.5.0.jar.asc jul-ecs-formatte
r-1.5.0.jar
gpgv: Signature made Sun Aug 21 07:52:24 2022 UTC
gpgv:                using RSA key 46095ACC8548582C1A2699A9D27D666CD88E42B4
gpgv: Good signature from "Elasticsearch (Elasticsearch Signing Key) <dev_ops@elasticsearch.org>"
Aug 8 2023, 1:01 PM · Bug Report
ikloecker added a comment to T6635: keyboxd and --no-autostart option.

gpgv might not support ASCII armored key files. Try with a binary key file.

Aug 8 2023, 12:29 PM · Bug Report
werner moved T6515: GPG in FIPS mode spits out useless "out of core handler ignored in FIPS mode" message on every execution from Backlog to Ready for release on the FIPS board.
Aug 8 2023, 11:08 AM · FIPS, Bug Report
dosmanak added a comment to T6635: keyboxd and --no-autostart option.

Hi, thanks for prompt response. I have just bunch of public keys I want to verify against. They have form of
-----BEGIN PGP PUBLIC KEY BLOCK-----. If I try using the key file as a keyring I get error.

Aug 8 2023, 10:57 AM · Bug Report

Aug 7 2023

ikloecker closed T6635: keyboxd and --no-autostart option as Resolved.

I think you should simply use gpgv for verifying signatures. gpgv exists for exactly this use case. You don't even have to import anything because you can directly pass a keyring to gpgv.

Aug 7 2023, 8:04 PM · Bug Report
dosmanak created T6635: keyboxd and --no-autostart option.
Aug 7 2023, 12:21 PM · Bug Report
gniibe added a parent task for T6619: How to maintain our local libtool patch: T6484: dll: 64-bit different name for libgcrypt, libksba, ntbtls, and gpgme.
Aug 7 2023, 4:40 AM · gpgrt, Bug Report

Aug 3 2023

aheinecke closed T6581: gpg encryption/decryption on Windows encounters occasional issues as Invalid.

without understanding more of your setup, which user starts it with which rights and when and so on we cannot really help you here. This is a classical support question. You might want to check the permissions on the lock file. Maybe they are created by a user with higher privileges e.g. to interactively manage the keys, and then the batch user comes along and does not have the permission to obtain or create the lock file. My suggestion would indeed be to use the --homedir parameter in the batch script and ensure that the user has full access rights to that folder and no "Adminstrator" messes with the files / permissions in there.

Aug 3 2023, 10:25 AM · kleopatra, Bug Report

Aug 2 2023

gniibe updated the task description for T6619: How to maintain our local libtool patch.
Aug 2 2023, 3:55 AM · gpgrt, Bug Report
gniibe added a comment to T6619: How to maintain our local libtool patch.

I pushed the commit: rE64532db11fcd: build: New configure option --with-libtool-modification.

Aug 2 2023, 3:53 AM · gpgrt, Bug Report

Aug 1 2023

werner closed T6615: v5 document signatures verification. as Resolved.
Aug 1 2023, 11:49 AM · Documentation, OpenPGP, Bug Report
werner added a comment to T6615: v5 document signatures verification..

Okay, will go into the next revision. Thanks.

Aug 1 2023, 11:49 AM · Documentation, OpenPGP, Bug Report

Jul 31 2023

onickolay added a comment to T6615: v5 document signatures verification..

Thanks for the reply!

Jul 31 2023, 2:45 PM · Documentation, OpenPGP, Bug Report
werner added projects to T6615: v5 document signatures verification.: OpenPGP, Documentation.
Jul 31 2023, 1:42 PM · Documentation, OpenPGP, Bug Report
werner added a comment to T6615: v5 document signatures verification..

The patch to the specs would be this:

        The three data items hashed for document signatures need to
-       mirror the values of the Literal Data packet.  For detached
-       and cleartext signatures 6 zero bytes are hashed instead.
+       mirror the values of the Literal Data packet.  Note that for a
+       detached signatures this means to hash 6 0x00 octets and for a
+       cleartext signature this means to hash a 't' followed by 5 0x00
+       octets.
Jul 31 2023, 1:41 PM · Documentation, OpenPGP, Bug Report
werner added a comment to T6615: v5 document signatures verification..

Regading your first point: From gnupg (2.4) sign.c:hash_sigversion_to_magic

Jul 31 2023, 1:37 PM · Documentation, OpenPGP, Bug Report

Jul 30 2023

aheinecke renamed T6618: Check that code signing chain is properly included in our signatures from Installer Exe Certificate Self-Signed to Check that code signing chain is properly included in our signatures.
Jul 30 2023, 6:39 PM · Bug Report, gpg4win
aheinecke reopened T6618: Check that code signing chain is properly included in our signatures as "Open".

Oh wait. That shows a Problem in our side. We should include the full chain in our signature. I am renaming your task and will at least investigate if we do or if that maybe changed the last time we updated the certificate. Which might have been after 4.0.3

Jul 30 2023, 6:38 PM · Bug Report, gpg4win
mrt22 added a comment to T6618: Check that code signing chain is properly included in our signatures.

OK, had to install the intermediary CA certificate from https://support.globalsign.com/ca-certificates/intermediate-certificates/code-signing-standard-ev-intermediate-certificates . For some reason it was missing from my system.
After installing things look good.

Jul 30 2023, 8:25 AM · Bug Report, gpg4win

Jul 28 2023

ikloecker changed the status of T6622: Kleopatra: Misleading result when decrypting clear signed message followed by public key block in notepad from Open to Testing.

Should be fixed.

Jul 28 2023, 4:56 PM · gpgme (gpgme 1.23.x), Bug Report, Restricted Project, kleopatra
werner raised the priority of T6622: Kleopatra: Misleading result when decrypting clear signed message followed by public key block in notepad from Normal to High.
Jul 28 2023, 4:47 PM · gpgme (gpgme 1.23.x), Bug Report, Restricted Project, kleopatra
ebo closed T6013: Kleopatra: Email address of CA is not set as recipient when sending new CSR by email as Resolved.

This works on Linux with KMail and with Claws (although with Claws the attachment is added twice).

Jul 28 2023, 2:22 PM · Restricted Project, kleopatra, Bug Report
gniibe changed the status of T6619: How to maintain our local libtool patch from Open to Testing.

Pushed the change to libgpg-error.

Jul 28 2023, 6:36 AM · gpgrt, Bug Report

Jul 27 2023

werner added a comment to T6619: How to maintain our local libtool patch.

That assumes that libtool won't change substantially as it did several times in the past and broke our cross compiling stuff. But as long as we keep the ltmain.sh in our repo and tarball the patch is okay because it better documents the chnages.

Jul 27 2023, 12:07 PM · gpgrt, Bug Report
gniibe added a comment to T6619: How to maintain our local libtool patch.

I learned that AC_CONFIG_COMMANDS macro can be used to improve the case of config.status.

Jul 27 2023, 9:53 AM · gpgrt, Bug Report
gniibe claimed T6619: How to maintain our local libtool patch.

How about the change like:

Jul 27 2023, 9:52 AM · gpgrt, Bug Report
gniibe created T6619: How to maintain our local libtool patch.
Jul 27 2023, 9:51 AM · gpgrt, Bug Report
aheinecke closed T6618: Check that code signing chain is properly included in our signatures as Invalid.

this is not true. Our installers are always signed, even the included binaries are mostly signed.

Jul 27 2023, 8:33 AM · Bug Report, gpg4win
mrt22 created T6618: Check that code signing chain is properly included in our signatures.
Jul 27 2023, 3:29 AM · Bug Report, gpg4win
Happyman0815 added a comment to T5709: Embedded images are seen as attachments after encrypting and decrypting.

Other options would be

  • to display a warning if there are inline images in the email.
  • an option not to automatically sign emails if they contain an inline image.
Jul 27 2023, 12:01 AM · Bug Report, gpg4win

Jul 26 2023

ebo closed T6492: Kleopatra: Entries in certificate drop-down are not sorted as Resolved.

works. Certificates are shown in alphabetical order to the user and expired subkeys are ignored for encryption even if they are newer.

Jul 26 2023, 11:45 AM · Restricted Project, kleopatra, Bug Report

Jul 25 2023

onickolay created T6615: v5 document signatures verification..
Jul 25 2023, 3:36 PM · Documentation, OpenPGP, Bug Report
gniibe changed the status of T5252: bad expiration value when using --batch Creation-Date/Expire-Date from Open to Testing.

Applied to 2.4.

Jul 25 2023, 4:25 AM · gnupg, Bug Report

Jul 24 2023

ebo moved T5732: Backport option reading in gpgconf to 2.2 from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 24 2023, 2:13 PM · Restricted Project, Bug Report, kleopatra, backport, gnupg (gpg22)
ebo moved T5800: gpgconf: Ignores keyserver option in gpgsm.conf from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 24 2023, 2:13 PM · Restricted Project, Bug Report, gnupg (gpg22)
ebo moved T6041: pinentry-qt dialog window no longer floats under Sway (fixed after 1.2.0) from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 24 2023, 2:12 PM · Restricted Project, pinentry, Bug Report
ebo moved T6174: Option --require-comliance does not work in sign+encrypt mode from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 24 2023, 2:12 PM · Restricted Project, OpenPGP, Bug Report, gnupg
taichi added a comment to T6595: libgpg-error: build failure on Windows.

I have built it according to the method described here.
(https://wiki.documentfoundation.org/Development/BuildingOnWindows)

Jul 24 2023, 1:41 PM · Cygwin, gpgrt, Bug Report
taichi added a comment to T6595: libgpg-error: build failure on Windows.
Jul 24 2023, 10:17 AM · Cygwin, gpgrt, Bug Report
werner triaged T6595: libgpg-error: build failure on Windows as Low priority.

I wonder why you mention Visual Studio and Cygwin? Either it is Cygwin or a native Windows build.

Jul 24 2023, 9:56 AM · Cygwin, gpgrt, Bug Report
gniibe added a project to T5252: bad expiration value when using --batch Creation-Date/Expire-Date: backport.
Jul 24 2023, 8:21 AM · gnupg, Bug Report

Jul 20 2023

gniibe added a comment to T6271: The old FSF address in libgcrypt source code.

Fixed in: rP66abf7cb1e1b: Update GPL2 for new FSF address. Use URL for license.

Jul 20 2023, 6:56 AM · Documentation, libgcrypt, Bug Report

Jul 19 2023

ebo closed T5697: Kleopatra: Crashes or hangs on circular certificate chains as Resolved.

works, tested with the provided example certs

Jul 19 2023, 4:36 PM · Restricted Project, kleopatra, Bug Report
ebo closed T6140: Kleopatra: F5 does not always work in smartcard dialog as Resolved.

information shows now up immediately, when the public key data is imported

Jul 19 2023, 3:25 PM · Restricted Project, kleopatra, Bug Report

Jul 13 2023

taichi created T6595: libgpg-error: build failure on Windows.
Jul 13 2023, 6:31 PM · Cygwin, gpgrt, Bug Report

Jul 12 2023

gniibe claimed T5252: bad expiration value when using --batch Creation-Date/Expire-Date.

Fixed in master.
Will backport into 2.4, after testing.

Jul 12 2023, 6:39 AM · gnupg, Bug Report

Jul 6 2023

thesamesam added a comment to T6579: gnupg-2.4.3 build failure.

Thanks. Wouldn't that require OpenLDAP on every system with gnupg?

Jul 6 2023, 1:58 AM · gnupg24 (gnupg-2.4.4), Gentoo, Bug Report

Jul 5 2023

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

Actually it has been fixed for the PBES2 case in 2.2 and 2.4. PBES2 is used with AES128 and AES256. I doubt that there is any value in adding such support for the legacy RC2 and 3DES methods.

Jul 5 2023, 2:44 PM · Feature Request, gnupg24, S/MIME
werner raised the priority of T3927: gpgsm certificate import fails because of hardcoded password length limitation from Low to Normal.
Jul 5 2023, 2:35 PM · Feature Request, gnupg24, S/MIME
werner edited projects for T6536: Extend P12 parser for ShroudedKeyBag inside a CertBag, added: gnupg22 (gnupg-2.2.42); removed gnupg22.

Same for the backport to 2.2 which uses the same test suite.

Jul 5 2023, 2:31 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Bug Report, S/MIME, Restricted Project
werner changed the status of T6536: Extend P12 parser for ShroudedKeyBag inside a CertBag from Open to Testing.
Jul 5 2023, 2:30 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Bug Report, S/MIME, Restricted Project