Page MenuHome GnuPG
Feed All Stories

Dec 9 2013

werner added a project to T1577: gnupg chooses an outdated key: Feature Request.
Dec 9 2013, 7:45 PM · Feature Request, gnupg
werner removed a project from T1577: gnupg chooses an outdated key: Bug Report.
Dec 9 2013, 7:45 PM · Feature Request, gnupg
werner added a project to T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file: Feature Request.
Dec 9 2013, 7:40 PM · Feature Request, gnupg
werner lowered the priority of T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file from Normal to Wishlist.
Dec 9 2013, 7:40 PM · Feature Request, gnupg
werner removed a project from T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file: Bug Report.
Dec 9 2013, 7:40 PM · Feature Request, gnupg
werner closed T1575: ecc.test: ecc-sample-1-sec.asc: import failed as Resolved.
Dec 9 2013, 7:38 PM · Mistaken, gnupg, Bug Report
werner added projects to T1575: ecc.test: ecc-sample-1-sec.asc: import failed: gnupg, Mistaken.
Dec 9 2013, 7:38 PM · Mistaken, gnupg, Bug Report
werner added a comment to T1575: ecc.test: ecc-sample-1-sec.asc: import failed.

That is work in progress - please don't report bug for master to the tracker.

Dec 9 2013, 7:38 PM · Mistaken, gnupg, Bug Report

Dec 8 2013

toralf added a comment to T1577: gnupg chooses an outdated key.

FWIW here's the trace (I pressed Ctrl-C when the passphrase was asked for)

tfoerste@n22 ~/workspace $ git tag -s 'test' -m ''
trace: built-in: git 'tag' '-s' 'test' '-m' ''
trace: run_command: 'gpg' '-bsau' 'Toralf Förster <toralf.foerster@gmx.de>'
gpg: enabled debug flags: memstat trust extprog assuan

You need a passphrase to unlock the secret key for
user: "Toralf Förster <toralf.foerster@gmx.de>"
1024-bit DSA key, ID 7DB69DA3, created 2004-08-14

gpg: DBG: connection to agent established
gpg: cancelled by user
gpg: skipped "Toralf Förster <toralf.foerster@gmx.de>": Operation cancelled
gpg: signing failed: Operation cancelled
random usage: poolsize=600 mixed=0 polls=0/0 added=0/0

outmix=0 getlvl1=0/0 getlvl2=0/0

secmem usage: 0/32768 bytes in 0 blocks
error: gpg failed to sign the data
error: unable to sign the tag

Dec 8 2013, 9:13 PM · Feature Request, gnupg
toralf added projects to T1577: gnupg chooses an outdated key: gnupg, Bug Report.
Dec 8 2013, 8:43 PM · Feature Request, gnupg
toralf set Version to 2.0.22 on T1577: gnupg chooses an outdated key.
Dec 8 2013, 8:43 PM · Feature Request, gnupg

Dec 7 2013

HansChristophSteiner added a comment to T1576: pthread_atfork() does not work in Android.

Even if that function is never called on Android, it will need to be #ifdefed out
in order for that code to build for Android. Right now, linking fails because it
can't find the symbol pthread_atfork.

Dec 7 2013, 9:37 PM · Bug Report, npth
gniibe added a comment to T1576: pthread_atfork() does not work in Android.

