Page MenuHome GnuPG
Feed Advanced Search

Oct 29 2019

gniibe added a comment to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7.

Sorry, it was simply my confusion (between GEMPC_PINPAD and GEMPC_EZIO).
Fixed now.

Oct 29 2019, 12:01 AM · scd, Unknown Object (Project), Bug Report

Oct 28 2019

martin.von.wittich added a comment to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7.

Please test. When I can confirm that it is stable, I'll backport it to 2.2.

Oct 28 2019, 2:22 PM · scd, Unknown Object (Project), Bug Report

Oct 18 2019

gniibe added a comment to T4713: Bug in get_best_pubkey_byname.

Or... it could be a feature, not bug, so that failure of -e -r someone can be examined by --locate-keys someone.

Oct 18 2019, 9:10 AM · Unknown Object (Project), gnupg (gpg23)
gniibe added a comment to T4713: Bug in get_best_pubkey_byname.

Let me clarify the point.

Oct 18 2019, 12:11 AM · Unknown Object (Project), gnupg (gpg23)

Oct 17 2019

gniibe added a comment to T4713: Bug in get_best_pubkey_byname.

I think that we should apply further change:

diff --git a/g10/getkey.c b/g10/getkey.c
index 077209415..1c337149c 100644
--- a/g10/getkey.c
+++ b/g10/getkey.c
@@ -1369,7 +1369,7 @@ get_best_pubkey_byname (ctrl_t ctrl, enum get_pubkey_modes mode,
     *retctx = NULL;
Oct 17 2019, 3:38 AM · Unknown Object (Project), gnupg (gpg23)
gniibe added a comment to T4713: Bug in get_best_pubkey_byname.

I found more wrong cases of get_best_pubkey_byname.
For ranking results,
(1) It may return non-encryption primary key as the most relevant key, when its validity is higher.
(2) It may not select encryption primary key even if its creation time is newer.

Oct 17 2019, 2:32 AM · Unknown Object (Project), gnupg (gpg23)

Oct 16 2019

werner added a comment to T4713: Bug in get_best_pubkey_byname.

I also think this makes the most sense.

Oct 16 2019, 10:52 AM · Unknown Object (Project), gnupg (gpg23)
gniibe added a comment to T4713: Bug in get_best_pubkey_byname.

In my opinion, --locate-key should locate encryption key.

Oct 16 2019, 9:08 AM · Unknown Object (Project), gnupg (gpg23)

Oct 15 2019

pow added a comment to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7.

@gniibe oh, I see thanks for pointing out precisely main the problem. I will check the hardware supply chain RoHS 2002/95/EC

Oct 15 2019, 6:14 PM · scd, Unknown Object (Project), Bug Report
werner changed the status of T4713: Bug in get_best_pubkey_byname from Testing to Open.

There are some problems with the definition of --locate-key. Further discussion required.

Oct 15 2019, 2:47 PM · Unknown Object (Project), gnupg (gpg23)
gniibe added projects to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7: Unknown Object (Project), scd.

@pow, thanks for a reference. But problem here is that there are multiple products with same name.

Oct 15 2019, 2:44 AM · scd, Unknown Object (Project), Bug Report

Oct 9 2019

gniibe added a project to T4158: UIF (User Interaction Flag) DO support: Unknown Object (Project).
Oct 9 2019, 4:17 AM · Unknown Object (Project), Feature Request, scd, gnupg
gniibe added a project to T4633: gpg argument "--passphrase=" yields 'missing argument for option "--passphrase="': Unknown Object (Project).
Oct 9 2019, 4:16 AM · Unknown Object (Project), gnupg (gpg22), Bug Report
gniibe added a project to T4713: Bug in get_best_pubkey_byname: Unknown Object (Project).
Oct 9 2019, 4:15 AM · Unknown Object (Project), gnupg (gpg23)
gniibe added a project to T4695: Remove SERIALNO as an identifier to select keys: Unknown Object (Project).
Oct 9 2019, 4:15 AM · Unknown Object (Project), Feature Request, gnupg

Oct 2 2019

gniibe added a project to T4712: Keygrip broken in master for cv25519: Unknown Object (Project).

I modified _gcry_ecc_fill_in_curve so that g_y has new value in eid4730.

Oct 2 2019, 8:29 AM · Unknown Object (Project), Bug Report, libgcrypt

Sep 28 2019

gniibe added a project to T4620: no support for multiple (yubikey) smartcards plugged in at the same time: Unknown Object (Project).
Sep 28 2019, 6:53 PM · Unknown Object (Project), Bug Report

Jun 25 2019

gniibe changed the status of T4274: Fail selftests when checksum file is missing in FIPS mode only from Open to Testing.
Jun 25 2019, 6:01 AM · Unknown Object (Project), libgcrypt, Bug Report

Jun 3 2019

aheinecke created T4550: Test certificates with valid CA.
Jun 3 2019, 10:47 AM · Tests

Mar 27 2019

aheinecke closed T4264: Gpg4win 3.1.6, a subtask of T3381: dirmngr won't start on Windows 10 with admin level account, as Resolved.
Mar 27 2019, 1:55 PM · libassuan, Unknown Object (Project), gpg4win, dirmngr, Windows, Bug Report
aheinecke closed T3381: dirmngr won't start on Windows 10 with admin level account as Resolved.

gpg4win 3.1.6 is released which contains this fix.

Mar 27 2019, 1:52 PM · libassuan, Unknown Object (Project), gpg4win, dirmngr, Windows, Bug Report

Mar 7 2019

werner added a comment to T4367: gnupg fails to build with gcc9.

Changes backported to 2.2

Mar 7 2019, 1:05 PM · gnupg (gpg22), Bug Report

Feb 27 2019

gniibe claimed T4104: gpgsm/ksba removes leading zeros from signature byte array.

We also need to fix for encryption and signature in CSR.

Feb 27 2019, 3:17 AM · Unknown Object (Project), libksba, S/MIME, Bug Report

Feb 26 2019

pmgdeb added a comment to T4367: gnupg fails to build with gcc9.

Builds fine now with GCC 9. Thanks for looking into this so quickly.

Feb 26 2019, 1:22 PM · gnupg (gpg22), Bug Report
gniibe claimed T4367: gnupg fails to build with gcc9.

Fixed in master, by removing use of compound literals. Compound literals are not portable feature (even for C99 code), so, it's good to avoid when we can.
Still dns.c uses C99 features of struct initializer with name.

Feb 26 2019, 4:36 AM · gnupg (gpg22), Bug Report

Feb 25 2019

gniibe added projects to T3381: dirmngr won't start on Windows 10 with admin level account: Unknown Object (Project), libassuan.
Feb 25 2019, 3:37 AM · libassuan, Unknown Object (Project), gpg4win, dirmngr, Windows, Bug Report
gniibe triaged T4274: Fail selftests when checksum file is missing in FIPS mode only as Normal priority.

Fixed in master.

Feb 25 2019, 1:10 AM · Unknown Object (Project), libgcrypt, Bug Report

Nov 5 2018

werner closed T3033: bug: dirmngr latches SRV port cross-scheme as Resolved.

No more complaints thus time to close.

Nov 5 2018, 9:30 AM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr

Nov 29 2017

gniibe added a comment to T3083: Smartcard access may fail with error "Invalid Value" after resuming system from suspend.

If more fine-grained control is needed with suspend-to-ram, we need to write kernel driver for USB access.

Nov 29 2017, 8:22 AM · Unknown Object (Project), gnupg (gpg22), scd
gniibe closed T3083: Smartcard access may fail with error "Invalid Value" after resuming system from suspend as Resolved.
Nov 29 2017, 8:20 AM · Unknown Object (Project), gnupg (gpg22), scd
gniibe added a comment to T3083: Smartcard access may fail with error "Invalid Value" after resuming system from suspend.

I learned suspend-to-ram functionality. Currently, for Linux, if we have USB driver in kernel, there are methods to handle suspend-to-ram and resume events. For user space driver by libusb, there is nothing and it should all work well by reseting after resume.

Nov 29 2017, 7:18 AM · Unknown Object (Project), gnupg (gpg22), scd

Nov 14 2017

JochenSaalfeld closed T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried as Resolved.

Tested with Gpg4win-3.0.0-beta17 with GpgOL-2.0.2-beta8 on Windows 10 (64bit) with Outlook 2016.

Nov 14 2017, 1:55 PM · Unknown Object (Project), Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows

Nov 13 2017

aheinecke reassigned T2416: Outlook 2016 64-bit: Crash if "Send to" > "Mail Recipient" is tried from aheinecke to JochenSaalfeld.

Jochen could you please test this on one of our test VM's again and resolve this then?

Nov 13 2017, 10:23 AM · Unknown Object (Project), Windows 32, gpg4win, Bug Report, Windows 64, gpgol, Windows

Oct 26 2017

gniibe closed T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon as Resolved.
Oct 26 2017, 5:50 AM · gnupg (gpg22), Unknown Object (Project), patch, Windows 64, scd, Windows, Windows 32, Bug Report

Oct 24 2017

werner edited projects for T3083: Smartcard access may fail with error "Invalid Value" after resuming system from suspend, added: Unknown Object (Project); removed In Progress.
Oct 24 2017, 12:23 PM · Unknown Object (Project), gnupg (gpg22), scd
gniibe added a comment to T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon.

I am closing this bug report, as I can't get feedback to fix something.

Oct 24 2017, 2:42 AM · gnupg (gpg22), Unknown Object (Project), patch, Windows 64, scd, Windows, Windows 32, Bug Report

Oct 20 2017

werner edited projects for T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon, added: gnupg (gpg22); removed gnupg.
Oct 20 2017, 1:30 PM · gnupg (gpg22), Unknown Object (Project), patch, Windows 64, scd, Windows, Windows 32, Bug Report
werner removed projects from T2167: Unplugging USB Smartcard/Yubikey causes problems with scdaemon: gnupg (gpg20), gnupg (gpg21).

gniibe: Can you check the status?

Oct 20 2017, 1:28 PM · gnupg (gpg22), Unknown Object (Project), patch, Windows 64, scd, Windows, Windows 32, Bug Report
werner closed T2071: Processes invoking gpgme_op_decrypt() should not incur a delay due to the invocation of gpg-agent as Resolved.

2.0 reached eol in 2 months so need to check it. For 1.4 I assume it has been fixed ;-)

