Page MenuHome GnuPG
Feed All Stories

Mar 29 2014

stevieNicks closed T1625: 23 of 28 tests failed when running 'make check' on gpg2 as Invalid.
Mar 29 2014, 5:25 AM · libgcrypt
stevieNicks removed a project from T1625: 23 of 28 tests failed when running 'make check' on gpg2: Bug Report.
Mar 29 2014, 5:25 AM · libgcrypt

Mar 27 2014

werner added a comment to T1626: keyserver and curl-shim.

Please explain in detail the bug. Note that subkeys.pgp.net is a round-robin
DNS entry, thus you get avrious keyseervers. For such tests. you should use a
one and only one server. For example: hkp://zimmermann.mayfirst.org .

(The second paragraph misses all details)

Mar 27 2014, 6:26 PM · Info Needed, Bug Report, gnupg

Mar 26 2014

gtalge set Version to 1.16 on T1626: keyserver and curl-shim.
Mar 26 2014, 7:13 AM · Info Needed, Bug Report, gnupg
gtalge added projects to T1626: keyserver and curl-shim: gnupg, Bug Report.
Mar 26 2014, 7:13 AM · Info Needed, Bug Report, gnupg

Mar 24 2014

stevieNicks added projects to T1625: 23 of 28 tests failed when running 'make check' on gpg2: libgcrypt, Bug Report.
Mar 24 2014, 10:15 PM · libgcrypt
stevieNicks set Version to libgcrypt-1.6.1 on T1625: 23 of 28 tests failed when running 'make check' on gpg2.
Mar 24 2014, 10:15 PM · libgcrypt

Mar 21 2014

boehmtho set Version to gpg4win 2.2.1 on T1624: Gpgtar fails when files have non ASCII characters.
Mar 21 2014, 4:30 PM · gnupg, Windows 32, Windows, Bug Report
boehmtho added projects to T1624: Gpgtar fails when files have non ASCII characters: gpgex, Bug Report.
Mar 21 2014, 4:30 PM · gnupg, Windows 32, Windows, Bug Report

Mar 18 2014

Misty changed Version from 1.6.0 to 1.6.1 on T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.
Mar 18 2014, 6:38 PM · Bug Report, libgcrypt
Misty added a comment to T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.

Issue also occurs in 1.6.1.

Mar 18 2014, 6:38 PM · Bug Report, libgcrypt

Mar 17 2014

werner closed T1623: keys.gnupg.net fails DNS round robin as Resolved.
Mar 17 2014, 11:13 AM · Not A Bug, Bug Report
werner added a project to T1623: keys.gnupg.net fails DNS round robin: Not A Bug.
Mar 17 2014, 11:13 AM · Not A Bug, Bug Report
werner added a comment to T1623: keys.gnupg.net fails DNS round robin.

keys.gnupg.net. 86400 IN CNAME pool.sks-keyservers.net.

As you can see from the above zone entry this is just a CNAME for the standard
SKS pool. The members of the SKS poool are added and removed on the fly and
depending on your DNS resolve it may takle a while until unresponsive servers
have been removed. Sorry. I can't do anything about it.

Mar 17 2014, 11:13 AM · Not A Bug, Bug Report

Mar 13 2014

nobody added a project to T1623: keys.gnupg.net fails DNS round robin: Bug Report.
Mar 13 2014, 3:27 AM · Not A Bug, Bug Report

Mar 7 2014

werner added a comment to T1622: exits with a fatal error regarding missing trustdb although key is imported.

Also applied to master.

Mar 7 2014, 10:43 AM · Debian, Bug Report, gnupg

Mar 6 2014

werner added a comment to T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch.

The mostly used Python binding for GPGME seems to be pyme. However,
it does not yet support the edit interface thus for your task it is
probably not suitable either.

GPGME is actually available for all platforms and that is the reason
why I always suggest it. It even comes with a command line tool to
access gpg via gpgme. gpgme-tool is a debugging aid but useful on its
own for scripting purposes. It might make sense to add support for
some commonly used task to it.

I understand your concerns about GPA. The guardianproject has its own
tools based on GPGME but I have not yet looked at the key management.
Unfortunately I have no experience with MacOS and the folks providing
GnuPG for OS X seem to do their own thing. My main platforms are Unix
and well for the sake of most users Windows. Note that Python is not
a standard tool on Windows and due to different Python versions one
would need to distribute a separate copy. We don't have a useful
non-Microsoft packaging system for Windows which makes things hard.

