Page MenuHome GnuPG
Feed Advanced Search

Nov 26 2016

musluser added a comment to T2845: libgpg-error 1.25 fails to build.

D399: 921_0001-fix-libgpg-error-lock-madness.patch

Nov 26 2016, 4:02 PM · Bug Report, Not A Bug, gpgrt

Nov 25 2016

thomas reopened T1448: gpgconf lists options which break gpg1 when gpg2 is also installed as "Open".
Nov 25 2016, 12:18 PM · Not A Bug, Bug Report, gnupg
thomas added a comment to T1448: gpgconf lists options which break gpg1 when gpg2 is also installed.

Werner, you closed this issue with (the now removed) T1448 (wk on Jun 24 2014, 01:42 PM / Roundup) stating:
"You may use --ignore-invalid-option to list options which are only implemented
by gpg2."

This option seems only to be supported in gpg.conf, not on the command line.
(but this is no problem for me)

And it generally works fine (thank you!), just not in this special case here,
becaue gpg1 accepts the option "--debug-level" as valid, but does not allow
any arguments (neither numbers nor e.g. "basic").

The result (with "debug-level basic" in line 42) is:

$ gpg
gpg: /home/thomas/.gnupg/gpg.conf:42: argument not expected

I'm currently using gpg (GnuPG) 1.4.18 from Debian jessie.

As I understand it, "debug-level" is intended to just be a dummy option in
gpg1 to avoid problems with this option appearing in gpg.conf, correct?
So we have two possible solutions:

  • either remove option "debug-level" (and rely on "ignore-invalid-option debug-level")
  • or accept an argument for "debug-level"
Nov 25 2016, 12:18 PM · Not A Bug, Bug Report, gnupg

Nov 24 2016

mazhe reopened T2842: npth_init called too late in gpg-agent? as "Open".
Nov 24 2016, 4:21 PM · gnupg, npth, Bug Report
mazhe added a comment to T2842: npth_init called too late in gpg-agent?.

Indeed, I confirm that the newly updated version 2.1.16 fix this issue, thanks a
lot for doing this portability work!

Nov 24 2016, 4:21 PM · gnupg, npth, Bug Report
grempe added projects to T2853: Signature Verification returning 'gpg: DBG: tofu.c:2772: strtoul failed for DB returned string (tail=): Invalid argument': gnupg, Bug Report.
Nov 24 2016, 8:55 AM · Bug Report, gnupg
grempe added a comment to T2853: Signature Verification returning 'gpg: DBG: tofu.c:2772: strtoul failed for DB returned string (tail=): Invalid argument'.

Nov 24 2016, 8:55 AM · Bug Report, gnupg

Nov 23 2016

pbor added a comment to T2852: scdaemon + forwarded ssh agent: 100% reproducible crash.

The same problem reproduces with gnupg2 installed from Homebrew (w/o GPGTools patches).

Nov 23 2016, 6:56 PM · Unreleased, gnupg (gpg20), Bug Report, gnupg
pbor added projects to T2852: scdaemon + forwarded ssh agent: 100% reproducible crash: gnupg, Bug Report.
Nov 23 2016, 5:42 PM · Unreleased, gnupg (gpg20), Bug Report, gnupg
dkg added a comment to T2836: dirmngr: wakes up periodically.

I've updated the patch series here to the series we're using in debian for 2.1.16.

Nov 23 2016, 5:35 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D389: 918_0005-dirmngr-Drop-useless-housekeeping.patch

Nov 23 2016, 5:34 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D390: 917_0004-dirmngr-Avoid-automatically-checking-upstream-swdb.patch

Nov 23 2016, 5:34 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D391: 916_0003-dirmngr-Lazily-launch-ldap-reaper-thread.patch

Nov 23 2016, 5:34 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D392: 915_0002-dimrngr-Avoid-need-for-hkp-housekeeping.patch

Nov 23 2016, 5:34 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D393: 914_0001-dirmngr-hkp-Avoid-potential-race-condition-when-some.patch

Nov 23 2016, 5:33 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

In practice, dirmngr from git master still wakes up every few seconds due to the
ldap-reaper thread, even if no connections to ldap have ever happened.

the patch dirmngr-Lazily-launch-ldap-reaper-thread.patch avoids this additional
wakeup at least for those dirmngr instances that have never used LDAP.

