Page MenuHome GnuPG
Feed Advanced Search

Feb 21 2018

dkg added a comment to T3803: dirmngr issues malformed DNS queries.

hm, i think this is the file:

Feb 21 2018, 8:34 PM · dns, dirmngr, Bug Report
dkg created T3803: dirmngr issues malformed DNS queries.
Feb 21 2018, 8:32 PM · dns, dirmngr, Bug Report
federico.chiacchiaretta added a comment to T3802: GpgOL fails to decrypt email sent from Evolution/Apple Mail via Office365.

You can find the message attached.
Message has been saved from Outlook 2013.

Feb 21 2018, 4:36 PM · gpgol, Bug Report, gpg4win
aheinecke triaged T3802: GpgOL fails to decrypt email sent from Evolution/Apple Mail via Office365 as Normal priority.

Thanks for your report and analysis.

Feb 21 2018, 4:14 PM · gpgol, Bug Report, gpg4win

Feb 20 2018

federico.chiacchiaretta created T3802: GpgOL fails to decrypt email sent from Evolution/Apple Mail via Office365.
Feb 20 2018, 5:55 PM · gpgol, Bug Report, gpg4win

Feb 19 2018

bernhard added a comment to T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.

On saturday I could observe the problem with a fresh Windows 10 Home edition.

Feb 19 2018, 10:16 AM · gpg4win, Bug Report
bernhard updated the task description for T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.
Feb 19 2018, 10:16 AM · gpg4win, Bug Report
bernhard updated the task description for T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.
Feb 19 2018, 10:15 AM · gpg4win, Bug Report
bernhard renamed T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue from Gpg4win windows publisher signature not always correctly displayed in UAT dialogue to Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.
Feb 19 2018, 10:12 AM · gpg4win, Bug Report
werner claimed T3774: Failure to decrypt AEAD-encrypted files in some rare cases.
Feb 19 2018, 9:48 AM · gnupg, Bug Report

Feb 16 2018

jfe closed T3770: heap buffer overflow in iobuf.c as Resolved.
Feb 16 2018, 7:33 PM · g10, Bug Report
jfe added a comment to T3770: heap buffer overflow in iobuf.c.

This handles the problem, thanks.

Feb 16 2018, 7:32 PM · g10, Bug Report
aheinecke triaged T3799: No connection to the UIServer Component on Kleopatra startup as Low priority.

Kleopatra can still be used without UI Server connectivity. But this might point to a bigger issue.

Feb 16 2018, 3:13 PM · kleopatra, Bug Report, gpg4win
JochenSaalfeld created T3799: No connection to the UIServer Component on Kleopatra startup.
Feb 16 2018, 12:48 PM · kleopatra, Bug Report, gpg4win
bernhard added a comment to T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.

Here is the firefox warning

. For Gpg4win there is no such warning.

Feb 16 2018, 9:08 AM · gpg4win, Bug Report

Feb 15 2018

hanno added a comment to T1977: abort in gpgparsemail.

FYI this is still unfixed.
I think it'd be valuable to run another round of fuzzing tests, but this should be fixed before, otherwise it'll just be hit all the time and may hide other bugs.

Feb 15 2018, 3:16 PM · Bug Report
onickolay added a comment to T3795: Failure to decrypt file, encrypted with multiple passwords.

Please see the original file (hello.txt), CFB-encrypted to two passwords (hello.txt.cfb), and AEAD-encrypted (hello.txt.aead).
Passwords used are '1' and '2'.

Feb 15 2018, 12:34 PM · Bug Report, gnupg
onickolay created T3795: Failure to decrypt file, encrypted with multiple passwords in the S1 Public space.
Feb 15 2018, 12:33 PM · Bug Report, gnupg
werner added a comment to T3770: heap buffer overflow in iobuf.c.

Does this patch help? My artificial test confirmed that this does the Right Thing.