Oct 20 2017, 1:21 PM · Unknown Object (Project), gnupg, Bug Report

Aug 8 2017

gniibe reopened T1967: GnuPG should select a key for signing without trying to use missing subkeys as "Open".

Re-opening.

Aug 8 2017, 4:31 PM · gnupg (gpg22), Feature Request

Aug 7 2017

juanmi added a comment to T1967: GnuPG should select a key for signing without trying to use missing subkeys.

I also have to add that, if this really has been resolved, it only covers up the case if the missing subkey(s) is/are on the smartcard(s), it does not solve the problem when none of the missing signing subkeys are in smartcards (as in, all on different computers). And it's clear that for version 2.1.22, it fails to get the available subkey on the disk for this case.

Aug 7 2017, 10:53 PM · gnupg (gpg22), Feature Request
bluca added a comment to T1967: GnuPG should select a key for signing without trying to use missing subkeys.

@gniibe: I've tested 2.1.22 (from Debian experimental) and, while gpg --sign works, other programs (eg: git tag -s) still prompt to insert the card of the first signing subkey, despite the card with the second signing subkey being present.
Is that expected?

Aug 7 2017, 6:58 PM · gnupg (gpg22), Feature Request

Aug 1 2017

gniibe closed T1967: GnuPG should select a key for signing without trying to use missing subkeys as Resolved.