Nov 23 2016, 5:33 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
headsup added projects to T2851: redefinition of typedef 'rfc822parse_t': gnupg, Bug Report.
Nov 23 2016, 4:36 PM · Bug Report, gnupg
headsup set Version to 2.1.16 on T2851: redefinition of typedef 'rfc822parse_t'.
Nov 23 2016, 4:36 PM · Bug Report, gnupg
neal added a comment to T2812: TOFU very slow on Windows.

Fixed in 03a65a5. The time for doing a tofu --with-tofu-info --with-colons
listing is now similar to doing a pgp listing.

Please reopen if there are still unresolved issues.

$ time gpg2 --with-tofu-info --with-colons --no-auto-check-trustdb
--no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg
--trust-model pgp -k >/dev/null
gpg: Note: signatures using the MD5 algorithm are rejected

real 0m1.972s
user 0m1.940s
sys 0m0.028s
$ time gpg2 --with-tofu-info --with-colons --no-auto-check-trustdb
--no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg
--trust-model tofu -k >/dev/null
gpg: Note: signatures using the MD5 algorithm are rejected

real 0m2.252s
user 0m2.172s
sys 0m0.020s

Nov 23 2016, 12:32 PM · Stalled, Bug Report, gnupg, Windows 32, Windows, TOFU
neal added a project to T2812: TOFU very slow on Windows: Restricted Project.
Nov 23 2016, 12:32 PM · Stalled, Bug Report, gnupg, Windows 32, Windows, TOFU

Nov 22 2016

neal added a comment to T2815: TOFU conflict not part of GpgME's sigsum.

I suspect that the problem is the same as T2817.

Nov 22 2016, 5:46 PM · Stalled, Bug Report, gnupg, TOFU
neal added a comment to T2817: TOFU validity conflict not set on conflict.

Andre and I chatted about this issue offline, and I now understand what the
problem is. The TOFU_STATS status line (as documented in gnupg/doc/DETAILS) has
a "validity" field that is a number between 0 and 4 where 1 to 4 indicate how
confident we are that the binding is valid, and 0 means that the binding has an
unresolved conflict. The problem that Andre has observed is that this field is
not set to 0 if there is a conflict.

As a matter of fact, the validity field is never set to 0. This is completely
redundant as the same TOFU_STATS status line has a policy parameter, which is
"ask" if there is a conflict. Moreover, overloading this field in this way
causes a loss of information. Just because there is a conflict doesn't mean
that gpg shouldn't report the validity, or that the client can't made use of it.

Thus, in my opinion, the right thing to do is to simply use the <policy> field
to detect whether there is a conflict. Werner has suggested that this is wrong,
but I couldn't follow his logic. Thus, I'm adding him to the nosy list and I
hope he can clarify what he wants here.

Nov 22 2016, 5:33 PM · Restricted Project, Bug Report, gnupg, TOFU
neal updated subscribers of T2817: TOFU validity conflict not set on conflict.
Nov 22 2016, 5:33 PM · Restricted Project, Bug Report, gnupg, TOFU

Nov 21 2016

dkg added projects to T2849: dirmngr fails to terminate on SIGTERM if an existing connection is open: dirmngr, Bug Report.
Nov 21 2016, 8:36 PM · Too Old, gnupg, Bug Report, dirmngr
dkg set Version to 2.1.16 on T2849: dirmngr fails to terminate on SIGTERM if an existing connection is open.
Nov 21 2016, 8:36 PM · Too Old, gnupg, Bug Report, dirmngr

Nov 20 2016

ilovezfs added a comment to T2425: 2.1.14 intermittent `make check` failure on gpgtar.scm.

The ssh.scm failure is still happening intermittently with 2.1.16

https://bot.brew.sh/job/Homebrew%20Versions%20Pull%20Requests/1733/version=yosemite/console

$ ssh -V
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011

Nov 20 2016, 6:53 PM · MacOS, gnupg, Bug Report, gnupg (gpg22)
ilovezfs added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Ah I spoke too soon. Just got the ssh.scm:
https://bot.brew.sh/job/Homebrew%20Versions%20Pull%20Requests/1733/version=yosemite/console

Nov 20 2016, 6:49 PM · MacOS, Bug Report, gnupg
ilovezfs added a comment to T2846: Regression: build needs -lintl for macOS.

No problem. Thanks for looking into it.

Nov 20 2016, 6:47 PM · Bug Report, gnupg
werner added a comment to T2846: Regression: build needs -lintl for macOS.

My fault. Sorry.

Nov 20 2016, 6:45 PM · Bug Report, gnupg
ilovezfs added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