Feb 15 2018, 11:49 AM · g10, Bug Report
werner claimed T3770: heap buffer overflow in iobuf.c.
Feb 15 2018, 11:24 AM · g10, Bug Report
jfe added a comment to T3770: heap buffer overflow in iobuf.c.

Yes, that is correct.

Feb 15 2018, 10:34 AM · g10, Bug Report
gniibe added a comment to T3770: heap buffer overflow in iobuf.c.

I guess that you are running on 32-bit architecture where the function keybox_get_keyblock uses 32-bit signed size_t for image_off and image_len.

Feb 15 2018, 7:37 AM · g10, Bug Report
gniibe changed the status of T3787: Signature prompt has negated logic regarding `--only-sign-text-ids` from Open to Testing.
Feb 15 2018, 6:26 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T3787: Signature prompt has negated logic regarding `--only-sign-text-ids`.

Fixed in rGca138d5bf36a: gpg: Fix reversed messages for --only-sign-text-ids..

Feb 15 2018, 6:26 AM · gnupg (gpg22), Bug Report
gniibe claimed T3787: Signature prompt has negated logic regarding `--only-sign-text-ids`.

Thanks for your report. I'm going to fix the messages.

Feb 15 2018, 6:20 AM · gnupg (gpg22), Bug Report
uwestoehr created T3792: missing high DPI support in GPG4Win installer.
Feb 15 2018, 1:41 AM · gpg4win, Bug Report

Feb 14 2018

jfe added a comment to T3770: heap buffer overflow in iobuf.c.

That's weird, I can reproduce it with a fresh pull from dev.gnupg.org (I can't clone it because it keeps giving me an error like "no rule to make target audit-events.h) by configuring with CFLAGS set to -fsantize=address -ldl and LDFLAGS set to -lasan. I added the -ldl because of a linking error with symbol dlsym (only when -fsantize=address is present). It more specifically complains about a READ access of size 1 and heap-buffer-overflow on address 0xb30037b0. It also mentions that this address is a wild pointer. The call tree looks as follows:
iobuf_temp_with_content
keybox_get_keyblock
keydb_get_keyblock
do_export_stream
do_export
export_pubkeys
main

Feb 14 2018, 9:44 PM · g10, Bug Report
werner triaged T3783: gpg-connect-agent: `HELP` lists `SIGKEY <hexstring_with_keygrip>` but only shows `SETKEY` as Wishlist priority.
/* Print all commands.  If a help string is available and that
   starts with the command name, print the first line of the
   help string.  */

For SETKEY this is not true. To change this we would need to have an "alias" flag to tell libassuan that setkey is an alias of sigkey. Not sure whether this really makes sense.

Feb 14 2018, 5:12 PM · gpgagent, Bug Report
werner added a comment to T3770: heap buffer overflow in iobuf.c.

Can't replicate this with gcc's address sanitizer. I found a bug in kbxutil, though.
Can you post a bit more info than just line 1275?

Feb 14 2018, 4:54 PM · g10, Bug Report
aheinecke added a comment to T3769: GPG messages with empty content / not decrypted in Outlook 2010.