The yes, yes, DWIM option has often been requested but it is not easy
given the complicated structure of OpenPGP and that some people want
to have full control over what and how they are signing. A
--sign-keys-as-most-users-would-do is of course be possible but it
needs to implement a policy into gpg which is not the best choice.
Putting this into a separate tools would be better.

Regarding --command-fd, the idea is that you can give it just a LF and
it would use the default. However, you need to detect certain prompts
and re-act on them. The most stable way to do this is of course a FSM
which can fail if a some GnuPG version changes things in way it does
not understand anymore. From a security point of view failing is
often better than continuing and possible introducing a security flaw.

The option --yes works only in certain cases, like "overwrite file".

If you send me a more detailed description of what you want to do with
your tool to wk@gnupg.org, we may be able to find a solution which
can also benefit GPA users (i.e. Windows).

Mar 6 2014, 5:03 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg
werner added a comment to T1622: exits with a fatal error regarding missing trustdb although key is imported.

Fixed with commit 23191d7.
This should be the same patch as used by Debian.

Mar 6 2014, 4:33 PM · Debian, Bug Report, gnupg
werner added a project to T1622: exits with a fatal error regarding missing trustdb although key is imported: Restricted Project.
Mar 6 2014, 4:33 PM · Debian, Bug Report, gnupg
werner changed External Link from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737128&archived=no&mbox=no to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737128 on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 6 2014, 4:11 PM · Debian, Bug Report, gnupg
werner changed Version from 1.4.16 to 1.4.16-1ubuntu1 on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 6 2014, 4:06 PM · Debian, Bug Report, gnupg

Mar 3 2014

bdmurray set External Link to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737128&archived=no&mbox=no on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 3 2014, 9:20 PM · Debian, Bug Report, gnupg
bdmurray added projects to T1622: exits with a fatal error regarding missing trustdb although key is imported: gnupg, Bug Report, Debian.
Mar 3 2014, 9:19 PM · Debian, Bug Report, gnupg
bdmurray set Version to 1.4.16 on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 3 2014, 9:19 PM · Debian, Bug Report, gnupg

Feb 28 2014

jbash added projects to T1621: Support multiple cards (not just readers): Feature Request, gnupg.
Feb 28 2014, 10:55 PM · gnupg, Feature Request
jbash set Version to 2.0.22 on T1621: Support multiple cards (not just readers).
Feb 28 2014, 10:55 PM · gnupg, Feature Request

Feb 21 2014

gnu added a comment to T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch.

Thank you for the ideas.

Feb 21 2014, 9:03 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg
gnu renamed T1606: gpg --sign-key doesn't worth with --yes, --no-tty, or --batch from gpg --sign-key doesn't work with --yes, --no-tty, or --batch to gpg --sign-key doesn't worth with --yes, --no-tty, or --batch.
Feb 21 2014, 9:03 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), gnupg

Feb 19 2014

werner closed T1576: pthread_atfork() does not work in Android as Resolved.
Feb 19 2014, 1:36 PM · Bug Report, npth
werner removed a project from T1576: pthread_atfork() does not work in Android: In Progress.
Feb 19 2014, 1:36 PM · Bug Report, npth

Feb 17 2014

werner added a project to T1613: openpgp v2 card bricks after invalid reset apdu: Not A Bug.
Feb 17 2014, 6:11 PM · Too Old, gnupg, scd, Not A Bug, Bug Report
werner added a comment to T1613: openpgp v2 card bricks after invalid reset apdu.

Omnicard based readers do not work with Linux if you use keys >= ~2k. Actually
they have lot of problems. On Windows they work, though.

Feb 17 2014, 6:11 PM · Too Old, gnupg, scd, Not A Bug, Bug Report
werner closed T1592: Pinentry's max password length is too short as Resolved.
Feb 17 2014, 6:08 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
werner added a project to T1592: Pinentry's max password length is too short: Not A Bug.
Feb 17 2014, 6:08 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
werner added a comment to T1620: Signed emails bypass Apple Mail filtering rules.

This is the wrong bug tracker.
You may want to report this to the authors of GPGMail.