Everything looks fine now that I removed all of the dependencies and started
from a blank slate. Sorry for the noise.

So far I'm not seeing the old "FAIL: gpgtar.scm" and "FAIL: ssh.scm"

Were those specifically fixed in some new commit(s), or am I just lucky so far?

Nov 20 2016, 6:32 PM · MacOS, Bug Report, gnupg
werner added a comment to T2836: dirmngr: wakes up periodically.

This has been changed in 2.1.16 to happen only every minute. Along with the
wakeup being done at the full second (as has been agreed upon for other
daemons), this should be more of an annoyance than a real problem.

Nov 20 2016, 5:19 PM · gnupg, gnupg (gpg23), Bug Report, dirmngr
werner removed a project from T2832: "Invalid elliptic curve" when specifying wrong algo for gpg --quick-gen-key: Unreleased.
Nov 20 2016, 5:17 PM · Bug Report, gnupg
werner added a comment to T2842: npth_init called too late in gpg-agent?.

It has been confirmed that 2.1.16 solves the problem.

The reason for the crash is that 2.1.15 is calling gpgrt_set_syscall_clamp
before nPth is initialized. The nPth initialization was changed in 2.1.15 so to
solve problems on some other platforms.

Nov 20 2016, 5:17 PM · gnupg, npth, Bug Report
werner closed T2842: npth_init called too late in gpg-agent? as Resolved.
Nov 20 2016, 5:17 PM · gnupg, npth, Bug Report
werner assigned T2847: ssh.scm fails to import ecdsa key on macOS to justus.
Nov 20 2016, 5:12 PM · MacOS, Bug Report, gnupg
werner updated subscribers of T2847: ssh.scm fails to import ecdsa key on macOS.
Nov 20 2016, 5:12 PM · MacOS, Bug Report, gnupg
werner added a project to T2847: ssh.scm fails to import ecdsa key on macOS: MacOS.
Nov 20 2016, 5:12 PM · MacOS, Bug Report, gnupg
werner added a comment to T2847: ssh.scm fails to import ecdsa key on macOS.

We see no such failures for our builds (on El Capitan and now on Sierra). We
use these configure flags for all our builds on macOS:

  ./configure --prefix=/Users/jenkins/prefix/native
  --enable-maintainer-mode \
  --enable-wks-tools --enable-g13 --enable-symcryptrun \
  --enable-gpg2-is-gpg --with-libiconv-prefix=/Users/jenkins/pkg
  'CFLAGS= -D_DARWIN_C_SOURCE=900000L -fPIC' \
  'CXXFLAGS= -D_DARWIN_C_SOURCE=900000L  -fPIC -std=c++11'

--enable-maintainer-mode should not be needed, it is only used to
re-create Makefile when they have been added and to enable more
warning flags.

Nov 20 2016, 5:07 PM · MacOS, Bug Report, gnupg
werner updated subscribers of T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key'.
Nov 20 2016, 4:51 PM · Bug Report, gnupg
werner renamed T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key' from gpg 2.1.16 throws 'Ohhhh jeeee: Assertion ...' when used with '--export-ssh-key' to gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key'.
Nov 20 2016, 4:51 PM · Bug Report, gnupg
werner assigned T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key' to justus.
Nov 20 2016, 4:51 PM · Bug Report, gnupg
werner added a comment to T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key'.

Thanks for the report. Unfortunately we do not have a regression test key for
--export-ssh-key and thus this bug slipped into the release.

Caused by commit d20107f6d.

Nov 20 2016, 4:51 PM · Bug Report, gnupg
werner removed a project from T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key': MacOS.
Nov 20 2016, 4:51 PM · Bug Report, gnupg
werner added a project to T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key': MacOS.
Nov 20 2016, 4:47 PM · Bug Report, gnupg
werner closed T2845: libgpg-error 1.25 fails to build as Invalid.
Nov 20 2016, 4:45 PM · Bug Report, Not A Bug, gpgrt
werner lowered the priority of T2845: libgpg-error 1.25 fails to build from Unbreak Now! to Normal.
Nov 20 2016, 4:45 PM · Bug Report, Not A Bug, gpgrt

Nov 19 2016

grempe added projects to T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key': gnupg, Bug Report.
Nov 19 2016, 9:38 PM · Bug Report, gnupg
grempe set Version to 2.1.16 on T2848: gpg 2.1.16 throws an assertion failure when used with '--export-ssh-key'.
Nov 19 2016, 9:38 PM · Bug Report, gnupg
Florian added a comment to T2737: gpg4win-3.0.0-beta187 and gpg4win-2.3.3 result in crashes of Outlook 2016 (64 bit).