It's there in GnuPG 2.1 for a while, and bugs introduced by change were fixed.
So, I'm closing this bug.

Aug 1 2017, 8:42 AM · gnupg (gpg22), Feature Request
gniibe added a comment to T1983: gpg2 prefers missing secret key to available key on card.

@fogine , I'm afraid your comment is related to this bug particular report of T1983: gpg2 prefers missing secret key to available key on card.
And your problem cannot be replicated by my environment with 2.1.22.
If you still have the issue with 2.1.22, please open new ticket.

Aug 1 2017, 8:38 AM · Bug Report, gnupg
gniibe closed T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon, a subtask of T1983: gpg2 prefers missing secret key to available key on card, as Resolved.
Aug 1 2017, 4:59 AM · Bug Report, gnupg
fogine added a comment to T1983: gpg2 prefers missing secret key to available key on card.

gpg (GnuPG) 2.1.21
libgcrypt 1.7.8

Aug 1 2017, 1:28 AM · Bug Report, gnupg

Jun 30 2017

marcus changed the status of T3033: bug: dirmngr latches SRV port cross-scheme from Open to Testing.

I added a new task status "Testing".

Jun 30 2017, 4:35 PM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr

Jun 29 2017

werner added a comment to T3033: bug: dirmngr latches SRV port cross-scheme.