Feb 17 2014, 6:05 PM · Mistaken, gnupg
werner added a project to T1620: Signed emails bypass Apple Mail filtering rules: Mistaken.
Feb 17 2014, 6:05 PM · Mistaken, gnupg
werner closed T1620: Signed emails bypass Apple Mail filtering rules as Invalid.
Feb 17 2014, 6:05 PM · Mistaken, gnupg
werner removed a project from T1620: Signed emails bypass Apple Mail filtering rules: Bug Report.
Feb 17 2014, 6:05 PM · Mistaken, gnupg

Feb 15 2014

desoi set Version to 2.1 on T1620: Signed emails bypass Apple Mail filtering rules.
Feb 15 2014, 8:21 PM · Mistaken, gnupg
desoi added projects to T1620: Signed emails bypass Apple Mail filtering rules: gnupg, Bug Report.
Feb 15 2014, 8:21 PM · Mistaken, gnupg

Feb 14 2014

killerog added a comment to T1592: Pinentry's max password length is too short.

Sorry for the delay, the passphrase is 512 characters long (now I should change
it after publishing that here ;-)) and just ascii characters.

Feb 14 2014, 6:55 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Feb 13 2014

madness added a project to T1619: libgcrypt 1.6.1 not compiling (visibility problem?): Bug Report.
Feb 13 2014, 11:36 PM · libgcrypt, Bug Report
svpcom added a comment to T1613: openpgp v2 card bricks after invalid reset apdu.

Cards are openpgp cards from http://g10code.com/p-card.html
S/N:
V2.0 0005 00001E1B
V2.0 0005 00001FDF

Feb 13 2014, 9:59 AM · Too Old, gnupg, scd, Not A Bug, Bug Report
svpcom reopened T1613: openpgp v2 card bricks after invalid reset apdu as "Open".
Feb 13 2014, 9:53 AM · Too Old, gnupg, scd, Not A Bug, Bug Report
svpcom added a project to T1613: openpgp v2 card bricks after invalid reset apdu: Bug Report.
Feb 13 2014, 9:53 AM · Too Old, gnupg, scd, Not A Bug, Bug Report
svpcom added a comment to T1613: openpgp v2 card bricks after invalid reset apdu.

My two cardreaders (omnikey 3021 and 4321 v2) seems not supported by scdaemon
directly (scdaemon logs ccid I/O errors for both bricked and live cards)

I've tried to send that apdu's to bricked card via gpg-connect-agent (througt
pcsc daemon) and got unknown scd errors.

After that I've tried to reset my second (worked) card:

/hex
scd serialno

S SERIALNO D276000124010200000500001FDF0000 0
OK

scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40

D[0000] 69 82 i.
OK

scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40

D[0000] 69 82 i.
OK

scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40

D[0000] 69 82 i.
OK

scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40

D[0000] 69 83 i.
OK

scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40

D[0000] 69 82 i.
OK

scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40

D[0000] 69 82 i.
OK

scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40

D[0000] 69 82 i.
OK

scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40

D[0000] 69 83 i.
OK

scd apdu 00 e6 00 00

D[0000] 90 00 ..
OK

scd reset

OK

/echo Disregard the error returned by the next command

Disregard the error returned by the next command

scd serialno undefined

ERR 100663356 Not supported <SCD>

scd apdu 00 44 00 00

ERR 100663351 Invalid value <SCD>

/echo Card has been reset to factory defaults

Card has been reset to factory defaults

