Page MenuHome GnuPG
Feed All Stories

Jul 13 2012

werner added a comment to T1133: gpa requires gnupg2 but checks for gpgkeys_ldap instead of gpg2keys_ldap.

Given that 2.1 will remove the helpers, I doubt that it makes sense to
put a lot of work into a new detection feature. What do you think of
this change:

  • a/configure.ac

+++ b/configure.ac
@@ -157,8 +157,9 @@ if test -z "$GPG"; then
fi

dnl Find the keyserver plugins. Assume that gpgkeys_ldap is always available
-AC_PATH_PROG(GPGKEYS_LDAP, gpgkeys_ldap, [${libexecdir}/gnupg/gpgkeys_ldap],

  • [$PATH:/usr/libexec/gnupg/:/usr/lib/gnupg/])

+AC_PATH_PROGS(GPGKEYS_LDAP, gpg2keys_ldap gpgkeys_ldap,
+ [${libexecdir}/gnupg/gpg2keys_ldap],
+ [$PATH:/usr/libexec/gnupg:/usr/lib/gnupg2:/usr/lib/gnupg])
KEYSERVER_HELPERS_DIR=dirname $GPGKEYS_LDAP
if test -z "$KEYSERVER_HELPERS_DIR"; then

        AC_MSG_ERROR([[

That is we check for gpg2keys_ldap first and also put the Debian
directory into the PATH.

Jul 13 2012, 2:38 PM · Bug Report, gpa
werner lowered the priority of T1409: GnuPG ignores --use-utf8-strings for encrypted filenames (Windows) from High to Normal.
Jul 13 2012, 2:18 PM · Bug Report, gnupg
werner closed T1410: Update to gpa manual page as Resolved.
Jul 13 2012, 2:14 PM · Debian, Feature Request
werner added a comment to T1410: Update to gpa manual page.

Done. Thanks.

Jul 13 2012, 2:14 PM · Debian, Feature Request
werner added a project to T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist: Restricted Project.
Jul 13 2012, 2:04 PM · gpgme, Bug Report
werner added a comment to T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist.

Right. Commit e7aeaeb.

I have another work item for gpgme and plan to do a new release next week.

Jul 13 2012, 2:04 PM · gpgme, Bug Report
werner added a comment to T1414: Please add pkg-config support.

In general I don't like pkg-config because it adds an extra dependecy above the
required libraries and introduces other problems. However, for GPA we already
have lot of dependencies and thus I would accept a patch.

Jul 13 2012, 1:53 PM · Won't Fix, gpgme, Debian, Feature Request
werner added a project to T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME": Restricted Project.
Jul 13 2012, 1:51 PM · Bug Report, gpa
werner added a comment to T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME".

My fix is for gpa (44b6bdf6) and gpgme (9f081da7).

It would be possible to do fix this only in GPA but the fix in gpgme makes gpgme
also more robust.

Jul 13 2012, 1:51 PM · Bug Report, gpa
werner closed T1411: gpa segfaults in file-manager mode (patch attached) as Resolved.
Jul 13 2012, 10:25 AM · Bug Report, gpa
werner added a comment to T1411: gpa segfaults in file-manager mode (patch attached).

Applied to master (fb738b2). Thanks.

Jul 13 2012, 10:25 AM · Bug Report, gpa

Jul 8 2012

dleidert added projects to T1414: Please add pkg-config support: Feature Request, Debian, gpgme.
Jul 8 2012, 7:55 PM · Won't Fix, gpgme, Debian, Feature Request
dleidert set External Link to http://bugs.debian.org/659168 on T1414: Please add pkg-config support.
Jul 8 2012, 7:55 PM · Won't Fix, gpgme, Debian, Feature Request
dleidert added a comment to T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME".

Jul 8 2012, 6:46 PM · Bug Report, gpa
dleidert added projects to T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME": gpa, Bug Report.
Jul 8 2012, 6:46 PM · Bug Report, gpa
dleidert added a comment to T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME".

Jul 8 2012, 6:46 PM · Bug Report, gpa
dleidert set Version to 0.9.2 on T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME".
Jul 8 2012, 6:46 PM · Bug Report, gpa
dleidert added projects to T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist: Bug Report, gpgme.
Jul 8 2012, 5:33 PM · gpgme, Bug Report
dleidert set Version to 1.3.2 on T1412: src/engine-uiserver.c:52:#include "status-table.h" - status-table.h doesn't exist.
Jul 8 2012, 5:33 PM · gpgme, Bug Report
dleidert set Version to 0.9.2 on T1411: gpa segfaults in file-manager mode (patch attached).
Jul 8 2012, 2:19 PM · Bug Report, gpa
dleidert added projects to T1411: gpa segfaults in file-manager mode (patch attached): gpa, Bug Report.
Jul 8 2012, 2:19 PM · Bug Report, gpa
dleidert added a comment to T1411: gpa segfaults in file-manager mode (patch attached).

D155: 350_fix_segfault_filehandler.patch

Jul 8 2012, 2:19 PM · Bug Report, gpa

Jul 4 2012

dleidert set Version to 0.9.2 on T1410: Update to gpa manual page.
Jul 4 2012, 10:00 PM · Debian, Feature Request
dleidert set External Link to http://anonscm.debian.org/viewvc/pkg-gnupg/gpa/branches/experimental/debian/gpa.1?view=co on T1410: Update to gpa manual page.
Jul 4 2012, 10:00 PM · Debian, Feature Request
dleidert added a comment to T1410: Update to gpa manual page.

Jul 4 2012, 10:00 PM · Debian, Feature Request
dleidert added projects to T1410: Update to gpa manual page: Feature Request, Debian.
Jul 4 2012, 10:00 PM · Debian, Feature Request
dleidert closed T1408: gpa: segmentation fault in libassuan running in daemon modus as Resolved.
Jul 4 2012, 9:58 PM · Bug Report, gpa
dleidert added a comment to T1408: gpa: segmentation fault in libassuan running in daemon modus.

Doesn't occur in 0.9.2. Closing as 'resolved' myself.

Jul 4 2012, 9:58 PM · Bug Report, gpa

Jul 3 2012

dranft added a comment to T1409: GnuPG ignores --use-utf8-strings for encrypted filenames (Windows).

Jul 3 2012, 4:09 PM · Bug Report, gnupg
dranft added projects to T1409: GnuPG ignores --use-utf8-strings for encrypted filenames (Windows): gnupg, Bug Report.
Jul 3 2012, 4:09 PM · Bug Report, gnupg

Jul 2 2012

dleidert added projects to T1408: gpa: segmentation fault in libassuan running in daemon modus: gpa, Bug Report.
Jul 2 2012, 10:17 PM · Bug Report, gpa
dleidert added a comment to T1408: gpa: segmentation fault in libassuan running in daemon modus.

Jul 2 2012, 10:17 PM · Bug Report, gpa
dleidert set Version to 0.9.0 on T1408: gpa: segmentation fault in libassuan running in daemon modus.
Jul 2 2012, 10:17 PM · Bug Report, gpa

Jun 20 2012

pheerai added a comment to T1405: Print a warning for readers not supporting extended APDUs..

I will stay prepared for any testing or debugging that might be requested by
anyone of you guys (but it might take a week, as the reader belongs to someone
else), such a warning could have saved lots of time for each one of us.

And, only for your files, I made a mistake in the first E-Mail I wrote Ludovic:
It's not a Cherry ST-1044U, but a Cherry XX44 smartcard reader (ST-1044U seems
to be the USB-Descriptor)

Jun 20 2012, 9:56 PM · gnupg, scd, Feature Request
werner renamed T1405: Print a warning for readers not supporting extended APDUs. from CCID-Receive Protocol not supported to Print a warning for readers not supporting extended APDUs..
Jun 20 2012, 4:07 PM · gnupg, scd, Feature Request
werner added a project to T1405: Print a warning for readers not supporting extended APDUs.: gnupg.
Jun 20 2012, 4:07 PM · gnupg, scd, Feature Request
werner removed a project from T1405: Print a warning for readers not supporting extended APDUs.: Bug Report.
Jun 20 2012, 4:06 PM · gnupg, scd, Feature Request
werner added a project to T1405: Print a warning for readers not supporting extended APDUs.: Feature Request.
Jun 20 2012, 4:06 PM · gnupg, scd, Feature Request
werner added a comment to T1405: Print a warning for readers not supporting extended APDUs..

Ludovic noticed that this reader does not support extended APDUs (Log says
"Short APDU level exchange"). Thus there is no way to use this reader for 2k keys.

He also suggested to print a warning for such readers. That is a good idea.

Jun 20 2012, 4:05 PM · gnupg, scd, Feature Request
werner added a project to T1405: Print a warning for readers not supporting extended APDUs.: scd.
Jun 20 2012, 4:05 PM · gnupg, scd, Feature Request
werner updated subscribers of T1405: Print a warning for readers not supporting extended APDUs..
Jun 20 2012, 10:24 AM · gnupg, scd, Feature Request
werner lowered the priority of T1405: Print a warning for readers not supporting extended APDUs. from High to Normal.
Jun 20 2012, 10:24 AM · gnupg, scd, Feature Request
werner added a comment to T1405: Print a warning for readers not supporting extended APDUs..

That is the same error as in your first report. It is either a
problem of the reader or of pcscd. Please stop pcscd and try with the
internal driver.

Ludovic: Using an extend APDU with a 3 byte Lc is not strange - even
if the value of Lc is only 2. This is Case 4E in 7816-4.

We need to use an extended APDU because we need to specify the
expected return length Le as larger than 256. We use 2048 here
(0x0800) because that is the maximum length of response data for this
specific card. Although we don't expect a 2048 byte response, we
expect one that is larger than 256 and thus we need to request an
Extended Length APDU. The 2048 is required for other commands and
thus the reader need to support it anyway.

Jun 20 2012, 10:24 AM · gnupg, scd, Feature Request

Jun 15 2012

pheerai added a comment to T1405: Print a warning for readers not supporting extended APDUs..

The debug-output of scdaemon can be found here:

http://pastebin.kruton.de/21/src

And I do have write permission on the device.

Jun 15 2012, 10:04 AM · gnupg, scd, Feature Request

Jun 14 2012

werner added a comment to T1405: Print a warning for readers not supporting extended APDUs..

The CMD 0x47 is an ISO7816-8 command (Generate keypair). I suggest to enable
debugging in scdaemon: Put this into ~/.gnupg/scdaemon.conf

log-file /foo/bar/mylog
debug 1024
debug 2048
debug-ccid-driver

kill scdaemon and try again. It is possible that the reader fails due to the
genrate key command. Another option is a problem in pcscd. Stop pcscd, make
sure you have write permissions to the reader's device under /dev/bus/usb, and
tru again. This will use scdaemons internal driver.

Jun 14 2012, 9:54 PM · gnupg, scd, Feature Request
werner added a comment to T1407: Segmentation fault.

We need some more information. You ,ay want to start gpg thi way:

  gpg -v --debug 1024 --gen-key

Has the agent been started? Try

  gpg-connect-agent 'getinfo version' /bye

If gpg still fails, the easiest way to track it down is by running it under a
debugger, or check the core file. Also try GnuPG 2.0.19 which have fixed the
problem

Jun 14 2012, 9:48 PM · Info Needed, Bug Report, gnupg

Jun 13 2012

mgorny added a comment to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang).

It seems that my patch does actually break gcc... i'm not sure how to handle
this correctly anyway. It seems that the problem is actually unsolvable, and
there's no correct way to mix inline functions and external assembly definitions.

Jun 13 2012, 10:22 PM · Bug Report, libgcrypt
wpaxton added projects to T1407: Segmentation fault: gnupg, Bug Report.
Jun 13 2012, 2:09 PM · Info Needed, Bug Report, gnupg
wpaxton set Version to 2.0.18 on T1407: Segmentation fault.
Jun 13 2012, 2:09 PM · Info Needed, Bug Report, gnupg
mgorny added a comment to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang).