Thanks for information (Note: I don't have experiences for Android).
I realized that fork/exec is basically not supported for applications on
Android.
If this were true, it makes sense to ifdef-out the calls to pthread_atfork for
Android.

The reason why we need to call pthread_atfork is to reset signal mask for
executable fork/exec-ed by the program. We had a bug which stoped killing
pinentry (which was fork/exec-ed by gpg-agent).

Dec 7 2013, 6:06 AM · Bug Report, npth

Dec 6 2013

HansChristophSteiner added a comment to T1576: pthread_atfork() does not work in Android.

Its also not in any headers in the NDK:

$ grep atfork /opt/android-ndk/platforms/android-*/arch-arm/usr/include/*.h
$ grep atfork /opt/android-ndk/platforms/android-*/arch-arm/usr/include/*/*.h
$

Dec 6 2013, 2:23 AM · Bug Report, npth
HansChristophSteiner removed projects from T1576: pthread_atfork() does not work in Android: Stalled, Feature Request.
Dec 6 2013, 2:21 AM · Bug Report, npth
HansChristophSteiner added a project to T1576: pthread_atfork() does not work in Android: Bug Report.
Dec 6 2013, 2:21 AM · Bug Report, npth
HansChristophSteiner added a comment to T1576: pthread_atfork() does not work in Android.

Bad news, though that .c/.cpp file exists, it does not seem to get built into
Android. I have tried building against android-14, which is after that file was
introduces, and no luck. I also tried looking for it in the libs, and its not
in the .so or .a libs. Running this gives me nothing:

$ strings /opt/android-ndk/platforms/android-*/arch-arm/usr/lib/* | grep atfork

Dec 6 2013, 2:21 AM · Bug Report, npth

Dec 5 2013

HansChristophSteiner removed a project from T1576: pthread_atfork() does not work in Android: Bug Report.
Dec 5 2013, 6:03 PM · Bug Report, npth
HansChristophSteiner added a comment to T1576: pthread_atfork() does not work in Android.

we've decided to suspend support for older versions on Android, so we can leave
this as is for now, any maybe forever. We want to support older versions, but
its more work than we can handle. Patches are welcome though, if anyone wants
to add back support for Android versions old than android-14/4.0/Ice Cream Sandwich.

Dec 5 2013, 6:03 PM · Bug Report, npth
HansChristophSteiner added projects to T1576: pthread_atfork() does not work in Android: Feature Request, Stalled.
Dec 5 2013, 6:03 PM · Bug Report, npth
HansChristophSteiner added a comment to T1576: pthread_atfork() does not work in Android.

It looks like pthread_atfork() was not added to bionic libc[1] until after
android-10/v2.3.6/Gingerbread. That excludes 1/4 of current Google Android
users, and probably more of unoffical Android users.[4] To target older
versions of Android, you either have to include pthread-atfork.c[2] or the newer
[pthread_atfork.cpp][3] in your project, or not use pthread_atfork() at all.
We might be able to manage including pthread-atfork.c, but it could be ugly.

[1]:

https://android.googlesource.com/platform/bionic.git/+/4f086aeb4aa06e13079b7fec71a8178ceeacf318

[2]:

https://android.googlesource.com/platform/bionic.git/+/android-4.0.1_r1/libc/bionic/pthread-atfork.c

[3]:

https://android.googlesource.com/platform/bionic.git/+/master/libc/bionic/pthread_atfork.cpp

[3]: https://developer.android.com/about/dashboards/index.html
Dec 5 2013, 5:41 PM · Bug Report, npth
gniibe added a comment to T1576: pthread_atfork() does not work in Android.

I checked the source code of Bionic libc. There is the function defined:
https://github.com/android/platform_bionic/blob/master/libc/bionic/pthread_atfork.
cpp

Is it compile time option not including this function?

Dec 5 2013, 7:48 AM · Bug Report, npth

Dec 4 2013

lmamane changed Version from 2.0.19 to 2.0.22 on T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file.
Dec 4 2013, 6:30 PM · Feature Request, gnupg
lmamane added a comment to T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file.

Still have this issue.

The patch against 2.0.19 applies to 2.0.22, bumping the version.

I will try again on both mailing lists, as well.

Dec 4 2013, 6:30 PM · Feature Request, gnupg
HansChristophSteiner set Version to 9a3377bb534654ec398300c1900350b02321f86c on T1576: pthread_atfork() does not work in Android.
Dec 4 2013, 6:15 AM · Bug Report, npth
HansChristophSteiner added projects to T1576: pthread_atfork() does not work in Android: npth, Bug Report.
Dec 4 2013, 6:15 AM · Bug Report, npth

Dec 1 2013

raoul added a project to T1575: ecc.test: ecc-sample-1-sec.asc: import failed: Bug Report.
Dec 1 2013, 12:05 AM · Mistaken, gnupg, Bug Report
raoul set Version to gpg (GnuPG) 2.1.0-beta267 on T1575: ecc.test: ecc-sample-1-sec.asc: import failed.
Dec 1 2013, 12:05 AM · Mistaken, gnupg, Bug Report

Nov 29 2013

werner closed T1573: Optional support for larger RSA key sizes as Resolved.
Nov 29 2013, 6:47 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
werner added a project to T1573: Optional support for larger RSA key sizes: Won't Fix.
Nov 29 2013, 6:47 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
werner added a comment to T1573: Optional support for larger RSA key sizes.

This has been discussed ad nauseam. Thus this will not be included.

Nov 29 2013, 6:47 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
ido added a comment to T1573: Optional support for larger RSA key sizes.

Nov 29 2013, 4:37 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
ido added a comment to T1573: Optional support for larger RSA key sizes.

D182: 410_0001-gpg-Compile-time-flag-for-RSA-key-sizes-4096.patch

Nov 29 2013, 4:37 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
ido added a comment to T1573: Optional support for larger RSA key sizes.

Uploaded a new patch file - I missed a semicolon.

Nov 29 2013, 4:37 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
haubi set Version to 1.3.0 on T1574: compilation error: AIX headers define TRUE and FALSE.
Nov 29 2013, 3:07 PM · Bug Report, libksba
haubi added a comment to T1574: compilation error: AIX headers define TRUE and FALSE.

D184: 409_libksba-1.3.0-undef-true.patch

Nov 29 2013, 3:07 PM · Bug Report, libksba
haubi added projects to T1574: compilation error: AIX headers define TRUE and FALSE: libksba, Bug Report.
Nov 29 2013, 3:07 PM · Bug Report, libksba

Nov 28 2013

ido added a project to T1573: Optional support for larger RSA key sizes: gnupg (gpg21).
Nov 28 2013, 11:42 PM · gnupg, Won't Fix, gnupg (gpg21), Feature Request
ido added a comment to T1573: Optional support for larger RSA key sizes.

Nov 28 2013, 11:42 PM · gnupg, Won't Fix, gnupg (gpg21), Feature Request
ido set Version to 2.1 on T1573: Optional support for larger RSA key sizes.
Nov 28 2013, 11:41 PM · gnupg, Won't Fix, gnupg (gpg21), Feature Request
ido added projects to T1573: Optional support for larger RSA key sizes: Feature Request, gnupg.
Nov 28 2013, 11:41 PM · gnupg, Won't Fix, gnupg (gpg21), Feature Request
ido added a comment to T1573: Optional support for larger RSA key sizes.

D183: 407_0001-gpg-Compile-time-flag-for-RSA-key-sizes-4096.patch

Nov 28 2013, 11:41 PM · gnupg, Won't Fix, gnupg (gpg21), Feature Request
werner closed T1572: Privacy Leak in Version: and Comment: header as Resolved.
Nov 28 2013, 5:44 PM · Bug Report, gnupg

Nov 27 2013

naif added a comment to T1572: Privacy Leak in Version: and Comment: header.

Hi Werner,

thanks! So, for GnuPG "Version:" we are ok.

I'm going to push forward the other application authors to disable the Comment:
field, at least removing the version information.

Nov 27 2013, 3:55 PM · Bug Report, gnupg
werner added a comment to T1572: Privacy Leak in Version: and Comment: header.

There is no comment header by default. Adding an extra option to disable it
does not make much sense - if application authors want them you need to convince
them. They are sometimes even used to convey meta information and thus a change
here would break some applications.

Nov 27 2013, 3:49 PM · Bug Report, gnupg
naif added a comment to T1572: Privacy Leak in Version: and Comment: header.

Would it possible also to provide a switch to prevent/filter out the adding of
"Comment:" header by default?

As i did notice that all software using GnuPG add a "Comment:" version with
additional "version leak" (such as EnigMail, MacGPG, etc).

I think that would be valuable if GnuPG would, by default, filter out the
"Comment:" header unless a specific command line switch is enabled.

A Default that does not allow "Comment:" by default.

A command line switch, like --enable-comment-header, to enable it.

That way, most of the software integrating GnuPG, when upgrading will need to
manage this condition and, by default, they will not leak additional information
in the "Comment:" header.

What do you think=

Nov 27 2013, 12:04 PM · Bug Report, gnupg
naif reopened T1572: Privacy Leak in Version: and Comment: header as "Open".
Nov 27 2013, 12:04 PM · Bug Report, gnupg
werner added a comment to T1572: Privacy Leak in Version: and Comment: header.

The new default is now

  Version: GnuPG v1

with --emit-version you can add more info and with --no-emit-version the version
line is removed as before. Pushed to all branches. A new 1.4 release is due
next month.

Nov 27 2013, 11:05 AM · Bug Report, gnupg
werner closed T1572: Privacy Leak in Version: and Comment: header as Resolved.
Nov 27 2013, 11:05 AM · Bug Report, gnupg

Nov 26 2013

werner added a comment to T1572: Privacy Leak in Version: and Comment: header.

Yeah, that it is a very old discussion on whether versions numbers are good or
bade security wise. IIRC, we had such a discussion again on the GnuPG users
list a few month before the snow.

Distinguishing between GnuPG-1 and GnuPG-2 would still be useful so to see
whether 1 is still in use. Dropping the exact version number and the OS is fine
with me.

gpg can't do anything about permitting - the user may do what s/he wants. Using
sed is actually a fine way to insert whatever one likes and that is nothing
can't gpg can avoid.

Nov 26 2013, 9:15 PM · Bug Report, gnupg

Nov 24 2013

naif added a comment to T1572: Privacy Leak in Version: and Comment: header.

Added GPGtools ticket
http://support.gpgtools.org/discussions/everything/13667-privacy-leak-in-version-and-comment-header

Nov 24 2013, 6:01 PM · Bug Report, gnupg
naif added a comment to T1572: Privacy Leak in Version: and Comment: header.

A discussion on this issue started on liberationtech mailing list on
https://mailman.stanford.edu/pipermail/liberationtech/2013-November/012239.html

Nov 24 2013, 5:54 PM · Bug Report, gnupg
naif added a comment to T1572: Privacy Leak in Version: and Comment: header.

This issue has been reported also on Enigmail
https://sourceforge.net/p/enigmail/bugs/215/

Nov 24 2013, 5:49 PM · Bug Report, gnupg
naif added projects to T1572: Privacy Leak in Version: and Comment: header: gnupg, Bug Report.
Nov 24 2013, 5:45 PM · Bug Report, gnupg

Nov 22 2013

aheinecke reassigned T1571: gpg --multifile and wildcards problem on Windows from aheinecke to werner.
Nov 22 2013, 7:13 PM · Bug Report, Windows 32, gpg4win, Windows
aheinecke added a comment to T1571: gpg --multifile and wildcards problem on Windows.

Mmmh when I run:

#include <stdio.h>
int _dowildcard = -1;
int main (int argc, char **argv)
{

int i = 0;
for ( i = 0; i< argc; i++) {
    printf("%s\n", argv[i]);
}
return 0;

}

With the command line *.* it just prints "*.*". Linking with CRT_glob.o directly
also leads to the same result.

Nov 22 2013, 7:13 PM · Bug Report, Windows 32, gpg4win, Windows
aheinecke added a comment to T1571: gpg --multifile and wildcards problem on Windows.

Hi,
there is apparently a compile option "enable-wildcard" for the mingw-w64 c runtime.

But from:
http://mingw-w64.sourcearchive.com/documentation/0~20100125-3/wildcard_8c-source.html

I take it that you can also enable it in the program by defining int _dowildcard

-1;

I'll test it and let you know if this worked.

Nov 22 2013, 6:32 PM · Bug Report, Windows 32, gpg4win, Windows
aheinecke claimed T1571: gpg --multifile and wildcards problem on Windows.
Nov 22 2013, 6:32 PM · Bug Report, Windows 32, gpg4win, Windows
aheinecke closed T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button. as Resolved.
Nov 22 2013, 4:19 PM · Duplicate, Bug Report, pinentry, Not A Bug
aheinecke added a comment to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..

For the record. This is now optional in pinentry 0.8.4 you can pass
--enable-pinentry-qt4-clipboard to configure to enable clipboard and paste support.

Nov 22 2013, 4:11 PM · Duplicate, Bug Report, pinentry, Not A Bug
aheinecke reopened T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button. as "Open".
Nov 22 2013, 4:11 PM · Duplicate, Bug Report, pinentry, Not A Bug
werner set Version to 2.2.0 on T1571: gpg --multifile and wildcards problem on Windows.
Nov 22 2013, 10:41 AM · Bug Report, Windows 32, gpg4win, Windows
werner added projects to T1571: gpg --multifile and wildcards problem on Windows: Windows, gpg4win, Windows 32, Bug Report.
Nov 22 2013, 10:41 AM · Bug Report, Windows 32, gpg4win, Windows

Nov 21 2013

werner added a comment to T1570: 404 error on rss feed.

No RSS at the moment. I disable the link until it works again.

Nov 21 2013, 5:45 PM · Bug Report, gpgweb

Nov 20 2013

cri added projects to T1570: 404 error on rss feed: gpgweb, Bug Report.
Nov 20 2013, 12:18 PM · Bug Report, gpgweb

Nov 19 2013

werner closed T1569: ask_curve, openpgp_curve_to_oid and openpgp_oid_to_curve: inconsistent curve names as Resolved.
Nov 19 2013, 8:57 AM · Bug Report, Mistaken, gnupg
werner added a project to T1569: ask_curve, openpgp_curve_to_oid and openpgp_oid_to_curve: inconsistent curve names: Mistaken.
Nov 19 2013, 8:57 AM · Bug Report, Mistaken, gnupg
werner added a comment to T1569: ask_curve, openpgp_curve_to_oid and openpgp_oid_to_curve: inconsistent curve names.

I don't know what you are talking about.
ask_curve is a function in GnuPG master and thus *work in progress* - writing
bug reports make no sense. IF you want to discuss something, please do that at
gnupg-devel.

Nov 19 2013, 8:57 AM · Bug Report, Mistaken, gnupg

Nov 16 2013

mustrumr97 added projects to T1569: ask_curve, openpgp_curve_to_oid and openpgp_oid_to_curve: inconsistent curve names: gnupg, Bug Report.
Nov 16 2013, 8:00 PM · Bug Report, Mistaken, gnupg

Nov 15 2013

werner added a project to T1485: deluid deleting all exact copies from secret key: gnupg.
Nov 15 2013, 9:18 AM · Won't Fix, gnupg (gpg14), gnupg, Bug Report
werner added a project to T1533: gpgv unnecessarily links against libassuan: gnupg.
Nov 15 2013, 9:17 AM · gnupg, Bug Report
werner closed T1566: estream.c dummy_mutex_call types as Resolved.
Nov 15 2013, 9:15 AM · Bug Report, gnupg
werner added a comment to T1566: estream.c dummy_mutex_call types.

Fixed with commit 571bcd4. Thanks.

Nov 15 2013, 9:15 AM · Bug Report, gnupg
werner added a project to T1567: integer undefined behaviors in libgcrypt: Not A Bug.
Nov 15 2013, 8:28 AM · Not A Bug, Bug Report
werner added a comment to T1567: integer undefined behaviors in libgcrypt.

No, they are not. This is the specification of the algorithm.

Nov 15 2013, 8:28 AM · Not A Bug, Bug Report
werner closed T1563: Place content of doc/DETAILS at www.gnupg.org as Resolved.
Nov 15 2013, 8:22 AM · Feature Request, gpgweb, Documentation

Nov 14 2013

gniibe added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

On 2013-11-13 at 23:29 +0000, asdil12 via BTS wrote:

The fix for the login-data thing works fine.

Nov 14 2013, 1:07 AM · Bug Report, gnupg, scd
asdil12 added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

The fix for the login-data thing works fine.

Nov 14 2013, 12:29 AM · Bug Report, gnupg, scd

Nov 13 2013

gniibe added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

On 2013-11-12 at 21:29 +0000, asdil12 via BTS wrote:

asdil12 <dominik@heidler.eu> added the comment:

OK, I tested gnupg-2.0.22 with both patches applied, and it worked again.

I also noticed, that the pinpad won't be used - you would be asked via software

  • (even if enable-pinpad-varlen was specified), if this

Login data .......: gpguser\n\x14P=6,8\n
thing was set on the card.

Nov 13 2013, 8:52 AM · Bug Report, gnupg, scd

Nov 12 2013

asdil12 added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

OK, I tested gnupg-2.0.22 with both patches applied, and it worked again.

I also noticed, that the pinpad won't be used - you would be asked via software

  • (even if enable-pinpad-varlen was specified), if this

Login data .......: gpguser\n\x14P=6,8\n
thing was set on the card.

Nov 12 2013, 10:29 PM · Bug Report, gnupg, scd
SpamTheClicker lowered the priority of T1568: General Error: Library Returned Unexpected Error from Unbreak Now! to High.
Nov 12 2013, 3:02 PM · Info Needed, Bug Report, gpa, gpg4win
SpamTheClicker added projects to T1568: General Error: Library Returned Unexpected Error: gpg4win, gpa, Bug Report.
Nov 12 2013, 2:57 PM · Info Needed, Bug Report, gpa, gpg4win
SpamTheClicker added a comment to T1568: General Error: Library Returned Unexpected Error.

Nov 12 2013, 2:57 PM · Info Needed, Bug Report, gpa, gpg4win
SpamTheClicker set Version to 2.2.1 on T1568: General Error: Library Returned Unexpected Error.
Nov 12 2013, 2:57 PM · Info Needed, Bug Report, gpa, gpg4win
regehr added a project to T1567: integer undefined behaviors in libgcrypt: Bug Report.
Nov 12 2013, 6:21 AM · Not A Bug, Bug Report
regehr set Version to 1.5.3 on T1567: integer undefined behaviors in libgcrypt.
Nov 12 2013, 6:21 AM · Not A Bug, Bug Report

Nov 11 2013

asdil12 added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

I tested on Archlinux (x86_64) applying my
patches on the current archlinux gnupg pkg.

Nov 11 2013, 8:58 AM · Bug Report, gnupg, scd
gniibe added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

On 2013-11-09 at 15:36 +0000, asdil12 via BTS wrote:

I just retried today using gnupg-2.0.22 with your patch, and it
failed again, if the enable-pinpad-varlen option was set:

Nov 11 2013, 8:51 AM · Bug Report, gnupg, scd

Nov 9 2013

asdil12 added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

the reiner reader also doesn't seem to work:

2013-11-09 17:00:48 scdaemon[7374] signatures created so far: 83
2013-11-09 17:00:48 scdaemon[7374] DBG: check_pcsc_pinpad: command=20, r=0
2013-11-09 17:00:48 scdaemon[7374] DBG: prompting for pinpad entry '||Please
enter the PIN%0A[sigs done: 83]'
2013-11-09 17:00:48 scdaemon[7374] DBG: send secure: c=00 i=20 p1=00 p2=81
len=24 pinmax=-1
2013-11-09 17:00:48 scdaemon[7374] DBG: response: sw=6B80 datalen=2
2013-11-09 17:00:48 scdaemon[7374] DBG: dismiss pinpad entry prompt
2013-11-09 17:00:48 scdaemon[7374] verify CHV1 failed: Card error
2013-11-09 17:00:48 scdaemon[7374] operation sign result: Card error
2013-11-09 17:00:48 scdaemon[7374] app_sign failed: Card error
2013-11-09 17:00:48 scdaemon[7374] updating slot 0 status: 0x0000->0x0007 (0->1)
2013-11-09 17:00:48 scdaemon[7374] sending signal 12 to client 4554

Nov 9 2013, 5:02 PM · Bug Report, gnupg, scd
asdil12 added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

Nov 9 2013, 4:36 PM · Bug Report, gnupg, scd
asdil12 added a comment to T1549: scd: reader pinpad stopped working with gnupg-2.0.22.

I just retried today using gnupg-2.0.22 with your patch, and it failed again, if
the enable-pinpad-varlen option was set:

one try:

2013-11-09 16:30:01 scdaemon[1536] DBG: send apdu: c=00 i=CA p1=00 p2=C4 lc=-1
le=256 em=0
2013-11-09 16:30:01 scdaemon[1536] DBG: PCSC_data: 00 CA 00 C4 00
2013-11-09 16:30:01 scdaemon[1536] DBG: response: sw=9000 datalen=7
2013-11-09 16:30:01 scdaemon[1536] DBG: dump: 01 20 20 20 03 00 03
2013-11-09 16:30:01 scdaemon[1536] 3 Admin PIN attempts remaining before card is
permanently locked
2013-11-09 16:30:01 scdaemon[1536] DBG: check_pcsc_pinpad: command=20, r=0
2013-11-09 16:30:01 scdaemon[1536] DBG: prompting for pinpad entry '|A|Please
enter the Admin PIN'
2013-11-09 16:30:01 scdaemon[1536] DBG: send secure: c=00 i=20 p1=00 p2=83
len=24 pinmax=-1
2013-11-09 16:30:01 scdaemon[1536] pcsc_control failed: not transacted (0x80100016)
2013-11-09 16:30:01 scdaemon[1536] control_pcsc failed: 65547
2013-11-09 16:30:01 scdaemon[1536] DBG: dismiss pinpad entry prompt
2013-11-09 16:30:01 scdaemon[1536] verify CHV3 failed: General error

for the other try (with user pin), see attached log.

Nov 9 2013, 4:36 PM · Bug Report, gnupg, scd

Nov 6 2013

mwarner set Version to 2.0.22 on T1566: estream.c dummy_mutex_call types.
Nov 6 2013, 12:16 AM · Bug Report, gnupg
mwarner added projects to T1566: estream.c dummy_mutex_call types: gnupg, Bug Report.
Nov 6 2013, 12:16 AM · Bug Report, gnupg

Nov 4 2013

stephane-klein added a comment to T1563: Place content of doc/DETAILS at www.gnupg.org.

Ok

Nov 4 2013, 10:38 AM · Feature Request, gpgweb, Documentation
werner closed T1565: pinentry-0.8.3 compilation warning as Resolved.
Nov 4 2013, 10:35 AM · Bug Report, Not A Bug, pinentry
werner added a project to T1565: pinentry-0.8.3 compilation warning: Not A Bug.
Nov 4 2013, 10:35 AM · Bug Report, Not A Bug, pinentry
werner added a comment to T1563: Place content of doc/DETAILS at www.gnupg.org.

No. The website,the manual, and the FAQ will soon be updated.

Nov 4 2013, 10:34 AM · Feature Request, gpgweb, Documentation

Nov 3 2013

Mirraz added projects to T1565: pinentry-0.8.3 compilation warning: pinentry, Bug Report.
Nov 3 2013, 11:50 AM · Bug Report, Not A Bug, pinentry
Mirraz set Version to 0.8.3 on T1565: pinentry-0.8.3 compilation warning.
Nov 3 2013, 11:50 AM · Bug Report, pinentry, Not A Bug

Oct 31 2013

tjack added a comment to T1564: GpgOL signing in OL2013 broken.

Oct 31 2013, 2:02 PM · Bug Report, gpgol