Page MenuHome GnuPG
Feed Advanced Search

Oct 18 2018

dkg added a comment to T4191: gpgme python bindings test t-callbacks.py fails on 32-bit platforms.

The error might have to do with rM46da79e3de99a7b65748994921d6aab73b9974e7 which looks like it might run afoul of 32-bit time_t (Y2K38 problem?).

Oct 18 2018, 5:33 PM · Python, gpgme, Bug Report
dkg added a comment to T4191: gpgme python bindings test t-callbacks.py fails on 32-bit platforms.

here's me running just the specific test:

Oct 18 2018, 5:20 PM · Python, gpgme, Bug Report
JJworx added a comment to T4188: moving encrypted mails out of Junk folder fails.

My pic didn't appear inline, so I'll add it again as attachment

Oct 18 2018, 12:24 PM · Bug Report, gpg4win
JJworx added a comment to T4188: moving encrypted mails out of Junk folder fails.

maybe a setting is also involved. marking the mail in the Junk folder gives:

Oct 18 2018, 12:23 PM · Bug Report, gpg4win
aheinecke claimed T4188: moving encrypted mails out of Junk folder fails.

There was a report about this in the past T3956
I tried it out then with a junk folder and for me it worked so I closed the issue as a duplicate of the general moving mail problem.

Oct 18 2018, 12:20 PM · Bug Report, gpg4win
aheinecke claimed T4193: Debug log has full content of a regular mail even when checkmarked not to have decrypted mail content.

I broke it a day before the release and didn't notice.
Since f34cd2782bc0cd6f359c14de4d4a889ec4e49a6e it accidentally logs all string allocations if one of DEBUG_TRACE DEBUG_MEMORY or DEBUG_DATA is set. The intention was that it should log when all three are set.

Oct 18 2018, 11:49 AM · Bug Report, gpg4win
werner changed the status of T3354: gpgme only builds against two versions of python at once from Open to Testing.
Oct 18 2018, 11:48 AM · Python, gpgme, Bug Report
werner triaged T4191: gpgme python bindings test t-callbacks.py fails on 32-bit platforms as High priority.
Oct 18 2018, 11:46 AM · Python, gpgme, Bug Report
werner triaged T4190: https://git.gnupg.org/ is out of date as Normal priority.
Oct 18 2018, 11:40 AM · gpgweb, Bug Report
JJworx created T4193: Debug log has full content of a regular mail even when checkmarked not to have decrypted mail content.
Oct 18 2018, 10:05 AM · Bug Report, gpg4win
dkg updated the task description for T4191: gpgme python bindings test t-callbacks.py fails on 32-bit platforms.
Oct 18 2018, 6:38 AM · Python, gpgme, Bug Report
dkg created T4191: gpgme python bindings test t-callbacks.py fails on 32-bit platforms.
Oct 18 2018, 6:38 AM · Python, gpgme, Bug Report
dkg created T4190: https://git.gnupg.org/ is out of date.
Oct 18 2018, 6:15 AM · gpgweb, Bug Report

Oct 17 2018

werner closed T4187: Error in decrypt_file function as Invalid.

That is a different python binding than what we provide with gpgme. Our gpgme based binding is called "gpg" and was formerly known as "pyme". I strongly suggest to install gpgme and not to use pip because the "gpg" module over there has not been updated for quite some time.

Oct 17 2018, 9:59 PM · Bug Report
perminder added a comment to T4187: Error in decrypt_file function.

from pip i used command
pip install gnupg

Oct 17 2018, 8:04 PM · Bug Report
werner added a comment to T4187: Error in decrypt_file function.

From where did you go that "python package gnupg==2.3.1" ?
Sorry, I can see what kind of Python code this is. It is not part of GnuPG, though.

Oct 17 2018, 5:43 PM · Bug Report
justus added a comment to T3354: gpgme only builds against two versions of python at once.

"dkg (Daniel Kahn Gillmor)" <noreply@dev.gnupg.org> writes:

what's the status on this? i'd love to be able to build binaries for
both python3.6 and 3.7 for debian. as it stands right now, the
python3.7 continuous integration test for debian is failing
https://ci.debian.net/data/autopkgtest/unstable/amd64/g/gpgme1.0/1158040/log.gz.

Oct 17 2018, 11:46 AM · Python, gpgme, Bug Report
JJworx created T4188: moving encrypted mails out of Junk folder fails.
Oct 17 2018, 10:56 AM · Bug Report, gpg4win
der.dorian added a comment to T4185: I can not import my secret private key -> always failure.

Hi Andre,

Oct 17 2018, 10:38 AM · Bug Report, gpg4win
aheinecke added a comment to T4180: Kleopatra: Crash when decrypting large archives.