We confirmed in a remote session that the Titus Data Classification plugin ( https://www.titus.com/data-classification-product-collection.php#tmc ) interfered with GpgOL.

Feb 14 2018, 2:34 PM · Bug Report, gpg4win

Feb 13 2018

yawpitchroll added a comment to T3790: gpgconf --list-dirs --dry-run should not create the socket directory.

Ahh, yes you're right, in fact it is. Although after a bit of testing, Arch is both setting XDG_RUNTIME_DIR and respecting the XDG spec, and so is deleting that directory whenever any given user logs out. Given that, I'm not certain how any features of gnupg that expect /run/user/$UID to persist would work.

Feb 13 2018, 5:36 PM · gnupg, Bug Report
werner added a comment to T3790: gpgconf --list-dirs --dry-run should not create the socket directory.

That is just coincidence, ie. XDG_RUNTIME_DIR must be set to /run/user/$UID on you box.

Feb 13 2018, 4:53 PM · gnupg, Bug Report
werner claimed T3786: Unexpectedly slow decryption for AEAD (and CFB).

Thanks for this research. Two weeks ago I also did some testing and started to implement a fast track way for simple encryption(for example without signing and filters). But your path to improve iobuf is probably the more general solution.

Feb 13 2018, 12:29 PM · gnupg (gpg23), Bug Report
yawpitchroll added a comment to T3790: gpgconf --list-dirs --dry-run should not create the socket directory.

Rather surprised that it doesn't know about XDG_RUNTIME_DIR, as a stock install of gnupg on Arch will build its sockets in $XDG_RUNTIME_DIR/gnupg by default.

Feb 13 2018, 12:28 PM · gnupg, Bug Report
werner triaged T3790: gpgconf --list-dirs --dry-run should not create the socket directory as Low priority.

The --create-socketdir is not not anymore needed because the socket directory is meanwhile always created. We would need to handle the --dry-run in a special way here.

Feb 13 2018, 12:19 PM · gnupg, Bug Report
bernhard added a comment to T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.

Another observation: Just opening the file from the explorer is not enough, but once I was on the details of the digital signature, opening works. So for whatever reasons Firefox and Chromium do not trigger the security check.

Feb 13 2018, 9:41 AM · gpg4win, Bug Report
bernhard added a comment to T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.

Observation: When downloading a new version of Firefox, there is another dialog before the UAC comes and the following UAC is fine then. Question: Why does Gpg4win3.exe directly goes to the UAC and firefox.exe triggers a different dialog?

Feb 13 2018, 9:36 AM · gpg4win, Bug Report
bernhard added a comment to T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.

So I can reproduce the problem on a Windows 7 virtual machine with all important updates up to the 5th of February, 2018.

Feb 13 2018, 9:15 AM · gpg4win, Bug Report
aheinecke added a comment to T3769: GPG messages with empty content / not decrypted in Outlook 2010.

Thank you for the test :-/
So back to the drawing board.

Feb 13 2018, 8:50 AM · Bug Report, gpg4win
gniibe claimed T3781: ECC encryption key on-card generation broken.
Feb 13 2018, 5:33 AM · g10, scd, Bug Report
gniibe changed the status of T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown from Open to Testing.

HAVE_PSELECT_NO_EINTR is introduced for systems which pselect cannot be interrupted.

Feb 13 2018, 4:05 AM · gnupg, Bug Report

Feb 12 2018

hs added a comment to T3769: GPG messages with empty content / not decrypted in Outlook 2010.

Version 2.0.7-beta6
Test 1 (without S/MIME support):
encrypted e-mail shown as plain text (-----BEGIN PGP MESSAGE----- ...), can be decrypted via clipboard and GPA.
Sent message shows same plain text as received one.
No encryption icon in Outlook Inbox.

Feb 12 2018, 4:11 PM · Bug Report, gpg4win
aheinecke added a comment to T3769: GPG messages with empty content / not decrypted in Outlook 2010.

The changes are made as described. Could you please try:

Feb 12 2018, 3:29 PM · Bug Report, gpg4win
aheinecke added a comment to T3769: GPG messages with empty content / not decrypted in Outlook 2010.

Trying to reproduce this / staring down the log, I think I might have found the problem.

Feb 12 2018, 2:39 PM · Bug Report, gpg4win
yawpitchroll updated the task description for T3790: gpgconf --list-dirs --dry-run should not create the socket directory.
Feb 12 2018, 2:34 PM · gnupg, Bug Report
yawpitchroll created T3790: gpgconf --list-dirs --dry-run should not create the socket directory.
Feb 12 2018, 2:33 PM · gnupg, Bug Report
lapo updated the task description for T3787: Signature prompt has negated logic regarding `--only-sign-text-ids`.
Feb 12 2018, 9:47 AM · gnupg (gpg22), Bug Report
lapo created T3787: Signature prompt has negated logic regarding `--only-sign-text-ids`.
Feb 12 2018, 9:47 AM · gnupg (gpg22), Bug Report

Feb 11 2018

jukivili added a comment to T3786: Unexpectedly slow decryption for AEAD (and CFB).

Here's patches I used for testing. First is hack for disabing SHA1+RMD160 'old GPG LITERAL+SIG case' and second is 'iobuf_get to iobuf_read' optimization.


Feb 11 2018, 1:34 PM · gnupg (gpg23), Bug Report
jukivili created T3786: Unexpectedly slow decryption for AEAD (and CFB).
Feb 11 2018, 1:31 PM · gnupg (gpg23), Bug Report

Feb 10 2018

cipherpunks added a comment to T3751: man page syntax mentions token "[args]" but then does not define it.

What's in daily use for 15 yrs? GPGME? I thought GPGME was new, but in any case it's broken in the cases mentioned in that thread.

Feb 10 2018, 10:53 PM · Documentation, Bug Report

Feb 7 2018

paride closed T3784: Photo IDs gets signed even when --only-sign-text-ids is specified as Invalid.
Feb 7 2018, 5:40 PM · Bug Report
paride changed Version from 2.2.4 (Debian) to 2.2.4 (up-to-date Debian sid) on T3784: Photo IDs gets signed even when --only-sign-text-ids is specified.
Feb 7 2018, 5:22 PM · Bug Report
paride updated the task description for T3784: Photo IDs gets signed even when --only-sign-text-ids is specified.
Feb 7 2018, 5:22 PM · Bug Report
hs added a comment to T3769: GPG messages with empty content / not decrypted in Outlook 2010.

This is the log output for sending a GPG message to myself:


I had overwritten all name characters in the message above. Here is an original message:

Feb 7 2018, 3:52 PM · Bug Report, gpg4win
paride updated the task description for T3784: Photo IDs gets signed even when --only-sign-text-ids is specified.
Feb 7 2018, 2:32 PM · Bug Report
paride renamed T3784: Photo IDs gets signed even when --only-sign-text-ids is specified from Photo IDs gets signed even with --only-sign-text-ids is specified to Photo IDs gets signed even when --only-sign-text-ids is specified.
Feb 7 2018, 2:24 PM · Bug Report
paride created T3784: Photo IDs gets signed even when --only-sign-text-ids is specified.
Feb 7 2018, 2:21 PM · Bug Report
jmmarosi added a comment to T3401: GPGOL causes Outlook 2016 to hang when signing and Kleopatra is not yet open.

So I tried this on Outlook 2016 MSO (16.0.4639.1000) 32-Bit

Feb 7 2018, 12:16 PM · gpgol, gpg4win, Bug Report
paride added a comment to T3782: `gpg --sign-key` has prompt implies attempting to sign revoked User IDs even though it won't..

I also think that when calling sign from the --edit-key interactive menu the experience should be a bit different. Instead of listing all the UIDs (even the revoked one) and then warning about the impossibility to sign some of them, it would be better to re-list only the UIDs that are going to be signed. In case --only-sign-text-ids is specified, the non-text UIDs should be stripped from this list too.

Feb 7 2018, 10:54 AM · Feature Request, gnupg
gniibe added a comment to T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.

I think that it's the kernel problem in NetBSD, where signal to self cannot result EINTR for pselect.
Well, something like rG031e3fa7b9a6: scd: Wake up the select when new USB scan. can be applied, I suppose.
Let's see for configure.ac and HAVE_PSELECT_EINTR.

Feb 7 2018, 2:40 AM · gnupg, Bug Report
gniibe renamed T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown from scdaemon should be killed when its parent (gpg-agent) is going to shutdown to NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 7 2018, 2:38 AM · gnupg, Bug Report

Feb 6 2018

dkg created T3783: gpg-connect-agent: `HELP` lists `SIGKEY <hexstring_with_keygrip>` but only shows `SETKEY`.
Feb 6 2018, 10:36 PM · gpgagent, Bug Report
dkg created T3782: `gpg --sign-key` has prompt implies attempting to sign revoked User IDs even though it won't..
Feb 6 2018, 7:59 PM · Feature Request, gnupg
werner added projects to T3773: private subkeys are never deleted on non-master instances: gnupg (gpg22), OpenPGP.
Feb 6 2018, 6:30 PM · Info Needed, OpenPGP, gnupg (gpg22), Bug Report
werner added a comment to T3773: private subkeys are never deleted on non-master instances.

2.1.15 is a pretty old version. Please help us and try to replicate this with a 2.2 version and also give a log of the --delete-secret-and-public-key and --list-secret-key commands.

Feb 6 2018, 6:30 PM · Info Needed, OpenPGP, gnupg (gpg22), Bug Report
jfe added a comment to T3780: Integer overflow causes heap overflow in parse_symkeyenc() in file g10/parse-packet.c.

Great, thanks for the quick response!

Feb 6 2018, 6:25 PM · g10, Bug Report
Arnaud updated the task description for T3781: ECC encryption key on-card generation broken.
Feb 6 2018, 6:12 PM · g10, scd, Bug Report
Arnaud updated the task description for T3781: ECC encryption key on-card generation broken.
Feb 6 2018, 6:11 PM · g10, scd, Bug Report
Arnaud created T3781: ECC encryption key on-card generation broken.
Feb 6 2018, 6:10 PM · g10, scd, Bug Report
werner closed T3780: Integer overflow causes heap overflow in parse_symkeyenc() in file g10/parse-packet.c as Resolved.

Thanks for testing. I recall that I wanted to update the checking but a phonecall disturbed my hacking sequence; should have used DND.

Feb 6 2018, 5:47 PM · g10, Bug Report
jfe updated the task description for T3780: Integer overflow causes heap overflow in parse_symkeyenc() in file g10/parse-packet.c.
Feb 6 2018, 1:12 PM · g10, Bug Report
jfe created T3780: Integer overflow causes heap overflow in parse_symkeyenc() in file g10/parse-packet.c.
Feb 6 2018, 1:10 PM · g10, Bug Report
mbirth created T3779: pinentry-curses broken when launched from tig that's launched from mc.
Feb 6 2018, 11:59 AM · Documentation, pinentry, Bug Report
aheinecke triaged T3769: GPG messages with empty content / not decrypted in Outlook 2010 as High priority.

Does this happen to you for all mails or just some? From the GpgOLXXX.dat I can't see anything wrong.
My expectation is that something goes wrong when updating the plain text into the message viewer. Again, could you please attach the GpgOL Debug output? That might help.

Feb 6 2018, 10:38 AM · Bug Report, gpg4win
aheinecke triaged T3771: Strange GUI artefacts left after sending email as Normal priority.

I have not seen this. But I suspect that it would be fixed if our encryption no longer causes Outlook to become "unresponsive". I'm already working on this for T3509 and have a development version which already does the encryption in a way that the pinentry / key resolution are just a modal dialog over outlook and no longer block the GUI of Outlook completely.

Feb 6 2018, 10:25 AM · gpgol, Bug Report
bernhard updated the task description for T3355: GpgOL does not detect some OpenPGP NO-MIME mail body and attachments (multipart/related).
Feb 6 2018, 9:12 AM · gpgol, Bug Report
gniibe triaged T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown as Normal priority.
Feb 6 2018, 8:44 AM · gnupg, Bug Report
gniibe updated the task description for T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 6 2018, 8:43 AM · gnupg, Bug Report
gniibe claimed T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 6 2018, 7:55 AM · gnupg, Bug Report
gniibe created T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 6 2018, 7:54 AM · gnupg, Bug Report

Feb 5 2018

Johnnyleone created T3777: GpgOL cannot verify greater than level 0 if addresses are capitalized .
Feb 5 2018, 5:21 PM · gpg4win, gpgol, Bug Report

Feb 3 2018

onickolay added a comment to T3774: Failure to decrypt AEAD-encrypted files in some rare cases.

Feb 3 2018, 11:56 AM · gnupg, Bug Report
onickolay created T3774: Failure to decrypt AEAD-encrypted files in some rare cases.
Feb 3 2018, 11:55 AM · gnupg, Bug Report
marklundeberg created T3773: private subkeys are never deleted on non-master instances.
Feb 3 2018, 3:53 AM · Info Needed, OpenPGP, gnupg (gpg22), Bug Report
werner triaged T3770: heap buffer overflow in iobuf.c as Unbreak Now! priority.
Feb 3 2018, 1:30 AM · g10, Bug Report

Feb 2 2018

dkg created T3772: gpg-zip fails with recipient names that have whitespace in them.
Feb 2 2018, 11:47 PM · gpgtar, Bug Report
ralfbergs created T3771: Strange GUI artefacts left after sending email.
Feb 2 2018, 7:13 PM · gpgol, Bug Report
jfe created T3770: heap buffer overflow in iobuf.c.
Feb 2 2018, 4:28 PM · g10, Bug Report
hs updated the task description for T3769: GPG messages with empty content / not decrypted in Outlook 2010.
Feb 2 2018, 3:26 PM · Bug Report, gpg4win
hs renamed T3769: GPG messages with empty content / not decrypted in Outlook 2010 from GPG messages with empty cotent / not decrypted in Outlook 2010 to GPG messages with empty content / not decrypted in Outlook 2010.
Feb 2 2018, 3:25 PM · Bug Report, gpg4win
hs created T3769: GPG messages with empty content / not decrypted in Outlook 2010.
Feb 2 2018, 3:24 PM · Bug Report, gpg4win

Feb 1 2018

kristianf added a comment to T3331: gpg: Address family not supported by protocol if kernel doesn't support ipv6.

The patch is available in our downstream bugtracker as attachment to https://bugs.gentoo.org/646194

Feb 1 2018, 2:16 PM · gnupg (gpg22), dirmngr, Bug Report
mgorny added a comment to T3331: gpg: Address family not supported by protocol if kernel doesn't support ipv6.

This can easily be solved by adding two more cases to handle_send_request_error(): for GPG_ERR_EADDRNOTAVAIL (that's IPv6 disabled via procfs) and GPG_ERR_EAFNOSUPPORT (that's missing kernel support). Normally I'd submit a patch but I don't care enough to jump through all the hoops just to get two-line change in.

Feb 1 2018, 1:40 PM · gnupg (gpg22), dirmngr, Bug Report

Jan 31 2018

werner triaged T3751: man page syntax mentions token "[args]" but then does not define it as Low priority.

Come on, it is in daily use for 15 years. MUA which can't handle MIME at all but PGP are still able to decrypt PGP/MIME. That is why ME specified PGP/MIME this way.

Jan 31 2018, 7:26 PM · Documentation, Bug Report
jukivili claimed T3764: AES-GCM bug for len(IV) != 96.
Jan 31 2018, 7:02 PM · libgcrypt, Bug Report
Valodim added a comment to T3766: GnuPG should reject keys that are subkeys of itself.

uploaded the offending key for reference:

Jan 31 2018, 4:27 PM · gnupg (gpg22), Feature Request
Valodim created T3766: GnuPG should reject keys that are subkeys of itself.
Jan 31 2018, 4:26 PM · gnupg (gpg22), Feature Request

Jan 30 2018

gniibe created T3764: AES-GCM bug for len(IV) != 96.
Jan 30 2018, 12:14 PM · libgcrypt, Bug Report
aheinecke added a parent task for T3761: Kleopatra: Crash After Verifying Detached Signature: T3742: Gpg4win 3.1.0.
Jan 30 2018, 8:16 AM · gpg4win, kleopatra, Bug Report