Page MenuHome GnuPG
Feed Advanced Search

Aug 15 2018

hoebjo created T4102: libgcrypt: yat2m does not respect SOURCE_DATE_EPOCH, patch included.
Aug 15 2018, 11:15 PM · gpgrt, libgcrypt, Bug Report
1sand0s created T4101: --verify-files does not provide sufficient information.
Aug 15 2018, 11:11 AM · Bug Report

Aug 14 2018

Serg67 created T4100: I would like send a new key demand to CA.
Aug 14 2018, 5:16 PM · Bug Report
Serg67 created T4099: The GpgOL icon is missing inside a new mail.
Aug 14 2018, 5:13 PM · Bug Report
Serg67 created T4098: GpgSM: Add ECC support.
Aug 14 2018, 5:00 PM · gnupg (gpg23), Feature Request, S/MIME
nephirus created T4097: scdaemon does not handle extended APDUs correctly.
Aug 14 2018, 12:41 PM · scd, Bug Report

Aug 10 2018

gniibe triaged T4093: Undefined shift in parse_symkeyenc as Normal priority.
Aug 10 2018, 8:24 AM · Bug Report
gniibe added a comment to T4093: Undefined shift in parse_symkeyenc.

OK, I take this ticket.

Aug 10 2018, 8:23 AM · Bug Report

Aug 9 2018

aheinecke assigned T4093: Undefined shift in parse_symkeyenc to gniibe.

Thanks for the tests and the report.

Aug 9 2018, 8:41 AM · Bug Report
lovetox closed T3813: GPGME error: "invalid crypto engine" in the MSYS2 version as Invalid.

Ok i saw they apply custom patches to _gpgme_mkstemp which are outdated and should be revisited, sorry for the noise

Aug 9 2018, 12:11 AM · Python, gpgme, Bug Report

Aug 8 2018

lovetox reopened T3813: GPGME error: "invalid crypto engine" in the MSYS2 version as "Open".

Actually i have now more debug output and i think i found the issue

Aug 8 2018, 11:55 PM · Python, gpgme, Bug Report
lovetox closed T3813: GPGME error: "invalid crypto engine" in the MSYS2 version as Invalid.

I close this for now, this seems a problem of the mingw packages in msys2

Aug 8 2018, 11:07 PM · Python, gpgme, Bug Report
steve added a comment to T3254: Decide which password limit to use and consistently use that limitation.

ping, what's the status of this bug? it has been in testing for over one year. is that the correct status?

Aug 8 2018, 5:36 PM · Bug Report
aheinecke closed T4094: [GPGME] Use-after-free problem in gpggencardkeyinteractor.cpp as Resolved.
Aug 8 2018, 9:33 AM · C++, gpgme, Bug Report
aheinecke added a comment to T4094: [GPGME] Use-after-free problem in gpggencardkeyinteractor.cpp.

Thanks for the report. I've commited a fix. (Returning the c_str here is ok as the data is not meant to be modified once "action" is called)
Please let us know if you find additional issues.

Aug 8 2018, 9:28 AM · C++, gpgme, Bug Report

Aug 7 2018

lovetox added a comment to T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.

Or with both packages installed, could i maybe debug somehow where it searches?

Aug 7 2018, 9:11 PM · Python, gpgme, Bug Report
lovetox added a comment to T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.

BenM, msys2 uses pacman as packagemanager, all packages are build from source

Aug 7 2018, 8:48 PM · Python, gpgme, Bug Report
rkovacs created T4094: [GPGME] Use-after-free problem in gpggencardkeyinteractor.cpp.
Aug 7 2018, 7:26 PM · C++, gpgme, Bug Report
catenacyber added a comment to T4093: Undefined shift in parse_symkeyenc.

There is the same bug and fix in function parse_key :

diff --git a/g10/parse-packet.c b/g10/parse-packet.c
index 0d28e7ac1..b147179e2 100644
--- a/g10/parse-packet.c
+++ b/g10/parse-packet.c
@@ -2533,7 +2533,7 @@ parse_key (IOBUF inp, int pkttype, unsigned long pktlen,
                      err = gpg_error (GPG_ERR_INV_PACKET);
                      goto leave;
                    }