However, if I turn the reading area/preview are on, anything works fine :/

Nov 19 2016, 5:22 PM · Unreleased, Bug Report, gpgol
Florian added a comment to T2737: gpg4win-3.0.0-beta187 and gpg4win-2.3.3 result in crashes of Outlook 2016 (64 bit).

Hi,

thanks for your message. I installed the gpg4win beta 194 (3.0.0, released at
15th November), however, Outlook now crashes with another error message:
Runtime Error!

Program: C:\Program Files\Microsoft Office\root\Offie16\OUTLOOK.EXE

This application has requested the Runtime to terminate it in an unusual way.
Please contact the acpplication's support team for more information.

The error message occurs, when I _select_ an encrypted/signed message in outlook
(preview window is off, so the message should probably not be loaded, yet). I
can't open the message itself (but I'll need to enter my private key pin).

Is this related to this bug or should I open a new one?

Best,
Florian

Nov 19 2016, 5:15 PM · Unreleased, Bug Report, gpgol
ilovezfs set Version to 2.1.16 on T2847: ssh.scm fails to import ecdsa key on macOS.
Nov 19 2016, 12:31 PM · MacOS, Bug Report, gnupg
ilovezfs added projects to T2847: ssh.scm fails to import ecdsa key on macOS: gnupg, Bug Report.
Nov 19 2016, 12:31 PM · MacOS, Bug Report, gnupg
ilovezfs added projects to T2846: Regression: build needs -lintl for macOS: gnupg, Bug Report.
Nov 19 2016, 12:17 PM · Bug Report, gnupg

Nov 18 2016

musluser added projects to T2845: libgpg-error 1.25 fails to build: gpgrt, Bug Report.
Nov 18 2016, 5:26 PM · Bug Report, Not A Bug, gpgrt
werner added a comment to T2844: git access via https fails.

It is simply not implemented, yet. We need to do this of course instead of
fixing the website.

Nov 18 2016, 3:21 PM · Bug Report, gpgweb
userwithuid added projects to T2844: git access via https fails: gpgweb, Bug Report.
Nov 18 2016, 3:11 PM · Bug Report, gpgweb
iazz added projects to T2843: pinentry-gnome3 not falling back to pinentry-curses as it should: pinentry, Bug Report.
Nov 18 2016, 2:34 PM · Bug Report, pinentry
werner added a comment to T2370: libgpg-error: cross-compiling fails with "src/syscfg/lock-obj-pub.linux-gnueabi.h': No such file or directory".

Yes, I have seen that URL but what I like to get an answer to my question here
or on gnupg-devel. I do not want to follow a possible long thread of some Linux
distribution.

Nov 18 2016, 8:44 AM · Info Needed, gpgrt, Gentoo, Bug Report

Nov 17 2016

werner added projects to T2842: npth_init called too late in gpg-agent?: npth, gnupg.
Nov 17 2016, 8:28 PM · gnupg, npth, Bug Report
werner added a comment to T2842: npth_init called too late in gpg-agent?.

We had to change some init things to better support some non-Linux OSes. This
2.1.16 will be a bit different and may solve your problem.

Nov 17 2016, 8:28 PM · gnupg, npth, Bug Report
mazhe set Version to 2.1.15 on T2842: npth_init called too late in gpg-agent?.
Nov 17 2016, 11:42 AM · gnupg, npth, Bug Report
mazhe added a project to T2842: npth_init called too late in gpg-agent?: Bug Report.
Nov 17 2016, 11:42 AM · gnupg, npth, Bug Report

Nov 16 2016

aheinecke reopened T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried as "Open".
Nov 16 2016, 10:13 AM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke removed a project from T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried: Unreleased.
Nov 16 2016, 10:13 AM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke added a comment to T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried.

I've just announced a new 3.0 beta that contains the updated GpgOL

http://lists.wald.intevation.org/pipermail/gpg4win-devel/2016-November/001659.html

Please let me know if it still crashes for you with that version.

Nov 16 2016, 10:13 AM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows
aheinecke added a project to T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried: Restricted Project.
Nov 16 2016, 10:13 AM · Restricted Project, Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows

Nov 15 2016

thomas added a comment to T2832: "Invalid elliptic curve" when specifying wrong algo for gpg --quick-gen-key.