D154: 346_0001-Fix-use-of-inline-to-avoid-multiple-declarations.patch

Jun 13 2012, 9:40 AM · Bug Report, libgcrypt
mgorny added projects to T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang): libgcrypt, Bug Report, patch.
Jun 13 2012, 9:40 AM · Bug Report, libgcrypt
mgorny set Version to 1.5.0 on T1406: libmpi inlining results in multiple definitions of symbols (when compiled by clang).
Jun 13 2012, 9:40 AM · Bug Report, libgcrypt

Jun 10 2012

pheerai added a comment to T1405: Print a warning for readers not supporting extended APDUs..

Jun 10 2012, 10:54 PM · gnupg, scd, Feature Request
pheerai added a project to T1405: Print a warning for readers not supporting extended APDUs.: Bug Report.
Jun 10 2012, 10:54 PM · gnupg, scd, Feature Request
pheerai set Version to 2.0.19 on T1405: Print a warning for readers not supporting extended APDUs..
Jun 10 2012, 10:54 PM · gnupg, scd, Feature Request

Jun 3 2012

g.trentalancia added a comment to T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town).

Hello Werner.

Jun 3 2012, 6:20 PM · Bug Report, gnupg

May 30 2012

NoN added a comment to T1396: Subkey expiring breaks other subkeys.