-                 ski->s2k.count = iobuf_get (inp);
+                 ski->s2k.count = iobuf_get_noeof (inp);
                  pktlen--;
                  if (list_mode)
                    es_fprintf (listfp, "\tprotect count: %lu (%lu)\n",
Aug 7 2018, 3:27 PM · Bug Report
aheinecke reopened T3987: error: Folder is open in GnuPG's OpenPGP tool as "Open".

I misunderstood your original report.

Aug 7 2018, 8:36 AM · Bug Report, gpg4win
BenM added a comment to T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.

Alternatively, if they wish to keep using the Python installer from python.org then they would need to drop MSys2 in favour of the same version of Microsoft Visual Studio used to compile the that specific version of Python with and use it to compile every part of the GnuPG stack, up to and including GPGME.

Aug 7 2018, 7:31 AM · Python, gpgme, Bug Report
BenM added a comment to T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.

If that is indeed the case and the theory regarding runtime conflicts, currently under investigation in T3505 and T4086, also proves to be true; then MSys2 users and developers will need to cease using the precompiled versions of Python available from python.org and compile their own version of Python copy with MSys2.

Aug 7 2018, 7:17 AM · Python, gpgme, Bug Report

Aug 6 2018

morgoth added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

Was anyone successful in debugging dirmngr? I'm having the same issue. The dirmngr process gets stuck, no output at all, and this causes Kleopatra to get stuck waiting for it. I can only run Kleopatra after I have killed the dirmngr process. If I understand correctly I still need this process for network-related functionality, so I would need to fix it if I want to use all functions.

Aug 6 2018, 7:21 PM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report
Dhinu added a comment to T3987: error: Folder is open in GnuPG's OpenPGP tool.

I updated the software to its latest version "gpg4win v3.1.1" and i'm still facing this issue.

Aug 6 2018, 5:55 PM · Bug Report, gpg4win
aheinecke closed T4091: gpgme fails compilation in deep directory as Resolved.

Patch applied. Thanks.

Aug 6 2018, 10:03 AM · gpgme, Bug Report
aheinecke triaged T4091: gpgme fails compilation in deep directory as Normal priority.

I do not see the harm in this patch and it seems useful. Indeed it seems better then making a directory in tmp as this might create regressions for others.

Aug 6 2018, 9:30 AM · gpgme, Bug Report
catenacyber created T4093: Undefined shift in parse_symkeyenc.
Aug 6 2018, 9:25 AM · Bug Report

Jul 27 2018

vlmarek created T4091: gpgme fails compilation in deep directory.
Jul 27 2018, 7:32 PM · gpgme, Bug Report

Jul 25 2018

BenM added a comment to T3354: gpgme only builds against two versions of python at once.

This question and some of the answers to it on StackOverflow indicate some of the difficulties in getting SWIG generated Python modules to install at all. Essentially, though the easiest method currently available without extensive customisation of the setup.py file which would need to be done for both Python 2.7 and Python 3.x is to run /path/to/specific/pythonX.Y setup.py build and then follow that with /path/to/specific/pythonX.Y setup.py install and then follow that with renaming lang/python/build to a relevant directory and/or path name which indicates which version of python was used and the location or path it is in.

Jul 25 2018, 3:46 PM · Python, gpgme, Bug Report
werner created T4088: gpg outputs info to the tty despite that it used the Pinentry .
Jul 25 2018, 10:15 AM · gnupg (gpg20), Bug Report

Jul 24 2018

aheinecke added a subtask for T2983: Umlaut is not correctly displayed, when there is an error during crl-import in Kleopatra: T4029: Gpg4win 3.1.3.
Jul 24 2018, 8:28 AM · Bug Report, gpg4win
aheinecke closed T2983: Umlaut is not correctly displayed, when there is an error during crl-import in Kleopatra as Resolved.

This was fixed with kleo rev 289efa360f6b15a3389ea2f2efede352711e7d7e

Jul 24 2018, 8:28 AM · Bug Report, gpg4win
aheinecke added a subtask for T4070: GpgOL: Encrypted Mails moved by rules are not decrypted: T4029: Gpg4win 3.1.3.
Jul 24 2018, 7:47 AM · Bug Report, gpg4win, gpgol
aheinecke changed the status of T4070: GpgOL: Encrypted Mails moved by rules are not decrypted from Open to Testing.
Jul 24 2018, 7:47 AM · Bug Report, gpg4win, gpgol

Jul 23 2018

BenM added a comment to T3354: gpgme only builds against two versions of python at once.

While performing some initial investigation regarding observed discrepancies between compiling GPGME directly and the subsequent SWIG static object for T4086, confirmed the relative ease by which multiple installations would be achievable if performed as a post-build process. This would have the added advantage of being more readily customisable by package maintainers downstream and not just for Debian, it could be made to work more easily with other distributions or other posix systems too.

Jul 23 2018, 10:31 AM · Python, gpgme, Bug Report

Jul 21 2018

hippykitty added a comment to T4074: gpg-agent and scdaemon still running after log out.

I can't reproduce the problem with multiple instances of gpg-agent and scdaemon.
However, gpg-agent continues to run after the user has logged out. This is unacceptable, am I right?

Jul 21 2018, 2:08 AM · Bug Report

Jul 18 2018

aheinecke added a subtask for T3890: Gpg4win: p7s and p7m not properly registered as double click handled for GPA or Kleo on Windows 7: T4029: Gpg4win 3.1.3.
Jul 18 2018, 3:23 PM · Bug Report, gpg4win
aheinecke closed T3890: Gpg4win: p7s and p7m not properly registered as double click handled for GPA or Kleo on Windows 7 as Resolved.

Yay. Got it.

Jul 18 2018, 3:23 PM · Bug Report, gpg4win

Jul 17 2018

mirko.luedde added a comment to T4079: gpg 2.2.9 breaks incompatibly and creates options mess.

Dear Andre , all , T4020 does not even well-define the symptom and I
do not agree T4020 is a duplicate of T4079 . I'd close T4020 in favor
of T4079 . Many thanks . Mirko

Jul 17 2018, 7:18 PM · gpg4win, gnupg, Duplicate, Bug Report
aheinecke created T4083: gpgtar, Kleopatra: Unicode filenames that are not native 8 bit on Windows don't work.
Jul 17 2018, 6:00 PM · Bug Report, gpg4win, kleopatra, gpgtar
aheinecke closed T4079: gpg 2.2.9 breaks incompatibly and creates options mess as Resolved.

Hi Mirko,

Jul 17 2018, 11:27 AM · gpg4win, gnupg, Duplicate, Bug Report
gniibe updated the task description for T3982: libgcrypt.m4 is not multilib friendly.
Jul 17 2018, 9:56 AM · libgcrypt, Bug Report

Jul 16 2018

mirko.luedde created T4079: gpg 2.2.9 breaks incompatibly and creates options mess.
Jul 16 2018, 5:19 PM · gpg4win, gnupg, Duplicate, Bug Report
hippykitty added a comment to T4074: gpg-agent and scdaemon still running after log out.

Nothing special at all. Using sysvinit, not systemd.
Ran gpg and gpa as a regular user a few times. Then, after logging out, I found those processes still running.

Jul 16 2018, 1:00 PM · Bug Report
werner closed T3980: gpg-agent: error allocating thread attributes when starting as daemon as Resolved.
Jul 16 2018, 9:50 AM · npth, Bug Report
werner closed T4027: npth 1.6, a subtask of T3283: Set 'mym4_revision' to 0 if not a git repo, as Resolved.
Jul 16 2018, 9:49 AM · libgcrypt, Bug Report
werner closed T4027: npth 1.6, a subtask of T3980: gpg-agent: error allocating thread attributes when starting as daemon, as Resolved.
Jul 16 2018, 9:49 AM · npth, Bug Report
werner added a comment to T4074: gpg-agent and scdaemon still running after log out.

There should be only one instance of gpg-agent running per GNUPGHOME directory (i.e per user). Is this a systemd system where you started gpg-agent in supervised mode (e.g. Debian) or a regular system. What is special in your setup?

Jul 16 2018, 9:19 AM · Bug Report

Jul 15 2018

hippykitty created T4074: gpg-agent and scdaemon still running after log out.
Jul 15 2018, 10:38 PM · Bug Report

Jul 14 2018

werner added a comment to T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.

if that is the case config.{guess,sub} needs to support this and we should be able to handle this the same way as other Unix platforms.

Jul 14 2018, 10:08 AM · Python, gpgme, Bug Report

Jul 13 2018

lovetox reopened T3813: GPGME error: "invalid crypto engine" in the MSYS2 version as "Open".

You seem to have reached the wrong page when searching for msys2

Jul 13 2018, 11:59 PM · Python, gpgme, Bug Report
tcurdt created T4073: gpg-agent not caching the passphrase.
Jul 13 2018, 2:26 PM · Documentation, Bug Report
gniibe closed T4047: Memory leak in function buf_to_sig as Resolved.
Jul 13 2018, 3:00 AM · Bug Report
tcurdt added a comment to T4072: fix inconsistent CLI.

To clarify: I would like to see the targeting of keys be unified.
I see the following options:

Jul 13 2018, 2:22 AM · Feature Request, gnupg

Jul 12 2018

tcurdt created T4072: fix inconsistent CLI.
Jul 12 2018, 11:17 PM · Feature Request, gnupg
werner closed T4036: gnupg 2.2.9 release, a subtask of T3374: gpg recv-keys fail if first dns server end up with "Connection refused", as Resolved.
Jul 12 2018, 4:54 PM · dns, dirmngr, Bug Report
werner closed T4036: gnupg 2.2.9 release, a subtask of T3803: dirmngr issues malformed DNS queries, as Resolved.
Jul 12 2018, 4:54 PM · dns, dirmngr, Bug Report
werner closed T4036: gnupg 2.2.9 release, a subtask of T4014: when verifying signatures, gpg and gpgv should ensure signing capabilities, as Resolved.
Jul 12 2018, 4:54 PM · gpgv, gnupg, Bug Report
werner closed T4036: gnupg 2.2.9 release, a subtask of T4022: too-large User ID packets result in dropping an entire certificate, as Resolved.
Jul 12 2018, 4:54 PM · gnupg, Bug Report
werner closed T4036: gnupg 2.2.9 release, a subtask of T4053: gpg.exe 2.2.8.52634 crashes in msvcrt.dll, as Resolved.
Jul 12 2018, 4:54 PM · i18n, gnupg, gpg4win, Bug Report
werner closed T4036: gnupg 2.2.9 release, a subtask of T4018: gpg --with-colons --show-keys does not show revocation certificates, as Resolved.
Jul 12 2018, 4:54 PM · gnupg, Bug Report
werner closed T4053: gpg.exe 2.2.8.52634 crashes in msvcrt.dll as Resolved.
Jul 12 2018, 3:28 PM · i18n, gnupg, gpg4win, Bug Report
werner closed T3803: dirmngr issues malformed DNS queries as Resolved.
Jul 12 2018, 3:27 PM · dns, dirmngr, Bug Report
werner closed T3374: gpg recv-keys fail if first dns server end up with "Connection refused" as Resolved.
Jul 12 2018, 3:26 PM · dns, dirmngr, Bug Report
tcurdt added a comment to T4071: regression on batch generation.

The matching error message and the similar keywords let me to miss that - indeed.

Jul 12 2018, 10:18 AM · Bug Report
werner closed T4071: regression on batch generation as Invalid.

You are mixing gpgsm and gpg - they have different semantics: That github mirror under the top name of "gpg" might
be a reason for that confusion.

Jul 12 2018, 9:49 AM · Bug Report
tcurdt created T4071: regression on batch generation.
Jul 12 2018, 3:41 AM · Bug Report
gniibe removed a project from T3283: Set 'mym4_revision' to 0 if not a git repo: npth.

Done for npth.

Jul 12 2018, 12:20 AM · libgcrypt, Bug Report

Jul 11 2018

aheinecke created T4070: GpgOL: Encrypted Mails moved by rules are not decrypted.
Jul 11 2018, 12:30 PM · Bug Report, gpg4win, gpgol
aheinecke closed T4063: GpgOL: Attachments with very long filenames might be hidden as Invalid.

There were two things here:

Jul 11 2018, 8:31 AM · Bug Report, gpg4win, gpgol

Jul 10 2018

werner added a project to T4053: gpg.exe 2.2.8.52634 crashes in msvcrt.dll: i18n.
Jul 10 2018, 6:47 PM · i18n, gnupg, gpg4win, Bug Report
werner added a project to T4068: libgcrypt 1.8.3 make check errors: libgcrypt.
Jul 10 2018, 6:45 PM · Documentation, libgcrypt
compsaysno created T4068: libgcrypt 1.8.3 make check errors.
Jul 10 2018, 4:11 PM · Documentation, libgcrypt
aheinecke added a subtask for T4062: GpgOL: Receiving long filenames crashes GpgOL / Outlook: T4029: Gpg4win 3.1.3.
Jul 10 2018, 12:30 PM · Bug Report, gpg4win, gpgol
aheinecke removed a parent task for T4062: GpgOL: Receiving long filenames crashes GpgOL / Outlook: T4029: Gpg4win 3.1.3.
Jul 10 2018, 12:30 PM · Bug Report, gpg4win, gpgol

Jul 9 2018

aheinecke created T4063: GpgOL: Attachments with very long filenames might be hidden.
Jul 9 2018, 3:47 PM · Bug Report, gpg4win, gpgol
aheinecke added a parent task for T4062: GpgOL: Receiving long filenames crashes GpgOL / Outlook: T4029: Gpg4win 3.1.3.
Jul 9 2018, 3:43 PM · Bug Report, gpg4win, gpgol
aheinecke changed the status of T4062: GpgOL: Receiving long filenames crashes GpgOL / Outlook from Open to Testing.

This was a very clear crash that is fixed now. Length was > 76 characters. This caused an improper realloc.

Jul 9 2018, 3:43 PM · Bug Report, gpg4win, gpgol
aheinecke created T4062: GpgOL: Receiving long filenames crashes GpgOL / Outlook.
Jul 9 2018, 2:42 PM · Bug Report, gpg4win, gpgol
aheinecke created T4061: gnupg: --with-colons --with-secret returns wrong results if specific keys are queried.
Jul 9 2018, 11:49 AM · gpgme, Bug Report, gnupg
gniibe closed T3915: Allow building with Clang on MIPS64 as Resolved.
Jul 9 2018, 9:22 AM · libgcrypt, Bug Report

Jul 8 2018

werner added a comment to T4059: Errors while building from source on Cygwin (gnupg repo).

Some times I a curious and it seems that GnuPG can be used on 32 bit Cygwin. Thus I wonder what is going on on 64 bit Cygwin (which I don't know). It might be a HANDLE/socket issue where Windows is still using values which fit into a 32 bit integer but Cygwin might have changed that. Eventually we need to remove that assumption in GnuPG's code and this is why I won't have a problem to keep this bug open.

Jul 8 2018, 10:17 PM · Cygwin, gnupg, Bug Report
jd added a comment to T4059: Errors while building from source on Cygwin (gnupg repo).

Given that Cygwin is not supported I would understand if the bug is
closed or should I open a feature request to have Cygwin officialy
supported.
I would never the less appriciate any help/hint on how to be successfull
installing "gnupg" on Cygwin.

Jul 8 2018, 12:27 PM · Cygwin, gnupg, Bug Report
werner triaged T4059: Errors while building from source on Cygwin (gnupg repo) as Low priority.

Note that Cygwin is not a supported platform. Seems that the exec functions don't work on this 64 bit variant.

Jul 8 2018, 7:54 AM · Cygwin, gnupg, Bug Report

Jul 7 2018

jd created T4059: Errors while building from source on Cygwin (gnupg repo).
Jul 7 2018, 5:54 PM · Cygwin, gnupg, Bug Report

Jul 6 2018

werner closed T4044: HTTP proxy not honoured as Invalid.

No problem. I am glad that it works.

Jul 6 2018, 5:14 PM · Bug Report, gpg4win
marcogaio added a comment to T4044: HTTP proxy not honoured.

Boh. I've retried today, and seems to work as expected:

Jul 6 2018, 12:39 PM · Bug Report, gpg4win
aheinecke added a comment to T3991: gpgol stops decrypting/verifying in a certain situation.

@Breach I was analyzing T4056 and wondered where I had seen the error from there before. And I found it in your log.

Jul 6 2018, 11:10 AM · gpgol, gpg4win, Bug Report
werner edited projects for T2917: --locate-key should re-fetch key via WKD if it is expired, added: gnupg (gpg22); removed gnupg.
Jul 6 2018, 9:10 AM · gnupg (gpg22), Bug Report
werner renamed T2917: --locate-key should re-fetch key via WKD if it is expired from wkd discovery should re-fetch key if it is expired to --locate-key should re-fetch key via WKD if it is expired.
Jul 6 2018, 9:09 AM · gnupg (gpg22), Bug Report
werner added a comment to T2917: --locate-key should re-fetch key via WKD if it is expired.

Actually the --locate-key command differs from the implicit use of locate key code when encrypting to a mail address.
After importing the expired key and running for example

Jul 6 2018, 9:08 AM · gnupg (gpg22), Bug Report
BenM added a comment to T3813: GPGME error: "invalid crypto engine" in the MSYS2 version.

Slight addendum: MSYS2 isn't even part of MinGW at all, see the commentary in this bug report. Nor is it a part of Cygwin, but apparently it is a part of a fork of Cygwin.

Jul 6 2018, 4:23 AM · Python, gpgme, Bug Report
BenM closed T3813: GPGME error: "invalid crypto engine" in the MSYS2 version as Wontfix.

Not only is this not supported, but I've now confirmed that MSYS2 isn't even supported by its own project and they direct all downloaders to their MinGW-get installer.

Jul 6 2018, 3:47 AM · Python, gpgme, Bug Report

Jul 5 2018

werner lowered the priority of T3101: GnuPG 2.2 cannot import secret keys from 1.4/2.0's secring.gpg directly (if it is expired by original expiration date) from High to Normal.

We have a workaround thus lowering the priority.

Jul 5 2018, 5:07 PM · workaround, gnupg, Bug Report
werner added a comment to T4022: too-large User ID packets result in dropping an entire certificate.

It won't import that keyblock. We can fixup some trivial cases but there will always be ways to create a garbled keyblock and that is nothing we can fix. Better restore the keyblock from a backup or write a dedicated tool fsck-like tool.

Jul 5 2018, 9:04 AM · gnupg, Bug Report

Jul 4 2018

stm added a comment to T4022: too-large User ID packets result in dropping an entire certificate.

What happens, if other bad packets beside PKT_USER_ID, PKT_ATTRIBUTE, PKT_OLD_COMMENT, and PKT_COMMENT are found?

Jul 4 2018, 9:56 PM · gnupg, Bug Report
fritzle added a comment to T4053: gpg.exe 2.2.8.52634 crashes in msvcrt.dll.

Thank you for your prompt response and your suggestion for a workaround.

Jul 4 2018, 6:04 PM · i18n, gnupg, gpg4win, Bug Report
aheinecke added a subtask for T4053: gpg.exe 2.2.8.52634 crashes in msvcrt.dll: T4036: gnupg 2.2.9 release.
Jul 4 2018, 5:58 PM · i18n, gnupg, gpg4win, Bug Report
aheinecke changed the status of T4053: gpg.exe 2.2.8.52634 crashes in msvcrt.dll from Open to Testing.

Got it. The reason was a broken translation. I've opened T4054 to fix in general that broken translations can cause crashes.

Jul 4 2018, 5:57 PM · i18n, gnupg, gpg4win, Bug Report
aheinecke added a comment to T4053: gpg.exe 2.2.8.52634 crashes in msvcrt.dll.

I can reproduce it with a german windows

Jul 4 2018, 5:34 PM · i18n, gnupg, gpg4win, Bug Report