On Wed, 28 Jun 2017 15:47, noreply@dev.gnupg.org said:

What tests do you want to be done?
Jun 29 2017, 6:04 PM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr

Jun 28 2017

marcus added a comment to T3033: bug: dirmngr latches SRV port cross-scheme.

What tests do you want to be done?

Jun 28 2017, 3:47 PM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr
werner added a comment to T3033: bug: dirmngr latches SRV port cross-scheme.

Given that we have no TESTING status, the only way I can handle this is by keeping the ticket open and add the TESTING flag. Closing a bug which has not been tested is a bad idea.

Jun 28 2017, 11:43 AM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr

Jun 27 2017

marcus added a comment to T3033: bug: dirmngr latches SRV port cross-scheme.

@werner An open ticket should mean there is something that can be acted upon. Unless you are saying that we should actively look for regressions or should actively do more testing, this ticket should be closed now. There is plenty of peripheral information that will remind us of this ticket in case more issues resurface related to this change.

Jun 27 2017, 11:16 AM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr

Jun 26 2017

justus placed T3033: bug: dirmngr latches SRV port cross-scheme up for grabs.
Jun 26 2017, 10:53 AM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr

Jun 23 2017

rwmj added a comment to T3218: gpg-agent instances leak.

I have tested this and it appears to fix the leak of gpg-agent processes in virt-builder, thanks.

Jun 23 2017, 2:17 PM · gnupg (gpg22), Bug Report
werner added a project to T3218: gpg-agent instances leak: Unknown Object (Project).

I commited a change which should fix this on Linux

Jun 23 2017, 2:08 PM · gnupg (gpg22), Bug Report
werner reopened T3033: bug: dirmngr latches SRV port cross-scheme as "Open".

This is such a large change that I feel uneasy to close the bug before we know that there are no regressions. This Means we need to wait whether the next release will break.

Jun 23 2017, 12:14 PM · Unknown Object (Project), gnupg (gpg22), Bug Report, dirmngr

Jun 5 2017

gniibe added a subtask for T1983: gpg2 prefers missing secret key to available key on card: T3192: gpg returns with non-zero exit status after successful run when using disable-scdaemon.
Jun 5 2017, 3:44 AM · Bug Report, gnupg

May 23 2017

gniibe claimed T1967: GnuPG should select a key for signing without trying to use missing subkeys.
May 23 2017, 7:48 AM · gnupg (gpg22), Feature Request
gniibe added a project to T1967: GnuPG should select a key for signing without trying to use missing subkeys: Unknown Object (Project).
May 23 2017, 7:43 AM · gnupg (gpg22), Feature Request
gniibe added a comment to T1983: gpg2 prefers missing secret key to available key on card.

