Page MenuHome GnuPG
Feed Advanced Search

Sep 12 2017

werner triaged T3394: "gpgconf --list-options gpg-agent" fails if bad option is present in ~/.gnupg/gpg-agent.conf as Normal priority.
Sep 12 2017, 9:30 AM · Documentation, Bug Report, gpgagent
werner added a project to T3401: GPGOL causes Outlook 2016 to hang when signing and Kleopatra is not yet open: gpg4win.
Sep 12 2017, 9:28 AM · gpgol, gpg4win, Bug Report
werner added a project to T3402: Kleopatra prompts for signing cert when sending signed email, even when told not to: gpg4win.
Sep 12 2017, 9:28 AM · gpg4win, Bug Report
werner added a project to T3403: Kleopatra cannot certify "for all to see" two times in a row: gpg4win.
Sep 12 2017, 9:27 AM · gpg4win, Bug Report
werner triaged T3404: gpgv warns about "--compliance=gnupg mode" but does not support --compliance=gnupg as an argument as Normal priority.
Sep 12 2017, 9:27 AM · gnupg (gpg22), gpgv, Bug Report

Sep 11 2017

flarestarwingz created T3405: GPA Key ring lists all Algorithms as rsa4096.
Sep 11 2017, 12:17 PM · gpa, Bug Report

Sep 9 2017

dkg created T3404: gpgv warns about "--compliance=gnupg mode" but does not support --compliance=gnupg as an argument.
Sep 9 2017, 7:20 PM · gnupg (gpg22), gpgv, Bug Report
tbehrens created T3403: Kleopatra cannot certify "for all to see" two times in a row.
Sep 9 2017, 10:43 AM · gpg4win, Bug Report
tbehrens created T3402: Kleopatra prompts for signing cert when sending signed email, even when told not to.
Sep 9 2017, 10:15 AM · gpg4win, Bug Report
tbehrens created T3401: GPGOL causes Outlook 2016 to hang when signing and Kleopatra is not yet open.
Sep 9 2017, 10:04 AM · gpgol, gpg4win, Bug Report

Sep 8 2017

dkg created T3398: fingerprint-based import screener is no defense against malice.
Sep 8 2017, 5:34 PM · gnupg24, gnupg (gpg23), Feature Request
attila.lendvai added a comment to T3391: cannot import subkey that was once marked to be on a card.

success, thank you for the help!

Sep 8 2017, 1:06 PM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
gniibe claimed T3391: cannot import subkey that was once marked to be on a card.
Sep 8 2017, 12:48 PM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
gniibe added a comment to T3391: cannot import subkey that was once marked to be on a card.

In GnuPG 2.1, secret keys are under control of gpg-agent. Currently, it is not deleted by gpg frontend.
Please run:

$ gpg -K --with-keygrip
Sep 8 2017, 12:48 PM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
attila.lendvai updated the task description for T3391: cannot import subkey that was once marked to be on a card.
Sep 8 2017, 12:12 PM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
gniibe triaged T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure. as Normal priority.
Sep 8 2017, 9:20 AM · Bug Report, gnupg (gpg22)
werner added a comment to T3394: "gpgconf --list-options gpg-agent" fails if bad option is present in ~/.gnupg/gpg-agent.conf.

The only mitigation I can see for this is a better error message.

Sep 8 2017, 7:59 AM · Documentation, Bug Report, gpgagent
dkg added a comment to T3278: explicit key expiration date/time is interpreted as UTC, is echoed back using local time, confusion ensues.