Do you need more information, or you can confirm and reproduce bug with given
description?

May 30 2012, 7:43 PM · Too Old, Bug Report, gnupg

May 29 2012

werner added a comment to T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town).

Sure, a "make clean" will delete the keyring and thus you see a message:
“imported" - if you run it a second time you see “not changed". That is all okay.

But please tell us the info I requested.

May 29 2012, 6:52 PM · Bug Report, gnupg

May 18 2012

g.trentalancia added a comment to T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town).

The first time I did run the test, the armor.test.log file was as
follows:

May 18 2012, 7:54 PM · Bug Report, gnupg

May 13 2012

werner added a comment to T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town).

linux is a bit unspecific. Debian, Suse, Fedora, Ubuntu, Genttoo, Arch ?
I also need to see the log file - if you hesitate to post it to this BTS, feel
free to send it by PM to me (wk@gnupg.org) - Not HTML parts, you may want to
_gzip_ the log file.

May 13 2012, 12:59 PM · Bug Report, gnupg

May 9 2012

g.trentalancia added a comment to T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town).

On Tue, 2012-05-08 at 14:47 +0000, Werner Koch via BTS wrote:

Werner Koch <wk@gnupg.org> added the comment:

What OS and what shell are you using? Please also attach the file armor.test.log.

May 9 2012, 11:59 PM · Bug Report, gnupg