I applied another approach: rGfbb2259d22e6: g10: Fix default-key selection for signing, possibly by card.
Please test.

May 23 2017, 7:40 AM · Bug Report, gnupg

May 19 2017

gniibe reopened T1983: gpg2 prefers missing secret key to available key on card as "Open".

Sorry, my fix was not good. Re-opening.

May 19 2017, 1:19 PM · Bug Report, gnupg

May 16 2017

gniibe closed T1983: gpg2 prefers missing secret key to available key on card as Resolved.

Fixed in 2.1.21.

May 16 2017, 1:22 AM · Bug Report, gnupg

May 8 2017

justus closed T2948: libdns lookups fails when nssswitch has no "dns" section as Resolved.

This seems to work just fine on our archlinux box with the nsswitch configuration above.

May 8 2017, 5:27 PM · Unknown Object (Project), Bug Report, gnupg, dirmngr
werner reassigned T2948: libdns lookups fails when nssswitch has no "dns" section from werner to justus.

Justus, will you please so kind and take care of this.

May 8 2017, 2:04 PM · Unknown Object (Project), Bug Report, gnupg, dirmngr

Apr 27 2017

gniibe added a project to T1983: gpg2 prefers missing secret key to available key on card: Unknown Object (Project).

Sorry, I was wrong. The patch also works for signing to key.
The impact is gpg frontend always asks gpg-agent for card key.
It involves invoking scdaemon and accessing to USB.

Apr 27 2017, 3:43 AM · Bug Report, gnupg

Apr 24 2017

aheinecke closed T2161: Outlook 2016 Add-in Issues as Resolved.

Will be released with 3.0

Apr 24 2017, 5:47 PM · Unknown Object (Project), Bug Report, gpgol

Apr 4 2017

dkg added a comment to T2948: libdns lookups fails when nssswitch has no "dns" section.

I don't have one of these systems handy to test with, but if the fix in dee026d7 does what it says it does, this sounds like it's probably OK to close in my book. if there are more problems, i'm sure we can re-open it.

Apr 4 2017, 12:29 AM · Unknown Object (Project), Bug Report, gnupg, dirmngr

Apr 3 2017

werner closed T2966: "LC_ALL=pl_PL.UTF-8 gpg --gen-key" fails during confirmation as Resolved.
Apr 3 2017, 10:58 PM · Unknown Object (Project), Debian, Bug Report, gnupg
werner closed T2944: gpgconf --change-option should not print a warning when the relevant conf file does not exist as Resolved.
Apr 3 2017, 10:54 PM · Unknown Object (Project), Bug Report, gnupg
werner closed T2817: TOFU validity conflict not set on conflict as Resolved.

Time to say good bye my dear bug.

Apr 3 2017, 10:53 PM · Unknown Object (Project), Bug Report, gnupg, TOFU
werner closed T2230: gpgsm decryption with smartcard fails with "Invalid session key" as Resolved.

we are now at 2.1.20 - time to mark this one as resolved.

Apr 3 2017, 10:51 PM · Unknown Object (Project), gnupg, S/MIME, scd, Bug Report
werner added a comment to T2948: libdns lookups fails when nssswitch has no "dns" section.

dkg: Can we close this now that 2.1.20 is out?

Apr 3 2017, 10:48 PM · Unknown Object (Project), Bug Report, gnupg, dirmngr
werner closed T2959: with --tofu-default-policy=ask, Assertion "conflict_set" in get_trust failed (../../g10/tofu.c:2787) as Resolved.

Fix is in 2.1.20

Apr 3 2017, 10:46 PM · Unknown Object (Project), Debian, Bug Report, gnupg

Mar 31 2017

