Page MenuHome GnuPG
Feed All Stories

Jun 20 2012

werner added a project to T1405: Print a warning for readers not supporting extended APDUs.: scd.
Jun 20 2012, 4:05 PM · scd, Feature Request, gnupg
werner updated subscribers of T1405: Print a warning for readers not supporting extended APDUs..
Jun 20 2012, 10:24 AM · scd, Feature Request, gnupg
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 · scd, Feature Request, gnupg
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 · scd, Feature Request, gnupg

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 · scd, Feature Request, gnupg

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 · scd, Feature Request, gnupg
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, Feature Request, scd
pheerai added a project to T1405: Print a warning for readers not supporting extended APDUs.: Bug Report.
Jun 10 2012, 10:54 PM · gnupg, Feature Request, scd
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, Feature Request, scd

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 (gpg20), gnupg
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 (gpg20), gnupg
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 (gpg20), gnupg
werner added a project to T1399: GnuPG 2.0.17 wont decrypt: Not A Bug.
Apr 10 2012, 8:03 PM · Not A Bug, Bug Report, gpa
werner closed T1399: GnuPG 2.0.17 wont decrypt as Resolved.
Apr 10 2012, 8:03 PM · Not A Bug, Bug Report, gpa
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, Bug Report, gpa

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
werner added projects to T1400: Improve "make check" messages: Feature Request, gnupg.
Apr 5 2012, 6:29 PM · gnupg, Feature Request, backport

Apr 2 2012

johnnog added a comment to T1399: GnuPG 2.0.17 wont decrypt.

after pasting to clipboard i hit decrypt button but get the error message-
"General Error
This is probably a bug in GPA
GPA will now try to recover from this error".
nothing happens,gpa doesnt recover.
any suggestions please?
i am using it with web based hushmail running windows xp home

Apr 2 2012, 1:59 PM · Not A Bug, Bug Report, gpa
johnnog added a project to T1399: GnuPG 2.0.17 wont decrypt: gpa.
Apr 2 2012, 1:35 PM · Not A Bug, Bug Report, gpa
johnnog added a project to T1399: GnuPG 2.0.17 wont decrypt: Bug Report.
Apr 2 2012, 1:32 PM · Not A Bug, Bug Report, gpa
johnnog set Version to GnuPG 2.0.17 on T1399: GnuPG 2.0.17 wont decrypt.
Apr 2 2012, 1:32 PM · Not A Bug, Bug Report, gpa

Mar 29 2012

outer added projects to T1398: "make clean" destroys required files: gnupg, Bug Report.
Mar 29 2012, 10:49 PM · Bug Report, gnupg
outer set Version to 2.0.19 on T1398: "make clean" destroys required files.
Mar 29 2012, 10:49 PM · Bug Report, gnupg
outer set Version to 2.0.19 on T1397: 2.0.19 Mac OS X "Lion" gpgtar iconv Build Problem.
Mar 29 2012, 10:42 PM · Too Old, Bug Report, gnupg
outer added projects to T1397: 2.0.19 Mac OS X "Lion" gpgtar iconv Build Problem: gnupg, Bug Report.
Mar 29 2012, 10:42 PM · Too Old, Bug Report, gnupg
NoN set Version to 1.4.11 (d64aa7) on T1396: Subkey expiring breaks other subkeys.
Mar 29 2012, 12:23 PM · Too Old, Bug Report, gnupg
NoN added a comment to T1396: Subkey expiring breaks other subkeys.

Mar 29 2012, 12:23 PM · Too Old, Bug Report, gnupg
NoN added projects to T1396: Subkey expiring breaks other subkeys: gnupg, Bug Report.
Mar 29 2012, 12:23 PM · Too Old, Bug Report, gnupg

Mar 28 2012

werner renamed T1395: Write an architecture chapter for GnuPG from Write an archicture chapter for GnuPG to Write an architecture chapter for GnuPG.
Mar 28 2012, 10:52 AM · gnupg, Feature Request, Documentation

Mar 27 2012