May 8 2012

werner added a comment to T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town).

What OS and what shell are you using? Please also attach the file armor.test.log.

May 8 2012, 4:47 PM · Bug Report, gnupg
werner closed T1398: "make clean" destroys required files as Resolved.
May 8 2012, 4:09 PM · Bug Report, gnupg
werner added a comment to T1398: "make clean" destroys required files.

I assume you meant audit-codes.h and status-codes.h.
Right they were listed under CLEANFILES; which is wrong. I am currently fixing
this. Thanks.

May 8 2012, 4:09 PM · Bug Report, gnupg
werner added a comment to T1387: Interesting Thing.

That seems to be an old Outlook version without proper MIME support (OL 2000?).
For OL2003 please make sure to install the latest service pack.

May 8 2012, 2:51 PM · gpgol

May 2 2012

werner closed T1271: SIGABRT - EXC_BAD_ACCESS on mac as Resolved.
May 2 2012, 10:38 AM · Info Needed, gpgme, Bug Report
werner removed projects from T1387: Interesting Thing: gpgme, Bug Report.
May 2 2012, 10:37 AM · gpgol
werner added a project to T1387: Interesting Thing: gpgol.
May 2 2012, 10:37 AM · gpgol
werner lowered the priority of T1387: Interesting Thing from High to Normal.
May 2 2012, 10:37 AM · gpgol
werner closed T1387: Interesting Thing as Invalid.
May 2 2012, 10:37 AM · gpgol
werner added a comment to T1404: Error in gpgme_decrypt_result_t structure description (documentation issue).