werner closed T2957: gpg --export-ssh-key does not work for primary keys marked as authentication-capable as Resolved.
Mar 31 2017, 3:14 PM · Bug Report, Unknown Object (Project), gnupg

Mar 30 2017

justus added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

Indeed. We did not address the issues at all, we decided to skip all tests and
some fell through the cracks.

Mar 30 2017, 12:11 PM · gpgme, Bug Report
einar77 added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

Unfortunately 1.9.0 doesn't address fully the issues:

[ 108s] Traceback (most recent call last):
[ 108s] File "./t-protocol-assuan.py", line 27, in <module>
[ 108s] err = c.assuan_transact('nop')
[ 108s] File "/home/abuild/rpmbuild/BUILD/gpgme-1.9.0/lang/python/python2.7-gpg/build/lib.linux-
x86_64-2.7/gpg/core.py", line 790, in assuan_transact
[ 108s] errorcheck(err)
[ 108s] File "/home/abuild/rpmbuild/BUILD/gpgme-1.9.0/lang/python/python2.7-gpg/build/lib.linux-
x86_64-2.7/gpg/errors.py", line 62, in errorcheck
[ 108s] raise GPGMEError(retval, extradata)
[ 108s] gpg.errors.GPGMEError: GPGME: IPC connect call failed

Two tests fail.

Mar 30 2017, 7:08 AM · gpgme, Bug Report

Mar 28 2017

werner added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

1.9.0 has been released.

Mar 28 2017, 6:16 PM · gpgme, Bug Report
werner closed T2931: Provide automated way to set "primary" flag on a specific User ID in a cert as Resolved.
Mar 28 2017, 6:15 PM · gpgme, Feature Request

Mar 27 2017

justus added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

As of 348da58fe0c3656e6177c98fef6b4c4331326c8e all Python tests are skipped with
GnuPG < 2.1.12.

Mar 27 2017, 11:34 AM · gpgme, Bug Report

Mar 24 2017

werner added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

I concur. We should disable the Python tests for gnupg versions < 2.1.12 (which
is about a year old)

Mar 24 2017, 4:42 PM · gpgme, Bug Report
aheinecke added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

I've rebased the patches against 1.8.0 but I still saw 22 failing python tests
with 2.0.26

Master fails for me even harder with 36 tests failing.

The gpg-connect-agent call's fail because --agent-program is not supported. In
master we even have --debug-quick-random which is even more recent (but which we
would also need in random starved environments like build daemons)

My preferred solution at this point would be to just say for 2.0.x the python
tests are unsupported and disabled completely. All the problems are with our
agent setup regarding the test suite and not really with functionality.

Mar 24 2017, 3:53 PM · gpgme, Bug Report

Mar 21 2017

werner added a comment to T2931: Provide automated way to set "primary" flag on a specific User ID in a cert.

See tests/run-genkey --set-primary on how to use it.

Mar 21 2017, 7:12 PM · gpgme, Feature Request
werner added a project to T2931: Provide automated way to set "primary" flag on a specific User ID in a cert: Unknown Object (Project).
Mar 21 2017, 7:11 PM · gpgme, Feature Request
werner added a comment to T2931: Provide automated way to set "primary" flag on a specific User ID in a cert.

commit 421ddd1 implements that for 1.9.0.

Mar 21 2017, 7:11 PM · gpgme, Feature Request

Mar 20 2017

einar77 added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

Unfortunately I'm unable to test this properly, because the patches can't be
applied properly to 1.8.0 (I need to add them to the package).

Mar 20 2017, 8:34 PM · gpgme, Bug Report
werner added a comment to T3008: GPGME: Unit test suite failure with gpg 2.0.24.

FYI this is:
Skip tests if GnuPG is too old.
Use 'gpg-agent --allow-loopback-pinentry' if applicable.

Mar 20 2017, 8:17 PM · gpgme, Bug Report
justus added a project to T3008: GPGME: Unit test suite failure with gpg 2.0.24: Unknown Object (Project).
Mar 20 2017, 4:45 PM · gpgme, Bug Report