werner added a project to T1395: Write an architecture chapter for GnuPG: Documentation.
Mar 27 2012, 7:13 PM · gnupg, Feature Request, Documentation
werner added projects to T1395: Write an architecture chapter for GnuPG: Feature Request, gnupg.
Mar 27 2012, 7:12 PM · gnupg, Feature Request, Documentation
werner closed T1343: warn if arguments are not considered options as Resolved.
Mar 27 2012, 5:40 PM · gnupg, Feature Request
werner added a comment to T1343: warn if arguments are not considered options.

Done for 2.1

Mar 27 2012, 5:40 PM · gnupg, Feature Request

Mar 26 2012

werner closed T1352: Crash on FreeBSD 8.2 when used through duplicity as Resolved.
Mar 26 2012, 3:19 PM · Duplicate, gnupg, Bug Report
werner removed a project from T1352: Crash on FreeBSD 8.2 when used through duplicity: In Progress.
Mar 26 2012, 3:19 PM · Duplicate, gnupg, Bug Report
werner added a comment to T1352: Crash on FreeBSD 8.2 when used through duplicity.

Should be fixed with 2.0.18.

Mar 26 2012, 3:19 PM · Duplicate, gnupg, Bug Report
werner added a comment to T1326: Compressed data packets with uncompressed data (algo=0).

Fixed for 2.0.19 (88633bf3).

Thanks.

Mar 26 2012, 3:17 PM · Bug Report, gnupg
werner added a project to T1326: Compressed data packets with uncompressed data (algo=0): Restricted Project.
Mar 26 2012, 3:17 PM · Bug Report, gnupg
werner added a project to T926: gpgsm does not accept CA certificate w/o CRL: Too Old.
Mar 26 2012, 2:47 PM · Too Old, S/MIME, gnupg
werner added a project to T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes): Too Old.
Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg
werner removed a project from T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes): Info Needed.
Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg
werner added a comment to T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes).

Please re-open if you still see this problem.

Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg
werner closed T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes) as Resolved.
Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg
werner closed T1297: [2.0.16] Makefile fails to create audit-events.h. as Resolved.
Mar 26 2012, 2:44 PM · Too Old, Bug Report, gnupg
werner added a project to T1297: [2.0.16] Makefile fails to create audit-events.h.: Too Old.
Mar 26 2012, 2:44 PM · Too Old, Bug Report, gnupg
werner updated subscribers of T1295: link dirmngr_ldap with -llber.
Mar 26 2012, 2:43 PM · dirmngr, Bug Report
werner added a comment to T1295: link dirmngr_ldap with -llber.

This is an old one, but we may want to get a new dirmngr release out anyway.

Mar 26 2012, 2:43 PM · dirmngr, Bug Report
werner assigned T1295: link dirmngr_ldap with -llber to marcus.
Mar 26 2012, 2:43 PM · dirmngr, Bug Report
werner removed a project from T1295: link dirmngr_ldap with -llber: gnupg.
Mar 26 2012, 2:43 PM · dirmngr, Bug Report
werner added a project to T1295: link dirmngr_ldap with -llber: dirmngr.
Mar 26 2012, 2:43 PM · dirmngr, Bug Report
werner added a comment to T1276: Typos in German translation.

Fixed for 2.0.19 (8b9fb19).

Mar 26 2012, 2:41 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner added projects to T1276: Typos in German translation: gnupg (gpg14), Documentation.
Mar 26 2012, 2:41 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner closed T1393: small correction for gpg manpage on default-cert-level as Resolved.
Mar 26 2012, 2:33 PM · Debian, Bug Report, gnupg
werner added a comment to T1393: small correction for gpg manpage on default-cert-level.

Fixed in GIT master (0ad03d2). Will go into future releases of all branches.

Mar 26 2012, 2:33 PM · Debian, Bug Report, gnupg
werner lowered the priority of T1358: GPG 1.4.11 apdu.c -> uninitialized variable+ implicit typecast led to malloc error (patch attached) from High to Normal.
Mar 26 2012, 2:27 PM · Bug Report, gnupg