after that it became bricked too :-(

scdaemon via pcscd:

scdaemon[16985]: chan_7 <- serialno
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=00 p2=0C lc=2
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 00 0C 02 3F 00
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6B00 datalen=0
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=04 p2=00 lc=6
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 04 00 06 D2 76 00 01
24 01
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6285 datalen=0
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=7
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 04 0C 07 D2 76 00 00
03 01 02
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6B00 datalen=0
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=12
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 04 0C 0C A0 00 00 00
63 50 4B 43 53 2D 31 35
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6B00 datalen=0
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=08 p2=0C lc=2
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 08 0C 02 2F 00
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6B00 datalen=0
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=01 p2=0C lc=2
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 01 0C 02 50 15
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6B00 datalen=0
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=9
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 04 0C 09 D2 76 00 00
25 45 50 02 00
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6B00 datalen=0
2014-02-13 12:37:47 scdaemon[16985] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=6
le=-1 em=0
2014-02-13 12:37:47 scdaemon[16985] DBG: PCSC_data: 00 A4 04 0C 06 D2 76 00 00
66 01
2014-02-13 12:37:47 scdaemon[16985] DBG: response: sw=6B00 datalen=0
2014-02-13 12:37:47 scdaemon[16985] no supported card application found: Invalid
value
scdaemon[16985]: chan_7 -> ERR 100663351 Invalid value <SCD>
scdaemon[16985]: chan_7 <- RESTART
scdaemon[16985]: chan_7 -> OK

---------

scdaemon directly:

----------

scdaemon[17272]: chan_7 <- serialno
2014-02-13 12:44:41 scdaemon[17272] reader slot 0: using ccid driver
2014-02-13 12:44:41 scdaemon[17272] slot 0: ATR=3B DA 18 FF 81 B1 FE 75 1F 03 00
31 C5 73 C0 01 40 00 90 00 0C
2014-02-13 12:44:41 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=00 p2=0C lc=2
le=-1 em=0
2014-02-13 12:44:41 scdaemon[17272] DBG: raw apdu: 00 A4 00 0C 02 3F 00
2014-02-13 12:44:46 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:44:46 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:44:46 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=04 p2=00 lc=6
le=-1 em=0
2014-02-13 12:44:46 scdaemon[17272] DBG: raw apdu: 00 A4 04 00 06 D2 76 00 01 24 01
2014-02-13 12:44:51 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:44:51 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:44:51 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=7
le=-1 em=0
2014-02-13 12:44:51 scdaemon[17272] DBG: raw apdu: 00 A4 04 0C 07 D2 76 00 00
03 01 02
2014-02-13 12:44:56 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:44:56 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:44:56 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=12
le=-1 em=0
2014-02-13 12:44:56 scdaemon[17272] DBG: raw apdu: 00 A4 04 0C 0C A0 00 00 00
63 50 4B 43 53 2D 31 35
2014-02-13 12:45:01 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:45:01 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:45:01 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=08 p2=0C lc=2
le=-1 em=0
2014-02-13 12:45:01 scdaemon[17272] DBG: raw apdu: 00 A4 08 0C 02 2F 00
2014-02-13 12:45:06 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:45:06 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:45:06 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=01 p2=0C lc=2
le=-1 em=0
2014-02-13 12:45:06 scdaemon[17272] DBG: raw apdu: 00 A4 01 0C 02 50 15
2014-02-13 12:45:11 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:45:11 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:45:11 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=9
le=-1 em=0
2014-02-13 12:45:11 scdaemon[17272] DBG: raw apdu: 00 A4 04 0C 09 D2 76 00 00
25 45 50 02 00
2014-02-13 12:45:16 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:45:16 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:45:16 scdaemon[17272] DBG: send apdu: c=00 i=A4 p1=04 p2=0C lc=6
le=-1 em=0
2014-02-13 12:45:16 scdaemon[17272] DBG: raw apdu: 00 A4 04 0C 06 D2 76 00 00 66 01
2014-02-13 12:45:21 scdaemon[17272] ccid_transceive failed: (0x1000a)
2014-02-13 12:45:21 scdaemon[17272] apdu_send_simple(0) failed: card I/O error
2014-02-13 12:45:21 scdaemon[17272] no supported card application found: Ошибка
ввода/вывода
scdaemon[17272]: chan_7 -> ERR 100696113 Ошибка ввода/вывода <SCD>
scdaemon[17272]: chan_7 <- RESTART
scdaemon[17272]: chan_7 -> OK

Feb 13 2014, 9:53 AM · Too Old, gnupg, scd, Not A Bug, Bug Report

Feb 12 2014

werner closed T1617: GPGME compile error as Resolved.
Feb 12 2014, 8:40 PM · gpgme, Bug Report
werner added a comment to T1617: GPGME compile error.

Fixed with commit f916ab7 to be released with 1.5.0 (hopefully this month)
Workaround is obvious.

Thanks.

Feb 12 2014, 8:40 PM · gpgme, Bug Report
C3P0 added projects to T1618: Make gnupg more friendly to multiple readers: scd, Feature Request, gnupg.
Feb 12 2014, 1:17 PM · gnupg, Feature Request, scd
C3P0 set Version to 2.0.22 on T1618: Make gnupg more friendly to multiple readers.
Feb 12 2014, 1:17 PM · gnupg, Feature Request, scd
werner added a comment to T1612: Add "gpg --keygrip keyid" that prints all keygrips.

For 2.1 use --with-keygrip.
2.0 does not use the agent for secret key operations but merely as a passphrtase
cache.

Feb 12 2014, 12:04 PM · gnupg, Feature Request
werner added a comment to T1613: openpgp v2 card bricks after invalid reset apdu.

And well, using opensc or pcscd stuff might not work. Better use the internal
driver. It is also possible that omnicard readers don't work (for example they
do not work with 2k keys).