I think it has something to do with the number of files. Just encrypting / decrypting a 10GB random data file did not show a problem.

Oct 17 2018, 9:56 AM · Bug Report, kleopatra, gpg4win
der.dorian added a comment to T4184: Outlook 2013 Appointments vanish when send as a E-Mail.

Hi Andre,
thanks for the fast feedback. I will wait for the 3.1.4 Release then and test it afterwards. If it still occurs i will update this thread. Thanks for your help!
All the best
Dorian

Oct 17 2018, 9:52 AM · gpgol, Bug Report, gpg4win
der.dorian added a comment to T4185: I can not import my secret private key -> always failure.

Hi Andre,
thanks for the feedback, will try this asap when i have the chance to get on the laptop of my co-worker. Will update you afterwards. Thanks for the help!
All the best
Dorian

Oct 17 2018, 9:50 AM · Bug Report, gpg4win
aheinecke claimed T4184: Outlook 2013 Appointments vanish when send as a E-Mail.

Thanks for the report. Prio High as this is data loss. I won't stop the 3.1.4 release which is currently in progress though as this issue does not appear to be a regression.

Oct 17 2018, 9:18 AM · gpgol, Bug Report, gpg4win
aheinecke claimed T4185: I can not import my secret private key -> always failure.

Your best bet is to try it on the command line to see if that provides some more useful output:

Oct 17 2018, 9:17 AM · Bug Report, gpg4win
aheinecke triaged T4173: gpgme 1.12.0 make check fails as Normal priority.

That is a strange failure. I don't see how that can happen without a legitimate bug.

Oct 17 2018, 8:21 AM · gpgme, Bug Report
perminder created T4187: Error in decrypt_file function.
Oct 17 2018, 7:37 AM · Bug Report
dkg added a comment to T3354: gpgme only builds against two versions of python at once.

what's the status on this? i'd love to be able to build binaries for both python3.6 and 3.7 for debian. as it stands right now, the python3.7 continuous integration test for debian is failing.

Oct 17 2018, 12:53 AM · Python, gpgme, Bug Report

Oct 16 2018

werner assigned T4173: gpgme 1.12.0 make check fails to aheinecke.

It seems to be a cpp problem. Andre, would you mind to take this bug?

Oct 16 2018, 11:55 PM · gpgme, Bug Report
der.dorian created T4185: I can not import my secret private key -> always failure.
Oct 16 2018, 4:23 PM · Bug Report, gpg4win
der.dorian created T4184: Outlook 2013 Appointments vanish when send as a E-Mail.
Oct 16 2018, 4:19 PM · gpgol, Bug Report, gpg4win
aheinecke added a subtask for T4141: GPGOL crash in OL2016: T4125: Gpg4win 3.1.4.
Oct 16 2018, 1:40 PM · gpgol, Bug Report, gpg4win
aheinecke changed the status of T4161: GpgOL: Attachments might be hidden in some cases from Open to Testing.
Oct 16 2018, 1:33 PM · Bug Report, gpg4win, gpgol
aheinecke added a subtask for T4161: GpgOL: Attachments might be hidden in some cases: T4125: Gpg4win 3.1.4.
Oct 16 2018, 1:33 PM · Bug Report, gpg4win, gpgol
JW-D added a comment to T4162: Mails with attachments cannot be sent.

I decided today to install the beta version and give it a try, because the final version is not yet released. I still facing major problems, see attachment. The mail will not be delivered, but Outlook does not crash as before.

Oct 16 2018, 12:02 PM · Bug Report, gpg4win
aheinecke removed a project from T4130: Non-ascii characters not shown if message is signed with a key that is not imported: Info Needed.
Oct 16 2018, 11:40 AM · gpgol, Bug Report, gpg4win
aheinecke lowered the priority of T4130: Non-ascii characters not shown if message is signed with a key that is not imported from Normal to Low.

I finally got around to look at your examples. Sorry for the delay. I can reproduce the issue and understand the problem.

Oct 16 2018, 11:39 AM · gpgol, Bug Report, gpg4win
gniibe changed the status of T3283: Set 'mym4_revision' to 0 if not a git repo from Open to Testing.

Done for libgcrypt, finally.

Oct 16 2018, 7:49 AM · libgcrypt, Bug Report
gniibe removed a project from T3283: Set 'mym4_revision' to 0 if not a git repo: ntbtls.

ntbtls adopts the way from the beginning.