OK, I don't care enough to warrant more discussion/work on this.
"Unknown elliptic curve" is already better than "Invalid elliptic curve".

Nov 15 2016, 8:18 AM · Bug Report, gnupg
dkg added a comment to T2836: dirmngr: wakes up periodically.

We're shipping these patches in debian unstable as of 2.1.15-9.

Nov 15 2016, 1:52 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D394: 912_0145-dirmngr-Lazily-launch-ldap-reaper-thread.patch

Nov 15 2016, 1:51 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D395: 911_0144-dirmngr-Drop-useless-housekeeping.patch

Nov 15 2016, 1:51 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D396: 910_0143-dimrngr-Avoid-need-for-hkp-housekeeping.patch

Nov 15 2016, 1:51 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D397: 909_0142-dirmngr-hkp-Avoid-potential-race-condition-when-some.patch

Nov 15 2016, 1:51 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added a comment to T2836: dirmngr: wakes up periodically.

D398: 908_0141-dirmngr-More-win32-system-daemon-cleanup.patch

Nov 15 2016, 1:50 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr
dkg added projects to T2836: dirmngr: wakes up periodically: dirmngr, Bug Report.
Nov 15 2016, 1:50 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr

Nov 14 2016

Nsane457 added a comment to T2370: libgpg-error: cross-compiling fails with "src/syscfg/lock-obj-pub.linux-gnueabi.h': No such file or directory".

There was a long drawn out discussion as to the validity of "-hardfloat" in the
triplet name. You can peruse at https://bugs.gentoo.org/show_bug.cgi?id=584052 .

I am not a dev and have pretty much given up. The Gentoo devs are adamant that this
is an upstream problem.

Nov 14 2016, 10:20 PM · Info Needed, gpgrt, Gentoo, Bug Report
werner added a comment to T2832: "Invalid elliptic curve" when specifying wrong algo for gpg --quick-gen-key.

The algorithm parser works by checking the known "classic" algorithm and then
assumes that anything else is an ellptic curve. You see that all over the place
where you can enter an algorithm name. Thus there is no way to change this.

Nov 14 2016, 5:42 PM · Bug Report, gnupg
werner removed a project from T2731: es_poll not supported under W32: Unreleased.
Nov 14 2016, 5:39 PM · Bug Report, gpgrt, Windows 32, gnupg (gpg22), Windows
werner added a comment to T2731: es_poll not supported under W32.

1.25 has been released.

Nov 14 2016, 5:39 PM · Bug Report, gpgrt, Windows 32, gnupg (gpg22), Windows
thomas closed T2835: "keyid-format none" ignored for --verify and other commands as Resolved.
Nov 14 2016, 4:55 PM · Bug Report, gnupg (gpg21)
thomas added a comment to T2835: "keyid-format none" ignored for --verify and other commands.

ah, misread the 2.1.16 part, so yes, it seems to be fixed.

Where do you take it from that keyid-format none should result in the full
fingerprint being shown?

The man page:
"none" does not show the key ID at all but shows the fingerprint in a separate
line.

Nov 14 2016, 4:55 PM · Bug Report, gnupg (gpg21)
thomas reopened T2835: "keyid-format none" ignored for --verify and other commands as "Open".
Nov 14 2016, 4:53 PM · Bug Report, gnupg (gpg21)
thomas added a comment to T2835: "keyid-format none" ignored for --verify and other commands.

OK, then this is just an issue for interactive usage, but still an issue.

Nov 14 2016, 4:53 PM · Bug Report, gnupg (gpg21)
aheinecke added a comment to T2835: "keyid-format none" ignored for --verify and other commands.

When using a script you should not parse the human readable output.

gpg2 --status-fd 2 --verify /tmp/msg

[GNUPG:] VALIDSIG 94A5C9A03C2FE5CA3B095D8E1FDF723CF462B6B1 2016-11-14 1479138285
0 4 0 1 8 00 94A5C9A03C2FE5CA3B095D8E1FDF723CF462B6B1

See https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=doc/DETAILS
for the meaning of these fields

In gpg2.1.16 the fingerprint is also used instead of the keyid if you do:

/opt/gnupg/bin/gpg --keyid-format none --verify foo.sig

Where do you take it from that keyid-format none should result in the full
fingerprint being shown?