Feb 12 2014, 12:00 PM · Too Old, gnupg, scd, Not A Bug, Bug Report
werner added a comment to T1613: openpgp v2 card bricks after invalid reset apdu.

I don't know about the crypto-stick. For the other cards feed

/hex
scd serialno
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 20 00 83 08 40 40 40 40 40 40 40 40
scd apdu 00 e6 00 00
scd reset
/echo Disregard the error returned by the next command
scd serialno undefined
scd apdu 00 44 00 00
/echo Card has been reset to factory defaults

this into gpg-connect-agent. You may need to do it a second time after
reinserting the card.

Feb 12 2014, 11:58 AM · Too Old, gnupg, scd, Not A Bug, Bug Report
werner lowered the priority of T1613: openpgp v2 card bricks after invalid reset apdu from High to Normal.
Feb 12 2014, 11:58 AM · Too Old, gnupg, scd, Not A Bug, Bug Report
werner closed T1613: openpgp v2 card bricks after invalid reset apdu as Invalid.
Feb 12 2014, 11:58 AM · Too Old, gnupg, scd, Not A Bug, Bug Report
werner removed a project from T1613: openpgp v2 card bricks after invalid reset apdu: Bug Report.
Feb 12 2014, 11:58 AM · Too Old, gnupg, scd, Not A Bug, Bug Report
werner closed T1614: gpg --encrypt hangs (gpg4win 2.2.21) as Resolved.
Feb 12 2014, 11:55 AM · Not A Bug, Bug Report, gpg4win
werner added a comment to T1614: gpg --encrypt hangs (gpg4win 2.2.21).

That ain't no bug. gpg is waiting for input data. Enter it on the terminal,
provide a file or feed it from stdin.

Feb 12 2014, 11:55 AM · Not A Bug, Bug Report, gpg4win
werner added a project to T1614: gpg --encrypt hangs (gpg4win 2.2.21): Not A Bug.
Feb 12 2014, 11:55 AM · Not A Bug, Bug Report, gpg4win

Feb 11 2014

martylee added projects to T1617: GPGME compile error: Bug Report, gpgme.
Feb 11 2014, 4:42 PM · gpgme, Bug Report
martylee set Version to 1.4.3 on T1617: GPGME compile error.
Feb 11 2014, 4:42 PM · gpgme, Bug Report

Feb 8 2014

Misty set Version to 1.6.0 on T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.
Feb 8 2014, 11:39 PM · Bug Report, libgcrypt
Misty set External Link to https://github.com/mistydemeo/tigerbrew/issues/171 on T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.
Feb 8 2014, 11:39 PM · Bug Report, libgcrypt
Misty added projects to T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac: libgcrypt, Bug Report.
Feb 8 2014, 11:39 PM · Bug Report, libgcrypt
Misty added a comment to T1616: libgcrypt 1.6.0 incorrectly determines CPU on PowerPC Mac.

D191: 426_darwin_ppc.diff

Feb 8 2014, 11:39 PM · Bug Report, libgcrypt

Feb 6 2014

lmamane added projects to T1615: preset passphrases expires after two hours: gnupg, Bug Report.
Feb 6 2014, 2:52 PM · gpgagent, Bug Report, gnupg
lmamane set Version to 2.0.17 on T1615: preset passphrases expires after two hours.
Feb 6 2014, 2:52 PM · gpgagent, Bug Report, gnupg
lmamane added a comment to T1615: preset passphrases expires after two hours.

D190: 425_no-expiry.patch

Feb 6 2014, 2:52 PM · gpgagent, Bug Report, gnupg

Feb 2 2014

sbq added projects to T1614: gpg --encrypt hangs (gpg4win 2.2.21): gpg4win, Bug Report.
Feb 2 2014, 10:29 PM · Not A Bug, Bug Report, gpg4win
sbq set Version to 2.2.21 on T1614: gpg --encrypt hangs (gpg4win 2.2.21).
Feb 2 2014, 10:29 PM · Not A Bug, Bug Report, gpg4win
svpcom added a project to T1613: openpgp v2 card bricks after invalid reset apdu: Bug Report.
Feb 2 2014, 9:07 PM · Too Old, gnupg, scd, Not A Bug, Bug Report