Oct 16 2018, 7:24 AM · libgcrypt, Bug Report
gniibe changed External Link from https://lists.gnupg.org/pipermail/gcrypt-devel/2017-July/004215.html to https://lists.gnupg.org/pipermail/gcrypt-devel/2017-January/004080.html on T3283: Set 'mym4_revision' to 0 if not a git repo.
Oct 16 2018, 7:19 AM · libgcrypt, Bug Report

Oct 15 2018

werner closed T3377: GPA updated Swedish translation as Resolved.

Just commited. Thanks.

Oct 15 2018, 9:24 PM · gpa, i18n, patch, Bug Report
werner closed T2949: GPGME library returned unexpected error at keytable.c150 - Debian as Invalid.

The current version is 0.9.10 and the reported 0.9.5 is 4 years old. We also received no more info.

Oct 15 2018, 9:20 PM · Too Old, Bug Report, gpa
aheinecke triaged T4179: Forwarding sent mails loses attached forwarded mails as Normal priority.

Thanks for the report I'll look into it. Won't make it into the next release though as we are currently very close to the release.

Oct 15 2018, 5:31 PM · gpgol, Bug Report, gpg4win
aheinecke created T4180: Kleopatra: Crash when decrypting large archives.
Oct 15 2018, 1:41 PM · Bug Report, kleopatra, gpg4win
JJworx added a comment to T4155: Deleting encrypted mail leads to erroneous message.

I could reproduce it at first, but when trying to make a screenshot clip
from that, I couldn't reproduce it any more, no matter what. It's either
gone (mail server update?) or needs a very specific sequence of events
that is quite unlikely.

Oct 15 2018, 11:32 AM · Bug Report, gpg4win
JJworx created T4179: Forwarding sent mails loses attached forwarded mails.
Oct 15 2018, 11:26 AM · gpgol, Bug Report, gpg4win

Oct 12 2018

marcel.svitalsky added a comment to T4173: gpgme 1.12.0 make check fails.

@werner And perhaps it's worth mentioning that in my case it is gpg2 --version; gpg is 1.4.23. I have no idea whether that might play any role.

Oct 12 2018, 8:53 PM · gpgme, Bug Report
marcel.svitalsky added a comment to T4173: gpgme 1.12.0 make check fails.

@werner Hi, the version output is as follows:

Oct 12 2018, 8:49 PM · gpgme, Bug Report
werner added a project to T4173: gpgme 1.12.0 make check fails: gpgme.

Thanks for the report. I would also like to see what

Oct 12 2018, 5:31 PM · gpgme, Bug Report

Oct 11 2018

gniibe added a comment to T4068: libgcrypt 1.8.3 make check errors.

Please check your ld.so (dynamic linker) setting (/etc/ld.so.conf and/or LD_LIBRARY_PATH).

Oct 11 2018, 2:07 AM · Documentation, libgcrypt

Oct 10 2018

werner changed the status of T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key" from Open to Testing.
Oct 10 2018, 12:10 PM · gnupg (gpg22), MacOS, Bug Report
werner added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

Please put

Oct 10 2018, 12:09 PM · gnupg (gpg22), MacOS, Bug Report
werner changed the status of T4134: GnuPG: Changing the trust model once changes the default trust model from Open to Testing.
Oct 10 2018, 11:48 AM · gpg4win, gpgol, Bug Report, gnupg
gniibe removed a project from T3283: Set 'mym4_revision' to 0 if not a git repo: gpgme.

Done for gpgme.

Oct 10 2018, 6:49 AM · libgcrypt, Bug Report

Oct 9 2018

marcel.svitalsky created T4173: gpgme 1.12.0 make check fails.
Oct 9 2018, 11:11 AM · gpgme, Bug Report

Oct 8 2018

werner added a comment to T4014: when verifying signatures, gpg and gpgv should ensure signing capabilities.

Editor fault. The browser's editor is not like Emacs and here o my laptop the backspace key does not work as intended. I guess I was about to write ".. a back signature's usage flag".

Oct 8 2018, 11:49 PM · gpgv, gnupg, Bug Report
dkg added a comment to T4014: when verifying signatures, gpg and gpgv should ensure signing capabilities.

what does "back signature's usage tool" mean? can we make an addition to the test suite that ensures that bad signatures will be rejected?

Oct 8 2018, 5:07 PM · gpgv, gnupg, Bug Report
werner reopened T4014: when verifying signatures, gpg and gpgv should ensure signing capabilities as "Testing".

The fix was not fully correct because it considered a back signature's usage tool.

Oct 8 2018, 4:26 PM · gpgv, gnupg, Bug Report
p1993r added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

Hi, Has anyone found a reason why that happens. I run into the same behavior on my Windows 10 1803 computer. I have Gpg4win version 3.1.3 freshly installed and dirmngr hangs. Thanks and best regards, Peter