Fixed in master will go into 1.3.2. Thanks.

May 2 2012, 10:36 AM · gpgme, Bug Report
werner closed T1404: Error in gpgme_decrypt_result_t structure description (documentation issue) as Resolved.
May 2 2012, 10:36 AM · gpgme, Bug Report

Apr 29 2012

werner added a comment to T1403: Even with --quiet, gpg still prints msg on stderr when --passphrase-fd is used..

Fixed. Will eventually go into 1.4.13.

Apr 29 2012, 11:56 AM · Bug Report
werner closed T1403: Even with --quiet, gpg still prints msg on stderr when --passphrase-fd is used. as Resolved.
Apr 29 2012, 11:56 AM · Bug Report

Apr 28 2012

cancel added projects to T1404: Error in gpgme_decrypt_result_t structure description (documentation issue): Bug Report, gpgme.
Apr 28 2012, 9:26 PM · gpgme, Bug Report

Apr 25 2012

kfogel added a comment to T1403: Even with --quiet, gpg still prints msg on stderr when --passphrase-fd is used..

By the way, --quiet does suppress other stderr messages, at least this one:

"gpg: keyring `/home/blah/.gnupgtmp/pubring.gpg' created"
Apr 25 2012, 5:56 AM · Bug Report
kfogel set Version to 1.4.12 on T1403: Even with --quiet, gpg still prints msg on stderr when --passphrase-fd is used..
Apr 25 2012, 5:52 AM · Bug Report
kfogel added a project to T1403: Even with --quiet, gpg still prints msg on stderr when --passphrase-fd is used.: Bug Report.
Apr 25 2012, 5:52 AM · Bug Report

Apr 18 2012

tootea added a comment to T1402: [PATCH] gpg-protect-tool doesn't pass DISPLAY to agent.

Is it just me, or are both of my messages truncated to a single line?!

Apr 18 2012, 9:03 PM · Fedora, Bug Report, gnupg
tootea added a comment to T1402: [PATCH] gpg-protect-tool doesn't pass DISPLAY to agent.

This is in no way specific to Kleopatra (the KDE certificate manager), gpgsm --

Apr 18 2012, 9:01 PM · Fedora, Bug Report, gnupg
werner added a project to T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation: gnupg.
Apr 18 2012, 12:06 PM · ssh, gpgagent, Feature Request, gnupg, gnupg (gpg20)
werner added a comment to T1402: [PATCH] gpg-protect-tool doesn't pass DISPLAY to agent.

KDE's Kontact has been developed along with GnuPG, thus I wonder why you have
this problem. Can you please explain the problem a bit more detailed?

Apr 18 2012, 12:05 PM · Fedora, Bug Report, gnupg

Apr 11 2012

tootea added a comment to T1402: [PATCH] gpg-protect-tool doesn't pass DISPLAY to agent.

D153: 344_gnupg-2.0.18-protect-tool-env.patch

Apr 11 2012, 10:31 PM · Fedora, Bug Report, gnupg
tootea set Version to 2.0.18 on T1402: [PATCH] gpg-protect-tool doesn't pass DISPLAY to agent.
Apr 11 2012, 10:31 PM · Fedora, Bug Report, gnupg
tootea added projects to T1402: [PATCH] gpg-protect-tool doesn't pass DISPLAY to agent: gnupg, Bug Report, Fedora.
Apr 11 2012, 10:31 PM · Fedora, Bug Report, gnupg
tootea set External Link to https://bugzilla.redhat.com/show_bug.cgi?id=548528 on T1402: [PATCH] gpg-protect-tool doesn't pass DISPLAY to agent.
Apr 11 2012, 10:31 PM · Fedora, Bug Report, gnupg