Nov 14 2016, 4:51 PM · Bug Report, gnupg (gpg21)
aheinecke placed T2835: "keyid-format none" ignored for --verify and other commands up for grabs.
Nov 14 2016, 4:51 PM · Bug Report, gnupg (gpg21)
aheinecke closed T2835: "keyid-format none" ignored for --verify and other commands as Resolved.
Nov 14 2016, 4:51 PM · Bug Report, gnupg (gpg21)
thomas added a comment to T2832: "Invalid elliptic curve" when specifying wrong algo for gpg --quick-gen-key.

To be clear: I want the

  • less specific and
  • already existing

error message "Unknown algorithm" (instead of "Unknown elliptic curve", which is
not correct in too many situations)

Nov 14 2016, 4:26 PM · Bug Report, gnupg
thomas added projects to T2835: "keyid-format none" ignored for --verify and other commands: gnupg (gpg21), Bug Report.
Nov 14 2016, 4:13 PM · Bug Report, gnupg (gpg21)
thomas updated subscribers of T2835: "keyid-format none" ignored for --verify and other commands.
Nov 14 2016, 4:13 PM · Bug Report, gnupg (gpg21)
werner added a project to T2370: libgpg-error: cross-compiling fails with "src/syscfg/lock-obj-pub.linux-gnueabi.h': No such file or directory": Info Needed.
Nov 14 2016, 3:53 PM · Info Needed, gpgrt, Gentoo, Bug Report
werner added a comment to T2370: libgpg-error: cross-compiling fails with "src/syscfg/lock-obj-pub.linux-gnueabi.h': No such file or directory".

ping

Nov 14 2016, 3:53 PM · Info Needed, gpgrt, Gentoo, Bug Report
werner closed T2378: t-lock and random tests crash on SPARC 32-bit as Resolved.
Nov 14 2016, 3:52 PM · Not A Bug, gpgrt, Bug Report
neal added a comment to T2817: TOFU validity conflict not set on conflict.

Sorry for the delay in getting back to you on this issue. I think you mean they
have undefined trust (that's what I get here). Undefined trust means "not
enough information for calculation" (from trustdb.h).

Can you clarify what you mean by validity conflict?

Nov 14 2016, 3:52 PM · Restricted Project, Bug Report, gnupg, TOFU
werner added a project to T2378: t-lock and random tests crash on SPARC 32-bit: Not A Bug.
Nov 14 2016, 3:52 PM · Not A Bug, gpgrt, Bug Report
werner added a comment to T2378: t-lock and random tests crash on SPARC 32-bit.

Distinguishing between 32 and 64 bit Windows in the same development package
works on Windows but only because 64 bit Windows also supports 32 bit Windows.
On most other platforms this is not the case. For a different ABI it is quite
common to require the installation of a platform specific development package.

You won't change the design to support sloppy build systems which would only
trigger hard to find bugs.

Nov 14 2016, 3:52 PM · Not A Bug, gpgrt, Bug Report
werner closed T2268: .git/config [filter "cleanpo"] added during build is incorrect as Resolved.
Nov 14 2016, 3:42 PM · Info Needed, Bug Report, gpgrt
werner added a comment to T2832: "Invalid elliptic curve" when specifying wrong algo for gpg --quick-gen-key.

The --quick-gen-key command with the additional option is for use by scripts and
they should be able to read the manual.

If you look at the code you should see why it is a lot of work for a bit more
specific error message - we already have way to many messages. I could easily
find dozens of other places where we - in theory - could primt more specific
error messages. That would turn into a neverending story.

Nov 14 2016, 3:40 PM · Bug Report, gnupg
justus closed T2731: es_poll not supported under W32 as Resolved.
Nov 14 2016, 10:39 AM · Bug Report, gpgrt, Windows 32, gnupg (gpg22), Windows
justus added a comment to T2731: es_poll not supported under W32.

Fixed in 40e5ff0a0084c0d9521b401db4f38885bfdae233.

Nov 14 2016, 10:39 AM · Bug Report, gpgrt, Windows 32, gnupg (gpg22), Windows
justus added a project to T2731: es_poll not supported under W32: Unreleased.
Nov 14 2016, 10:39 AM · Bug Report, gpgrt, Windows 32, gnupg (gpg22), Windows
thomas added a comment to T2832: "Invalid elliptic curve" when specifying wrong algo for gpg --quick-gen-key.

The string "Unknown algorithm" already exists. Because it is less specific, it
does not indicate that there is a problem regarding support for elliptic curves
here.

Nov 14 2016, 9:34 AM · Bug Report, gnupg