Oct 8 2018, 9:39 AM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Oct 5 2018

werner closed T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version> as Resolved.

I moved the location of config.h to a new "conf" subdirectory. This should solve the issue. Thanks for the report.

Oct 5 2018, 3:28 PM · gpgme, Bug Report
sberg added a comment to T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.

C++2a will have a <version> header, so some trunk libc++ headers now (indirectly) #include <version>, and on a case-insensitive file-system, when compiling a gpgme source file with "unlucky" -I../../.. switches against such trunk libc++, that can mean that such an #include <version> picks up gpgme's VERSION file.

Oct 5 2018, 1:28 PM · gpgme, Bug Report
werner added a comment to T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.

Sorry, I am not sure whether I understand the problem. Sure we have a file VERSION in the top directory but from where and why is it included? Is that some libc++ includes a file "VERSION.h" and somehow the preprocessor includes the file "VERSION"? IS that specified in a new revision of a standard?

Oct 5 2018, 12:55 PM · gpgme, Bug Report
sberg created T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.
Oct 5 2018, 10:31 AM · gpgme, Bug Report
werner added projects to T4167: Pinentry prompt is confusing with regards to multiple smartcards when gpg-agent is used as ssh-agent: gpgagent, ssh.
Oct 5 2018, 9:44 AM · Feature Request, ssh, gpgagent

Oct 4 2018

dguthrie created T4167: Pinentry prompt is confusing with regards to multiple smartcards when gpg-agent is used as ssh-agent.
Oct 4 2018, 11:19 PM · Feature Request, ssh, gpgagent

Oct 2 2018

werner triaged T4166: Improve description of PIN retry counter in the card howto as Normal priority.
Oct 2 2018, 10:02 AM · Documentation, Bug Report
werner renamed T4166: Improve description of PIN retry counter in the card howto from Improve description of PIN retry counter to Improve description of PIN retry counter in the card howto.
Oct 2 2018, 10:02 AM · Documentation, Bug Report
venture37 created T4166: Improve description of PIN retry counter in the card howto.
Oct 2 2018, 3:35 AM · Documentation, Bug Report

Oct 1 2018

aheinecke added a parent task for T4165: Dirmngr: Ipv6 causes network failure if Ipv6 can't be reached: T4163: hkps://hkps.pool.sks-keyservers.net has to many bad servers to be a good default.
Oct 1 2018, 2:39 PM · Keyserver, Feature Request, dirmngr
aheinecke created T4165: Dirmngr: Ipv6 causes network failure if Ipv6 can't be reached.
Oct 1 2018, 2:39 PM · Keyserver, Feature Request, dirmngr
aheinecke merged T4162: Mails with attachments cannot be sent into T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).
Oct 1 2018, 8:34 AM · gpgol, Bug Report
aheinecke merged task T4162: Mails with attachments cannot be sent into T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).
Oct 1 2018, 8:34 AM · Bug Report, gpg4win
aheinecke added a comment to T4162: Mails with attachments cannot be sent.

Thanks for your analysis and the report. The good news is that we had this already reported and have fixed it.

Oct 1 2018, 8:34 AM · Bug Report, gpg4win
aheinecke added a project to T4159: Kleopatra fails to create new Key Pair: gnupg.

gpg: keydb_search failed: Provided object is too short

Oct 1 2018, 8:24 AM · gnupg, Bug Report, gpg4win

Sep 30 2018

JW-D created T4162: Mails with attachments cannot be sent.
Sep 30 2018, 9:03 AM · Bug Report, gpg4win

Sep 29 2018

niggo21 added a comment to T4159: Kleopatra fails to create new Key Pair.

So these are the results for gpg -K:

Sep 29 2018, 10:36 PM · gnupg, Bug Report, gpg4win

Sep 28 2018

aheinecke triaged T4159: Kleopatra fails to create new Key Pair as Normal priority.

Thank you for your detailed report. Seems like something strange is broken on your system and our error handling does not properly cover that.

Sep 28 2018, 2:05 PM · gnupg, Bug Report, gpg4win
aheinecke added a comment to T4161: GpgOL: Attachments might be hidden in some cases.

After several experiments with attachment flags to get the same behavior outlook does for unsigned mails I could not find a way to set both the content-id and cause the attachment not to be hidden.

Sep 28 2018, 1:52 PM · Bug Report, gpg4win, gpgol
aheinecke added a comment to T4161: GpgOL: Attachments might be hidden in some cases.

The reason for this appears to be the "Content-ID", this is usually set for embedded attachments like images and not for attachments like PDF's.
This leads to the attachment being hidden, e.g. if you have embedded images you do not want them to show up in the list of attachments.