Apr 10 2012

bluescreen303 added a comment to T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation.

Would be great to have included if 2.1 is the ecc release.

I would love to just have 1 agent for everything.

Apr 10 2012, 9:26 PM · ssh, gpgagent, Feature Request, gnupg, gnupg (gpg20)
werner added a comment to T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation.

There is no ECC support for the agent, yet. The ssh protocol is different from
the OpenPGP Protocol. It should be easy to add support, though.

Apr 10 2012, 8:04 PM · ssh, gpgagent, Feature Request, gnupg, gnupg (gpg20)
werner added a project to T1399: GnuPG 2.0.17 wont decrypt: Not A Bug.
Apr 10 2012, 8:03 PM · Not A Bug, gpa, Bug Report
werner closed T1399: GnuPG 2.0.17 wont decrypt as Resolved.
Apr 10 2012, 8:03 PM · Not A Bug, gpa, Bug Report
werner added a comment to T1399: GnuPG 2.0.17 wont decrypt.

Make sure that you paste a complete message. Use the command line if in doubt.
This is very likely a user error; ask on gnupg-users at gnupg.org for help

Apr 10 2012, 8:03 PM · Not A Bug, gpa, Bug Report

Apr 8 2012

bluescreen303 added projects to T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation: gnupg (gpg20), Feature Request, gpgagent, ssh.
Apr 8 2012, 9:16 AM · ssh, gpgagent, Feature Request, gnupg, gnupg (gpg20)
bluescreen303 set Version to 2.1.* on T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation.
Apr 8 2012, 9:16 AM · ssh, gpgagent, Feature Request, gnupg, gnupg (gpg20)

Apr 5 2012

NoN added a comment to T1396: Subkey expiring breaks other subkeys.

I'm using Linux Mint 12 Lisa, and I've tested on built-in 1.4.11 and on custom
built latest revision in repository - d64aa7.

  1. I've created key with Primary key (P0), and 3 subkeys (S1, S2, S3). Export

this key for further tests.

  1. Change expiration date of first subkey (S1). Everything seems OK.
  2. Export whole key, remove it from gpg, import again - Everything is OK.
  3. Back to step 2 - remove key, import original one.
  4. Change expiration date of second or third subkey (S2, S3). Everything seems

OK again.

  1. Export whole key, remove it from gpg, import again - we've missed S1 subkey,

and expiration date of changed subkey left as in step 1.

I've analyzed changes on each step via gpgsplit. My conclusion: GPG always edit
S1 subkey signature. Editing non-first subkey (S2, S3, S4…) edits (breaks) S1
signature. S2¸ S3… signatures leaved unchanged. GPG checks subkey signature
only at import. User doesn't know about subkeys breakage until he reexport it.

Apr 5 2012, 9:26 PM · Too Old, Bug Report, gnupg
werner added a comment to T1396: Subkey expiring breaks other subkeys.

Please explain in detail (step by step), what you did. What OS are you using?
Thanks.

Apr 5 2012, 8:57 PM · Too Old, Bug Report, gnupg
werner reopened T1400: Improve "make check" messages as "Open".
Apr 5 2012, 8:44 PM · gnupg, Feature Request, backport
werner added a project to T1400: Improve "make check" messages: In Progress.
Apr 5 2012, 8:44 PM · gnupg, Feature Request, backport
werner added a project to T1400: Improve "make check" messages: backport.
Apr 5 2012, 8:43 PM · gnupg, Feature Request, backport
werner added a comment to T1400: Improve "make check" messages.

Done for master (f1e1387).

Apr 5 2012, 8:43 PM · gnupg, Feature Request, backport
werner closed T1400: Improve "make check" messages as Resolved.
Apr 5 2012, 8:43 PM · gnupg, Feature Request, backport