Mar 17 2017

neal closed T2853: Signature Verification returning 'gpg: DBG: tofu.c:2772: strtoul failed for DB returned string (tail=): Invalid argument' as Resolved.
Mar 17 2017, 7:39 PM · Bug Report, gnupg
neal added a comment to T2853: Signature Verification returning 'gpg: DBG: tofu.c:2772: strtoul failed for DB returned string (tail=): Invalid argument'.

I marking this as resolved since I think the issue is fixed. If this is not the
case, please reopen.

Mar 17 2017, 7:39 PM · Bug Report, gnupg
neal closed T2914: TOFU Conflict Status fd output broken as Resolved.
Mar 17 2017, 7:39 PM · rc, Bug Report, gnupg, TOFU
neal added a comment to T2914: TOFU Conflict Status fd output broken.

I'm marking this as resolved since I think is fixed. Please reopen if this is
not the case.

Mar 17 2017, 7:39 PM · rc, Bug Report, gnupg, TOFU
neal added a project to T2959: with --tofu-default-policy=ask, Assertion "conflict_set" in get_trust failed (../../g10/tofu.c:2787): Unknown Object (Project).
Mar 17 2017, 2:49 PM · Unknown Object (Project), Debian, Bug Report, gnupg

Mar 3 2017

aheinecke added a comment to T2833: gpg-wks-client TLS access to server with wrong SNI name aborts.

Thomas confirmed this, with our workaround for the SNI problem removed the
problem still occurs. We have activated our workaround again to keep wks working
on testkolab.

I think gniibe may have posted a related patch to gnupg-devel some time ago not
to abort on non fatal GNUTLS alerts but I don't think it was applied.

This issue does not have high priority for me so I downgraded to minor bug but
it's still an issue.

Mar 3 2017, 10:28 AM · Unreleased, gnupg, Bug Report, dirmngr
aheinecke lowered the priority of T2833: gpg-wks-client TLS access to server with wrong SNI name aborts from Normal to Low.
Mar 3 2017, 10:28 AM · Unreleased, gnupg, Bug Report, dirmngr
aheinecke changed Version from 2.1.16-beta328 to 2.1.20-beta10 on T2833: gpg-wks-client TLS access to server with wrong SNI name aborts.
Mar 3 2017, 10:28 AM · Unreleased, gnupg, Bug Report, dirmngr

Mar 2 2017

aheinecke added a project to T2833: gpg-wks-client TLS access to server with wrong SNI name aborts: Restricted Project.
Mar 2 2017, 8:50 PM · Unreleased, gnupg, Bug Report, dirmngr
neal added a comment to T2853: Signature Verification returning 'gpg: DBG: tofu.c:2772: strtoul failed for DB returned string (tail=): Invalid argument'.

Glenn: I'm not exactly sure why your scenario exposed this issue. I suspect
that it has something to do with you have never used this key for encryption
prior to the verification, but it would require more investigation to confirm.

Mar 2 2017, 8:32 PM · Bug Report, gnupg
werner added a comment to T2853: Signature Verification returning 'gpg: DBG: tofu.c:2772: strtoul failed for DB returned string (tail=): Invalid argument'.

Neal: Do you have an answer for him?

Mar 2 2017, 8:11 PM · Bug Report, gnupg
justus closed T2947: ssh-import.scm test fails on Yosemite as Resolved.
Mar 2 2017, 10:10 AM · Bug Report, gnupg

Mar 1 2017

werner added a project to T2381: Add more support for profiles in gpgconf: In Progress.
Mar 1 2017, 9:09 PM · In Progress, gnupg (gpg22), gnupg, Feature Request
werner added a comment to T2381: Add more support for profiles in gpgconf.

Let's keep this one open to track missing options.

Mar 1 2017, 9:09 PM · In Progress, gnupg (gpg22), gnupg, Feature Request