Sep 28 2018, 12:29 PM · Bug Report, gpg4win, gpgol
aheinecke added a comment to T4161: GpgOL: Attachments might be hidden in some cases.

Turns out that that was not the problem.

Sep 28 2018, 11:21 AM · Bug Report, gpg4win, gpgol
aheinecke created T4161: GpgOL: Attachments might be hidden in some cases.
Sep 28 2018, 11:17 AM · Bug Report, gpg4win, gpgol

Sep 27 2018

niggo21 created T4159: Kleopatra fails to create new Key Pair.
Sep 27 2018, 5:31 PM · gnupg, Bug Report, gpg4win

Sep 26 2018

andy added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

I ran gpgconf --kill gpg-agent and then the suggested command for i in {1..10}; do gpg -v --no-tty --verbose -o - encrypted.gpg 2>mylog.$i > /dev/null & done. (I was already running with --verbose, does -v add something else?)

Sep 26 2018, 11:09 PM · gnupg (gpg22), MacOS, Bug Report
BenM added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

In the interests of completeness I also tried it on a much larger file (1GB) which was both signed and encrypted. I also set the decryption to show the session key just to confirm it was decrypting since the plaintext was being sent to /dev/null.

Sep 26 2018, 10:58 PM · gnupg (gpg22), MacOS, Bug Report
BenM added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

I am unable to replicate this on OS X 10.9 Mavericks.

Sep 26 2018, 10:45 PM · gnupg (gpg22), MacOS, Bug Report

Sep 25 2018

werner added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

Running with -v would really be helpful.

Sep 25 2018, 11:54 AM · gnupg (gpg22), MacOS, Bug Report
aheinecke changed the status of T4141: GPGOL crash in OL2016 from Open to Testing.

This was a regression from 59e8a7ee3bcd16275091c9535626e49fc2a6c4af where a performance improvement to cache an object caused this problem.

Sep 25 2018, 11:33 AM · gpgol, Bug Report, gpg4win
aheinecke created T4156: GpgOL: ISO-8859-15 fails to be decoded.
Sep 25 2018, 11:30 AM · Bug Report, gpgol
aheinecke triaged T4155: Deleting encrypted mail leads to erroneous message as Normal priority.

Ah wait, I just remembered T4142. Maybe that is related. I'll try to reproduce that one first.

Sep 25 2018, 10:29 AM · Bug Report, gpg4win
aheinecke added a comment to T4155: Deleting encrypted mail leads to erroneous message.

Again one of these issues I can't reproduce :-/

Sep 25 2018, 10:27 AM · Bug Report, gpg4win

Sep 24 2018

JJworx created T4155: Deleting encrypted mail leads to erroneous message.
Sep 24 2018, 9:25 AM · Bug Report, gpg4win
aheinecke merged task T4129: E-Mail Adresse ändern Fehlermeldung into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 9:08 AM · gpgol, Bug Report, gpg4win
aheinecke merged T4129: E-Mail Adresse ändern Fehlermeldung into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 9:08 AM · Bug Report, gpg4win
aheinecke merged T4151: replacing eMail address causes bug into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 8:11 AM · Bug Report, gpg4win
aheinecke merged task T4151: replacing eMail address causes bug into T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 24 2018, 8:11 AM · Duplicate

Sep 22 2018

andy added a comment to T4146: GPG Agent fails in parallel: "gpg: decryption failed: No secret key".

I made a large file for testing, but it doesn't matter. There's an arbitrary parallel limit where gpg will crash.

Sep 22 2018, 11:43 PM · gnupg (gpg22), MacOS, Bug Report
werner added a comment to T4152: command 'KS_GET' failed: Operation not permitted.

Please check again with a recent upstream release or report to Debian. The release from Debian is pretty old and has a couple of non-standard patches.

Sep 22 2018, 6:44 PM · Bug Report
adrelanos triaged T4152: command 'KS_GET' failed: Operation not permitted as Normal priority.
Sep 22 2018, 10:00 AM · Bug Report
adrelanos created T4152: command 'KS_GET' failed: Operation not permitted.
Sep 22 2018, 9:56 AM · Bug Report

Sep 21 2018

kjellchr added a comment to T4130: Non-ascii characters not shown if message is signed with a key that is not imported.

updated example sent.

Sep 21 2018, 11:18 AM · gpgol, Bug Report, gpg4win

Sep 20 2018

Mr_Herisson added a comment to T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).

I confirm I have the same problem but, unfortunately, the beta did not help.

Sep 20 2018, 2:19 PM · gpgol, Bug Report