I think any existing script that assumes UTC should add an explicit Z suffix. (that is, i don't think the breakage is a big deal, and anyone writing scripts that needs this kind of precision will be more likely be thankful that we have a sensible, normalized interface).

Sep 8 2017, 7:30 AM · gnupg24, gnupg (gpg23), Documentation, Bug Report
gniibe added a comment to T3278: explicit key expiration date/time is interpreted as UTC, is echoed back using local time, confusion ensues.

It is pretty much confusing. When a user specify in YYYY-MM-DD format with no hh:mm:ss, it is interpreted as local time (noon of that day).
When a user adding Thh:mm:ss, it is UTC.

Sep 8 2017, 7:15 AM · gnupg24, gnupg (gpg23), Documentation, Bug Report
gniibe added a comment to T3278: explicit key expiration date/time is interpreted as UTC, is echoed back using local time, confusion ensues.

While I confirmed that GnuPG interprets YYYY-MM-DDThh:mm:ss in UTC (which should be interpret as local time according to ISO-8601), I don't know how we can fix this.
If I change the interpretation of GnuPG (possibly supporting the format with Z suffix and timezone), it may break existing script which assumes UTC.

Sep 8 2017, 6:44 AM · gnupg24, gnupg (gpg23), Documentation, Bug Report
gniibe claimed T3278: explicit key expiration date/time is interpreted as UTC, is echoed back using local time, confusion ensues.

Bug confirmed in rGa766a37290cf: Print keyid in gpg --list-packets..

Sep 8 2017, 6:24 AM · gnupg24, gnupg (gpg23), Documentation, Bug Report
gniibe added a comment to T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure..

When Thhmmzz is specified, no adding 12 hours, that's the intention of the code, I suppose.
However, the implementation is wrong, since the beginning (not supporting "Z" or timezone for ISO-8601. interpret the string as UTC).
I will take that, too.

Sep 8 2017, 6:23 AM · Bug Report, gnupg (gpg22)
dkg added a comment to T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure..

Is it possible that this is related to T3278 ?

Sep 8 2017, 6:11 AM · Bug Report, gnupg (gpg22)
gniibe claimed T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure..

I think that adding 12 hours by parse_expire_string make sense.
The test suite should be fixed.
I will.

Sep 8 2017, 6:10 AM · Bug Report, gnupg (gpg22)
dkg added a comment to T3278: explicit key expiration date/time is interpreted as UTC, is echoed back using local time, confusion ensues.

fwiw, i agree that GnuPG should interpret these as ISO-8601 strings. At the very least:

Sep 8 2017, 6:09 AM · gnupg24, gnupg (gpg23), Documentation, Bug Report
dkg added a comment to T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure..

Nice find, @gniibe ! So this looks like a bug either in GnuPG's test suite, or in parse_expire_string, right? How do you think it should be addressed?

Sep 8 2017, 5:46 AM · Bug Report, gnupg (gpg22)
gniibe added a comment to T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure..

In the log, I found:

Sep 8 2017, 4:18 AM · Bug Report, gnupg (gpg22)
gniibe added a comment to T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure..

Possibly, timezone (of build machine) matters.

Sep 8 2017, 4:04 AM · Bug Report, gnupg (gpg22)
dkg created T3394: "gpgconf --list-options gpg-agent" fails if bad option is present in ~/.gnupg/gpg-agent.conf in the S1 Public space.
Sep 8 2017, 2:45 AM · Documentation, Bug Report, gpgagent
dkg created T3393: quick-key-manipulation.scm tests fail on reproducible-builds infrastructure. in the S1 Public space.
Sep 8 2017, 2:15 AM · Bug Report, gnupg (gpg22)

Sep 7 2017

dkg created T3392: keyserver default should include pool onionbalance hkp://jirk5u4osbsr34t5.onion.
Sep 7 2017, 4:49 PM · Too Old, Keyserver, Feature Request, dirmngr
attila.lendvai created T3391: cannot import subkey that was once marked to be on a card.
Sep 7 2017, 4:00 PM · Restricted Project, gpgagent, scd, gnupg, OpenPGP, Bug Report
gniibe claimed T2964: dirmngr and gpg-agent should work automatically even when GNUPGHOME is larger than sun_path.
Sep 7 2017, 12:35 AM · Stalled, scd, gpgagent, Bug Report, gnupg, dirmngr

Sep 6 2017

gniibe triaged T3386: gnupg: make check fails on cygwin on 64-bit Windows as Low priority.

Please try this patch:

Sep 6 2017, 11:45 AM · Windows 64, gnupg, Bug Report
gniibe triaged T3384: general ipc error building libassuan on cygwin as Low priority.
Sep 6 2017, 11:32 AM · Windows, libassuan, Bug Report
gniibe changed the status of T3384: general ipc error building libassuan on cygwin from Open to Testing.
Sep 6 2017, 11:31 AM · Windows, libassuan, Bug Report
gniibe added a comment to T3384: general ipc error building libassuan on cygwin.

Please try: rA87c2bb5708ff: We can't support fd passing, if the system doesn't support it.
It disables the particular test.

Sep 6 2017, 11:31 AM · Windows, libassuan, Bug Report
gniibe claimed T3384: general ipc error building libassuan on cygwin.

I think that file descriptor passing is not supported on Cygwin.
We should disable the feature of libassuan.

Sep 6 2017, 11:29 AM · Windows, libassuan, Bug Report
wilfriedh created T3388: Kleopatra does not offer ascii armor.
Sep 6 2017, 11:15 AM · gpg4win, Bug Report
wilfriedh created T3387: explorer context menu items do not start Kleopatra.
Sep 6 2017, 10:51 AM · gpgex, gpg4win, Bug Report
gniibe closed T2447: macport compile failed in libassuan-2.4.3 due to undefine _POSIX_C_SOURCE as Resolved.

It will be in the next release (2.4.4).
Thanks for reporting.

Sep 6 2017, 8:40 AM · MacOS, Bug Report, libassuan
gniibe claimed T2447: macport compile failed in libassuan-2.4.3 due to undefine _POSIX_C_SOURCE.

The description of this bug report is not correct.
_POSIX_C_SOURCE should *not* be defined to use INADDR_LOOPBACK for the system.

Sep 6 2017, 8:37 AM · MacOS, Bug Report, libassuan
gniibe closed T3371: Ohhhh jeeee: ... this is a bug (getkey.c:3284:merge_selfsigs) as Resolved.

With following files, I managed to emulate similar experiment. My intention is to replicate.

Sep 6 2017, 4:07 AM · Bug Report
bjmgeek added a project to T3384: general ipc error building libassuan on cygwin: Windows.
Sep 6 2017, 12:23 AM · Windows, libassuan, Bug Report
bjmgeek merged task T3385: general ipc error building libassuan on cygwin into T3384: general ipc error building libassuan on cygwin.
Sep 6 2017, 12:23 AM · Bug Report
bjmgeek merged T3385: general ipc error building libassuan on cygwin into T3384: general ipc error building libassuan on cygwin.
Sep 6 2017, 12:23 AM · Windows, libassuan, Bug Report

Sep 5 2017

bjmgeek created T3386: gnupg: make check fails on cygwin on 64-bit Windows.
Sep 5 2017, 8:14 PM · Windows 64, gnupg, Bug Report
bjmgeek created T3385: general ipc error building libassuan on cygwin.
Sep 5 2017, 7:42 PM · Bug Report
bjmgeek created T3384: general ipc error building libassuan on cygwin.
Sep 5 2017, 7:33 PM · Windows, libassuan, Bug Report
gniibe added a comment to T3371: Ohhhh jeeee: ... this is a bug (getkey.c:3284:merge_selfsigs).

For me, I cannot replicate this issue with 2.1.20, either.

Sep 5 2017, 12:32 PM · Bug Report
gniibe added a comment to T3371: Ohhhh jeeee: ... this is a bug (getkey.c:3284:merge_selfsigs).

I tried to reproduce the problem with gpg-2.1.22 or later, but I couldn't.
What I did was:
(1) Prepare expired key of 2D182910, by removing three signature of current public key.
(2) Set "ultimate" trust with the key.
(3) Import current public key of 2D182910.

Sep 5 2017, 12:10 PM · Bug Report
gniibe added a parent task for T3383: scdaemon option 'card-timeout' does not have any effect: T3362: Prevent Smartcard from caching PIN when cache-ttl is set accordingly.
Sep 5 2017, 3:50 AM · Documentation, scd, Bug Report
gniibe claimed T3383: scdaemon option 'card-timeout' does not have any effect.

Let me explain the situation.

Sep 5 2017, 3:49 AM · Documentation, scd, Bug Report

Sep 4 2017

nitroalex created T3383: scdaemon option 'card-timeout' does not have any effect.
Sep 4 2017, 10:04 PM · Documentation, scd, Bug Report
ariane added a comment to T3381: dirmngr won't start on Windows 10 with admin level account.

No, there isn't any error message or output, and it not accept any input.
Here is a GIF capture, but may not helpful.

Sep 4 2017, 8:05 PM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report
bernhard added a comment to T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.

@aheinecke thanks for your findings.

Sep 4 2017, 11:51 AM · gpg4win, Bug Report
aheinecke added a comment to T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.

I suspect CRL / Root certificate fetching because it works after you once manually investigated the certificate chain through -> Properties -> Digital Signatures.

Sep 4 2017, 8:41 AM · gpg4win, Bug Report
werner added projects to T3381: dirmngr won't start on Windows 10 with admin level account: Windows, dirmngr.

dirmngr is meanwhile an integral part of GnuPG. The old 1.1 dirmngr is entire obsosolete and won't do what gpg expects from it. To better diagnose the problem you can do this:

Sep 4 2017, 8:30 AM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Sep 3 2017

ariane created T3381: dirmngr won't start on Windows 10 with admin level account.
Sep 3 2017, 6:26 AM · libassuan, Restricted Project, gpg4win, dirmngr, Windows, Bug Report

Aug 31 2017

JochenSaalfeld updated subscribers of T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.
Aug 31 2017, 1:33 PM · gpg4win, Bug Report
JochenSaalfeld created T3379: Gpg4win windows publisher signature not always correctly displayed in UAC dialogue.
Aug 31 2017, 1:32 PM · gpg4win, Bug Report
werner triaged T3378: gpg-agent.exe hanging after left to idle for a while as High priority.
Aug 31 2017, 12:28 PM · Windows, libassuan, gpgagent, Bug Report
werner triaged T3377: GPA updated Swedish translation as Normal priority.

Thanks. That reminds me again that a GPA release is due.

Aug 31 2017, 12:26 PM · gpa, i18n, patch, Bug Report
gniibe closed T3027: gpg-agent crash on macOS Sierra triggerd by ssh as Resolved.

Given no feedback, I'm closing this issue.
If there is still problem, please reopen.

Aug 31 2017, 10:26 AM · Bug Report, gpgagent, gnupg
Kelbom68 created T3378: gpg-agent.exe hanging after left to idle for a while.
Aug 31 2017, 12:40 AM · Windows, libassuan, gpgagent, Bug Report

Aug 30 2017

gusnan created T3377: GPA updated Swedish translation.
Aug 30 2017, 11:01 PM · gpa, i18n, patch, Bug Report

Aug 29 2017

wiz added a comment to T2919: fix gpgme/gpgsm pipe server session with use_descriptor_passing (was: mutt + gpgme problems with some Outlook S/MIME emails).

I think bad.trace is very similar in the errors (chan_9 instead of chan_7); the difference is probably that the "bad mail" is not using a detached signature (possibly even encrypted), so mutt cannot find the body without actually decoding the message through gpgsm; the "good mail " is using a detached signature, and the body is the first part of a multi-part message which mutt can decode itself; it still can't verify the signature.

Aug 29 2017, 11:01 PM · gpgme, Bug Report
marcus triaged T3366: Secret keys won't delete as Low priority.
Aug 29 2017, 5:17 PM · gnupg, Windows 32, gpg4win, Bug Report
werner triaged T3375: t-secmem test failure on ppc64le / musl c-library as Normal priority.

I recall something about this on our mailing list.

Aug 29 2017, 5:17 PM · libgcrypt, Bug Report
stbuehler added a comment to T2919: fix gpgme/gpgsm pipe server session with use_descriptor_passing (was: mutt + gpgme problems with some Outlook S/MIME emails).

I think bad.trace is very similar in the errors (chan_9 instead of chan_7); the difference is probably that the "bad mail" is not using a detached signature (possibly even encrypted), so mutt cannot find the body without actually decoding the message through gpgsm; the "good mail " is using a detached signature, and the body is the first part of a multi-part message which mutt can decode itself; it still can't verify the signature.

Aug 29 2017, 3:24 PM · gpgme, Bug Report
wiz added a comment to T2919: fix gpgme/gpgsm pipe server session with use_descriptor_passing (was: mutt + gpgme problems with some Outlook S/MIME emails).

I just had a look at good.trace and it seems gpgsm --server exits instantly (chan_7 <- [eof]). The path seems to be correct though (/usr/pkg/bin/gpgsm), and /usr/pkg/bin/gpgsm --version reads (the first 79 bytes):

gpgsm (GnuPG) 2.1.18
libgcrypt 1.7.6
libksba 1.3.5
Copyright (C) 2017 Free Soft

The --version call passes the full path in argv[0] (but the full path is always passed as first argument to execv, so it shouldn't make a difference).

Sadly it seems there is no error message from gpgsm, and also the exit code isn't shown. Maybe you could try running gpgsm --server manually; it should greet you with OK GNU Privacy Guard's S/M server * ready. An strace log might provide more insight why gpgsm --server fails.

Aug 29 2017, 12:59 PM · gpgme, Bug Report
gniibe added a comment to T3375: t-secmem test failure on ppc64le / musl c-library.

In Fedora, they use this patch:
https://src.fedoraproject.org/rpms/libgcrypt/blob/6c13b08816b206b3ff2bab09fe55157cb3417fd1/f/libgcrypt-1.8.0-build.patch

Aug 29 2017, 12:13 PM · libgcrypt, Bug Report
fabled created T3375: t-secmem test failure on ppc64le / musl c-library.
Aug 29 2017, 10:55 AM · libgcrypt, Bug Report

Aug 28 2017

werner triaged T3374: gpg recv-keys fail if first dns server end up with "Connection refused" as Normal priority.
Aug 28 2017, 7:34 PM · dns, dirmngr, Bug Report
kolorafa created T3374: gpg recv-keys fail if first dns server end up with "Connection refused".
Aug 28 2017, 2:15 PM · dns, dirmngr, Bug Report
werner moved T2917: --locate-key should re-fetch key via WKD if it is expired from Blocker to Backlog on the gnupg (gpg22) board.
Aug 28 2017, 9:59 AM · gnupg (gpg22), Bug Report

Aug 27 2017

werner triaged T3373: Unusual incompatibility with PGP6 PhotoID's as Low priority.

IIRC, rfc2440 did not forbid partial length encoding for key-material so gpg could use that. rfc4880 limits partial length encoding to non-key-material which causes this error message.

Aug 27 2017, 9:04 PM · OpenPGP, gnupg, Bug Report
Kelbom68 created T3373: Unusual incompatibility with PGP6 PhotoID's.
Aug 27 2017, 7:04 PM · OpenPGP, gnupg, Bug Report
elonsatoshi added a comment to T2968: gpg --search: Connection closed in DNS.

Well, I'm able to reproduce this issue on Parabola. I was also get a different error when I turn off my vpn: `server indicated a failure```, but now I get the dns error again.

elonsatoshi@tyger ~> gpg -vvv --debug-level guru --search elonsatoshi@riseup.net
gpg: using character set 'utf-8'
gpg: enabled debug flags: packet mpi crypto filter iobuf memory cache memstat trust hashing ipc clock lookup extprog
gpg: DBG: [not enabled in the source] start
gpg: DBG: chan_3 <- # Home: /home/elonsatoshi/.gnupg
gpg: DBG: chan_3 <- # Config: [none]
gpg: DBG: chan_3 <- OK Dirmngr 2.1.23 at your service
gpg: DBG: connection to the dirmngr established
gpg: DBG: chan_3 -> GETINFO version
gpg: DBG: chan_3 <- D 2.1.23
gpg: DBG: chan_3 <- OK
gpg: DBG: chan_3 -> KEYSERVER --clear hkps://pgp.mit.edu/
gpg: DBG: chan_3 <- OK
gpg: DBG: chan_3 -> KS_SEARCH -- elonsatoshi@riseup.net
gpg: DBG: chan_3 <- ERR 167772876 Connection closed in DNS <Dirmngr>
gpg: error searching keyserver: Connection closed in DNS
gpg: keyserver search failed: Connection closed in DNS
gpg: DBG: chan_3 -> BYE
gpg: DBG: [not enabled in the source] stop
gpg: keydb: handles=0 locks=0 parse=0 get=0
gpg:        build=0 update=0 insert=0 delete=0
gpg:        reset=0 found=0 not=0 cache=0 not=0
gpg: kid_not_found_cache: count=0 peak=0 flushes=0
gpg: sig_cache: total=0 cached=0 good=0 bad=0
gpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0
              outmix=0 getlvl1=0/0 getlvl2=0/0
gpg: rndjent stat: collector=0x0000000000000000 calls=0 bytes=0
gpg: secmem usage: 0/32768 bytes in 0 blocks
elonsatoshi@tyger ~> sudo rc-service openvpn stop
[sudo] password for elonsatoshi: 
 * WARNING: openvpn is already stopped
elonsatoshi@tyger ~> pidof openvpn
elonsatoshi@tyger ~> gpg -vvv --debug-level guru --search elonsatoshi@riseup.net
gpg: using character set 'utf-8'
gpg: enabled debug flags: packet mpi crypto filter iobuf memory cache memstat trust hashing ipc clock lookup extprog
gpg: DBG: [not enabled in the source] start
gpg: DBG: chan_3 <- # Home: /home/elonsatoshi/.gnupg
gpg: DBG: chan_3 <- # Config: [none]
gpg: DBG: chan_3 <- OK Dirmngr 2.1.23 at your service
gpg: DBG: connection to the dirmngr established
gpg: DBG: chan_3 -> GETINFO version
gpg: DBG: chan_3 <- D 2.1.23
gpg: DBG: chan_3 <- OK
gpg: DBG: chan_3 -> KEYSERVER --clear hkps://pgp.mit.edu/
gpg: DBG: chan_3 <- OK
gpg: DBG: chan_3 -> KS_SEARCH -- elonsatoshi@riseup.net
gpg: DBG: chan_3 <- ERR 167772876 Connection closed in DNS <Dirmngr>
gpg: error searching keyserver: Connection closed in DNS
gpg: keyserver search failed: Connection closed in DNS
gpg: DBG: chan_3 -> BYE
gpg: DBG: [not enabled in the source] stop
gpg: keydb: handles=0 locks=0 parse=0 get=0
gpg:        build=0 update=0 insert=0 delete=0
gpg:        reset=0 found=0 not=0 cache=0 not=0
gpg: kid_not_found_cache: count=0 peak=0 flushes=0
gpg: sig_cache: total=0 cached=0 good=0 bad=0
gpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0
              outmix=0 getlvl1=0/0 getlvl2=0/0
gpg: rndjent stat: collector=0x0000000000000000 calls=0 bytes=0
gpg: secmem usage: 0/32768 bytes in 0 blocks
Aug 27 2017, 4:58 PM · Info Needed, gnupg (gpg22), Bug Report, Debian, Keyserver, dirmngr
toralf added a comment to T3371: Ohhhh jeeee: ... this is a bug (getkey.c:3284:merge_selfsigs).

FWIW,
the issue might be related to a key form Gentoo, which was expired but was then later renewed (at least it is no longer expired).

Aug 27 2017, 10:58 AM · Bug Report
werner closed T3256: AIX: libgcrypt-1.7.8 compile errors as Resolved.
Aug 27 2017, 10:22 AM · AIX, Bug Report

Aug 26 2017

toralf added a comment to T3371: Ohhhh jeeee: ... this is a bug (getkey.c:3284:merge_selfsigs).

It even worked now (few hours later) :

Aug 26 2017, 8:48 PM · Bug Report
Kelbom68 added a comment to T3372: Long preference lists resetting each other.

Well, I'd expect gpg not to alter my digest/compression preferences when changing my cipher preferences and vice versa. So if a user's going to have to lose his previously set preferences for a key in this manner because that's the only reasonably viable way of maintaining backwards compatibility, I think it would be appropriate to let him know beforehand and also suggest that he set it all up at once (as I've so described above) so that nothing is lost in the process.

Aug 26 2017, 7:39 PM · OpenPGP, gnupg, Bug Report
werner triaged T3372: Long preference lists resetting each other as Normal priority.

The way the setpref command works is implementation specific and thus the OpenPGP standard is irrelevant here
.
Are you requesting a change in the behaviour of the setpref command? That would not be easy to implement for backward compatibility.

Aug 26 2017, 6:22 PM · OpenPGP, gnupg, Bug Report
werner added a comment to T3371: Ohhhh jeeee: ... this is a bug (getkey.c:3284:merge_selfsigs).

Can you please try 2.1.23 ? We might have fixed that already.

Aug 26 2017, 6:12 PM · Bug Report
Kelbom68 created T3372: Long preference lists resetting each other.
Aug 26 2017, 4:59 PM · OpenPGP, gnupg, Bug Report
toralf created T3371: Ohhhh jeeee: ... this is a bug (getkey.c:3284:merge_selfsigs).
Aug 26 2017, 2:59 PM · Bug Report

Aug 25 2017

RockyMM added a comment to T3367: GpgOL unsupported protocol.

@aheinecke is completely right. I just copied from Outlook's "show source".

Aug 25 2017, 10:57 PM · gpgol, Bug Report
gouttegd closed T3357: pinentry no longer floating as Resolved.

OK, thanks for the info.

Aug 25 2017, 3:54 PM · pinentry, Bug Report
rcorre added a comment to T3357: pinentry no longer floating.

Sorry for the delayed response. I am in fact on pinentry 1.0.0, and haven't tested master yet. Looking forward to the patch!

Aug 25 2017, 3:00 PM · pinentry, Bug Report
werner added a comment to T3206: npth-1.3 failed to build on NetBSD-7.

Nice talk, just watched it.

Aug 25 2017, 12:55 PM · npth, Bug Report
aa added a comment to T3206: npth-1.3 failed to build on NetBSD-7.
In T3206#99005, @werner wrote:

1.4 has build fixes for NetBSD. Thus I _assume_ this bug has been fixed.

@aa can you please try npth 1.5 ?

Aug 25 2017, 11:48 AM · npth, Bug Report
aheinecke closed T3094: gpgol causing crash in Outlook as Resolved.

I think this is a duplicate of T2416 please let me know if you still see the crash with the current beta / release candidate of gpg4win-3.0

Aug 25 2017, 11:14 AM · Bug Report, gpgol
aheinecke added a comment to T3367: GpgOL unsupported protocol.

This is what you get if you "show source" in Outlook so it's only the headers.

Aug 25 2017, 9:49 AM · gpgol, Bug Report

Aug 24 2017

werner added a comment to T3367: GpgOL unsupported protocol.

Is that really the entire mail? I can see only the header of the mail but not the body. How did you copy the raw mail?

Aug 24 2017, 5:28 PM · gpgol, Bug Report
RockyMM created T3367: GpgOL unsupported protocol.
Aug 24 2017, 5:02 PM · gpgol, Bug Report
marcus placed T3202: add support for illumos to our version of libtool up for grabs.
Aug 24 2017, 2:54 PM · Info Needed, gpgrt, Bug Report
werner added a comment to T3018: Assuan: No obvious way to connect to gpg-agent with non-standard homedir.

Please see my comments on rM9f24e6c9010e171fd11c5cdac797cb8ce2e501dd

Aug 24 2017, 8:30 AM · gpgme (gpgme 1.23.x), Bug Report
werner reopened T3202: add support for illumos to our version of libtool as "Open".

I merely said, that we won't replace libtool by the upstream version because that lacks other important changes we need. Upstream was not willing to integrate our changes for Windows support and also introduced a lot of other regressions as well as dropping support for some platforms. Thus we need to maintain our version.

Aug 24 2017, 8:16 AM · Info Needed, gpgrt, Bug Report

Aug 23 2017

gouttegd added a comment to T3357: pinentry no longer floating.

I just realized that my fix for T3253 was incomplete, it only works if grabbing is enabled. With GnuPG Agent not requesting grabbing by default since 2.1.23, that would make the fix useless in the default configuration. Coming with a new patch soon...

Aug 23 2017, 10:20 PM · pinentry, Bug Report