Jan 31 2014

lmamane set Version to 2.0 on T1612: Add "gpg --keygrip keyid" that prints all keygrips.
Jan 31 2014, 11:31 PM · gnupg, Feature Request
lmamane added projects to T1612: Add "gpg --keygrip keyid" that prints all keygrips: Feature Request, gnupg.
Jan 31 2014, 11:31 PM · gnupg, Feature Request
lmamane added a comment to T1467: libksba's configure script reports "--with-libgpg-error-prefix", expects "--with-gpg-error-prefix".

This happens because AM_PATH_GPG_ERROR uses AC_ARG_WITH
in a bad way. First it parses the official name, which
is --with-libgpg-error-prefix. But then it tries to implement
a fallback to the old undocumented option name
--with-gpg-error-prefix. Unfortunately, that fallback
unconditionally overwrites the result of the first
AC_ARG_WITH.

The enclosed patch fixes this issue.

This patch needs to be installed in both the libksba
and the gnupg repositories.

The same issue was however fixed in the libassuan repo
in 97ce28a430129ce997783c6196ccfe737f5b3007. Applying
that solution in the libksba and gnupg repos would work
just as fine as my patch (and reduce the proliferation
of differing versions).

I think T1526 is a duplicate of this bug.

I think T1561 is the same bug, but in the gnupg
repository.

Jan 31 2014, 11:18 PM · Bug Report, libksba
lmamane added a comment to T1467: libksba's configure script reports "--with-libgpg-error-prefix", expects "--with-gpg-error-prefix".

D166: 424_0001-configure-fix-with-libgpg-error-prefix.patch

Jan 31 2014, 11:18 PM · Bug Report, libksba
lmamane added a project to T1611: gpg should use main key-id when talking to gpg-agent: Feature Request.
Jan 31 2014, 10:59 PM · Feature Request, gnupg
lmamane removed a project from T1611: gpg should use main key-id when talking to gpg-agent: Bug Report.
Jan 31 2014, 10:59 PM · Feature Request, gnupg
lmamane added a comment to T1611: gpg should use main key-id when talking to gpg-agent.

I was not aware that the subkey can have a different passphrase. That
does indeed complicate things.

I like your idea to tell gpg-agent about related keys. I think that would
solve the problem. (I did look at the existing feature requests but did
not find a duplicate.)

Jan 31 2014, 10:59 PM · Feature Request, gnupg
werner added a comment to T1611: gpg should use main key-id when talking to gpg-agent.

gpg-agent does not known about OpenPGP. Thus the concept of primary and and
secondary (sub) keys is also unknown to it. The second reason why this can't be
done is because each key part may have a different passphrase. GPG tries to
make them all the same but it is possible for a user to change that or import
subkey with different passphrases.

Now, what could be done is to tell gpg-agent to try the passphrase of a
different key before asking the user. This requires a hint mechanism so that
gpg can tell gpg-agent about related keys. We have something similar in the key
creation code. If you would like this, please change the priority to "feature
request". It is possible that such a feature request has already been entered.

[role changed to User]

Jan 31 2014, 4:11 PM · Feature Request, gnupg
lmamane added a comment to T1611: gpg should use main key-id when talking to gpg-agent.

Jan 31 2014, 12:05 PM · Feature Request, gnupg
lmamane added a comment to T1611: gpg should use main key-id when talking to gpg-agent.

I attach a small shellscript that demonstrates the problem. It must be run in an
environment where no agent is running. This has been tested under Ubuntu Linux.
If prompted for a passphrase, use "abc". Please read the script before running it.

Jan 31 2014, 12:05 PM · Feature Request, gnupg
lmamane added projects to T1611: gpg should use main key-id when talking to gpg-agent: gnupg, Bug Report.
Jan 31 2014, 12:02 PM · Feature Request, gnupg
lmamane set Version to 2.1.0-beta293 on T1611: gpg should use main key-id when talking to gpg-agent.
Jan 31 2014, 12:02 PM · Feature Request, gnupg

Jan 30 2014

werner closed T1603: Respect --disable-neon-support configure option as Resolved.
Jan 30 2014, 7:47 PM · backport, Bug Report, libgcrypt

Jan 29 2014

kmihelich added a comment to T1603: Respect --disable-neon-support configure option.

Thanks, it's no problem to wait until 1.6.2. I just tested the patch and it's
working as intended.

Jan 29 2014, 4:46 PM · backport, Bug Report, libgcrypt
werner added a comment to T1603: Respect --disable-neon-support configure option.

Oh no!

I recall that I looked up the commit id this morning but obviously was disturbed
and thus didn't actually complete the cherry-pick. Sorry. I just pushed the
change. We need to wait some time before we can do a 1.6.2.

I attach a patch for 1.6.1.

Jan 29 2014, 4:39 PM · backport, Bug Report, libgcrypt
werner added a comment to T1603: Respect --disable-neon-support configure option.

D187: 422_0001-cipher-Take-care-of-ENABLE_NEON_SUPPORT.patch

Jan 29 2014, 4:39 PM · backport, Bug Report, libgcrypt
werner added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

A user shall not use automake to build libgrypt.

I am very well aware of all the problems with newer automake versions. I try to
eventually mitigate the problems and the extra rules we have in some projects
might be helpful but a proper solution for automake would be to reverse the
default tests method to serial-tests. There are only a few projects with lots
of regression tests which benefit from the new default - those could easily
switch on parallel-tests. But I have seen no signs that they will revert it.

Eventually we need to add our own test driver - IIRC, recent automakes allow to
enable a custom test driver while still having build support by automake.

Jan 29 2014, 4:25 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
kmihelich reopened T1603: Respect --disable-neon-support configure option as "Open".
Jan 29 2014, 4:22 PM · backport, Bug Report, libgcrypt
kmihelich added a comment to T1603: Respect --disable-neon-support configure option.

Did you intend to include the changes in 1.6.1? It doesn't appear that they made
it into the release.

Jan 29 2014, 4:22 PM · backport, Bug Report, libgcrypt
alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

the tarball is OK, however, we must patch the autoconf[1], so we also use the
automake installed at user site which may be newer than 1.13.

it seems that this expression has no effect to 1.13 and damage the 1.14...

bench-slope.log: benchmark.log
hashtest-256g.log: bench-slope.log

you can close this issue, but know that it does exist in newer versions of
automake. if there is no real need for the above statements then removing them
resolves the issue.

[1]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch?revision=1.1&view=markup

Jan 29 2014, 3:18 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
werner added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

I am confused:

Do you say that you have problems to build the tarball release? In that case I
can replicate the problem. FWIW, the 1.6.1 release has been build with automake
1.11 and I am pretty sure that this was also the case for 1.6.0.
From the top Makefile.in:

Makefile.in generated by automake 1.11.6 from Makefile.am.

So, why do you need autoreconf to fix a problem with parallel tests? automake
1.11 does not generate such test rules.

Jan 29 2014, 3:09 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
werner closed T1603: Respect --disable-neon-support configure option as Resolved.
Jan 29 2014, 3:01 PM · backport, Bug Report, libgcrypt
werner added a comment to T1603: Respect --disable-neon-support configure option.

Done and 1.6.1 released

Jan 29 2014, 3:01 PM · backport, Bug Report, libgcrypt
werner removed a project from T1603: Respect --disable-neon-support configure option: Restricted Project.
Jan 29 2014, 3:01 PM · backport, Bug Report, libgcrypt
alonbl reopened T1607: libgcrypt parallel tests automake>=1.13 issue as "Open".
Jan 29 2014, 10:19 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

That was added because we have it in master.

Have 'it'? I see it in the tarball of 1.6.

Again: If you do not use the tarball release do not expect that pacthes will

be included. You should never do autoreconf.

We do use the tarball release, and we must patch it to resolve issues you do not
handle as I presented in previous comment.

Jan 29 2014, 10:19 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
werner added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

That was added because we have it in master.

Again: If you do not use the tarball release do not expect that pacthes will be
included. You should never do autoreconf.

Jan 29 2014, 8:26 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
werner closed T1607: libgcrypt parallel tests automake>=1.13 issue as Resolved.
Jan 29 2014, 8:26 AM · libgcrypt, Gentoo, Bug Report, Won't Fix

Jan 28 2014

alonbl reopened T1607: libgcrypt parallel tests automake>=1.13 issue as "Open".
Jan 28 2014, 11:15 PM · libgcrypt, Gentoo, Bug Report, Won't Fix