Page MenuHome GnuPG
Feed All Stories

Jun 27 2013

mustrumr97 added a comment to T1511: make complains about spaces and tabs.

Thank you.

Jun 27 2013, 3:16 PM · Bug Report, gnupg
metadings added a comment to T1508: GpgEX.

That could it be. I got an error log that I deemed not to be that interesting,
however it says

LoadedModule[147]=C:\Program Files\GNU\GnuPG\gpgex.dll
File change date: 28.05.2013 18:46

LoadedModule[148]=C:\Program Files\GNU\GnuPG\libgcc_s_sjlj-1.dll
File change date: 28.05.2013 16:34

LoadedModule[149]=C:\Program Files\GtkSharp\2.12\bin\libstdc++-6.dll
File change date: 27.11.2012 06:56

Actually I found some version string in the binary libpngxxx.dll using Notepad,
but no luck in these three files. It would be very useful if you would compile a
VERSIONINFO structure into your binaries. On Windows, using Explorer and also
tools like SysInternals's autoruns (where I disabled the ext) this is really
helpful to find fast and easily a version and publisher info (when overlooking
the system for malicious files, that's a good indicator).

Found a good answer on stackoverflow:

http://stackoverflow.com/questions/598633/gcc-on-windows-set-description-field-
of-c-executable

-----

Sig[0].Name=Anwendungsname
Sig[0].Value=explorer.exe
Sig[1].Name=Anwendungsversion
Sig[1].Value=6.1.7601.17567
Sig[2].Name=Anwendungszeitstempel
Sig[2].Value=4d6727a7
Sig[3].Name=Fehlermodulname
Sig[3].Value=libstdc++-6.dll
Sig[4].Name=Fehlermodulversion
Sig[4].Value=0.0.0.0
Sig[5].Name=Fehlermodulzeitstempel
Sig[5].Value=50b4b868
Sig[6].Name=Ausnahmecode
Sig[6].Value=c0000005
Sig[7].Name=Ausnahmeoffset
Sig[7].Value=0007aed1
DynamicSig[1].Name=Betriebsystemversion
DynamicSig[1].Value=6.1.7601.2.1.0.768.3
DynamicSig[2].Name=Gebietsschema-ID
DynamicSig[2].Value=1031
DynamicSig[22].Name=Zusatzinformation 1
DynamicSig[22].Value=ef31
DynamicSig[23].Name=Zusatzinformation 2
DynamicSig[23].Value=ef31968b50046133f9fdd00fc890a1a4
DynamicSig[24].Name=Zusatzinformation 3
DynamicSig[24].Value=1008
DynamicSig[25].Name=Zusatzinformation 4
DynamicSig[25].Value=1008829529ade9726731888a07d92dae

Jun 27 2013, 5:21 AM · Bug Report, gpgex

Jun 26 2013

thijs added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

Yes. I think we're in agreement that MIME and detached signatures are the best way.

However, the functionality in gpg to check cleartext messages is there. If gpg
is confronted with a cleartext file containing auxilliary data, wouldn't it
better refrain from giving a positive return code when checking that file?

Jun 26 2013, 10:35 AM · Documentation, Debian, Bug Report, gnupg

Jun 25 2013

mustrumr97 added a comment to T1511: make complains about spaces and tabs.

1.13 and 1.14.
3.82.
GNU/Linux.

Jun 25 2013, 5:46 PM · Bug Report, gnupg
werner added a comment to T1508: GpgEX.

It is possible that GpgEx picks up wrong versions of the GCC support dlls
libstdc++-6.dll and libgcc_s_sjlj-1.dll. They might have been installed by some
other software. Thus my question whether you use any software which has been
build with gcc.

The problem is that we are not able to define the order of DLL searches for the
explorer plugin. Experiments with a Manifest didn't reveal a solution either.

For that reason the next version will link those support libraries static. The
new 64 bit GpgEX posted to the devel list already uses this.

Jun 25 2013, 5:07 PM · Bug Report, gpgex
werner added a comment to T1511: make complains about spaces and tabs.

Which automake version are you using?
Which version of make are you using?
Which OS are you using?

Jun 25 2013, 4:59 PM · Bug Report, gnupg

Jun 24 2013

mustrumr97 added a comment to T1511: make complains about spaces and tabs.

Lines 74, 75 and 76 of agent/Makefile.am are copied near the end of
agent/Makefile.in and then to agent/Makefile. Because of the first of them make
exits. `Makefile:1565: *** missing separator (did you mean TAB instead of 8
spaces?). Stop.'

Jun 24 2013, 6:18 PM · Bug Report, gnupg
bernhard closed T1251: GPGOL creates broken attachments in Outlook 2007 as Resolved.
Jun 24 2013, 2:45 PM · Bug Report, gpgol
bernhard added a comment to T1251: GPGOL creates broken attachments in Outlook 2007.

For completeness, this fix has been published as part of the regular Gpg4win
releases since 2.1.1-beta1. It is also included in 2.1.1. There is no need to
download the dll directly, just move to the recent Gpg4win version.

Jun 24 2013, 2:44 PM · Bug Report, gpgol
bernhard reopened T1251: GPGOL creates broken attachments in Outlook 2007 as "Open".
Jun 24 2013, 2:44 PM · Bug Report, gpgol
werner lowered the priority of T1511: make complains about spaces and tabs from Unbreak Now! to Normal.
Jun 24 2013, 10:28 AM · Bug Report, gnupg
werner added a comment to T1511: make complains about spaces and tabs.

I can't see any problem with this Makefile.am. Maybe your automake version is
broken.

Jun 24 2013, 10:28 AM · Bug Report, gnupg

Jun 21 2013

mustrumr97 added projects to T1511: make complains about spaces and tabs: gnupg, Bug Report.
Jun 21 2013, 11:46 PM · Bug Report, gnupg
mustrumr97 set Version to master on T1511: make complains about spaces and tabs.
Jun 21 2013, 11:46 PM · Bug Report, gnupg
mustrumr97 added a comment to T1511: make complains about spaces and tabs.

D177: 381_0001-Fix-Makefile.am-indentation.patch

Jun 21 2013, 11:46 PM · Bug Report, gnupg

Jun 20 2013

iankko added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

Hello Werner,

Jun 20 2013, 1:03 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
JohnMarshall added a comment to T1510: [PATCH] gnupg 2.0.20 configure cannot find curl-config when --with-libcurl=PATH.

D176: 380_libcurl.m4.diff

Jun 20 2013, 10:23 AM · Bug Report, gnupg
JohnMarshall added projects to T1510: [PATCH] gnupg 2.0.20 configure cannot find curl-config when --with-libcurl=PATH: gnupg, Bug Report.
Jun 20 2013, 10:23 AM · Bug Report, gnupg
JohnMarshall set Version to 2.0.20 on T1510: [PATCH] gnupg 2.0.20 configure cannot find curl-config when --with-libcurl=PATH.
Jun 20 2013, 10:23 AM · Bug Report, gnupg

Jun 19 2013

werner added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

GnuPG uses setrlimit do disable core dumps. It has always done so. See
common/sysutils.c:disable_core_dumps. Do you have a test case which shows that
it does not work?

Jun 19 2013, 11:11 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
iankko set External Link to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712744 on T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.
Jun 19 2013, 3:00 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
iankko added projects to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does: gpgagent, Feature Request, gnupg (gpg20), Debian, gnupg.
Jun 19 2013, 3:00 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
iankko set Version to 2.0.20 on T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.
Jun 19 2013, 3:00 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
metadings added a comment to T1508: GpgEX.

Here I found some documents that may help, but I don't know if this is actually the
crash failure.

How to Digitally Sign Microsoft Files (.exe, .cab, .dll, .ocx, .msi, .xpi)
http://www.thegeekstuff.com/2010/03/microsoft-digital-signatures/

Making Your Application UAC Aware
http://www.codeproject.com/Articles/17968/Making-Your-Application-UAC-Aware

PS: Only other non-default extensions I'm using are 7-Zip, FileZilla, Hermann
Schinagl's LinkShellExtension and Malwarebytes. However disabling GpgEx.dll solved the
problem.

Jun 19 2013, 2:59 AM · Bug Report, gpgex
metadings added a comment to T1508: GpgEX.

I'm running Win7 x86 HomePremium German. I installed by a mingw release by
extracting somewhere, but don't use it. I'm usually using VS2010 for C#/Web.

The issue was (the unsigned) gpgex library, registered for File and Directory
context menus in Windows Explorer. Without disabling the extension, this rendered
Windows Explorer unusable.

For users will be no other option than uninstalling.

Look here for actually valid certificates:
http://www.trustcenter.de/en/infocenter/root_certificates_601.htm

Gruß

Jun 19 2013, 2:48 AM · Bug Report, gpgex

Jun 18 2013

werner added a comment to T1507: Typo in GPGME documentation: key vs. recp.

Fix in master (ff84d8d). Thanks.

Jun 18 2013, 10:51 AM · gpgme, Bug Report, Documentation
werner closed T1507: Typo in GPGME documentation: key vs. recp as Resolved.
Jun 18 2013, 10:51 AM · gpgme, Bug Report, Documentation
werner closed T1505: manual chapter on validating keys specifies wrong marginals required in example as Resolved.
Jun 18 2013, 10:47 AM · Bug Report, gnupg
werner added a comment to T1506: New key generation usability enhancements.

Please recall that gpg is a Unix command line tool and as such it need to stcik
to common conventions. Only messages which are deemed to be necessary are
printed. Chnages to the key generation dialog would be veryhard because gpg is
used by several other programs as a backend and they assume a certain order of
prompts.

I suggest that you use one of the graphical frontends for key generation.

Jun 18 2013, 10:46 AM · In Progress, gnupg, Feature Request
werner added a comment to T1508: GpgEX.

Please give more details. What OS are you using, what other explorer extensions
are used and so on. Do you use other software which might have been build using
gcc (mingw)?

Regarding the UI: Welcome to the strange world of S/MIME and X.509
certificates. I can't count the hours I spend looking for a certain certificate
:-(.

Jun 18 2013, 10:42 AM · Bug Report, gpgex

Jun 15 2013

metadings set Version to 28.05.2013 on T1508: GpgEX.
Jun 15 2013, 5:35 PM · Bug Report, gpgex
metadings added projects to T1508: GpgEX: gpgex, Bug Report.
Jun 15 2013, 5:35 PM · Bug Report, gpgex

Jun 13 2013

parke added projects to T1507: Typo in GPGME documentation: key vs. recp: Documentation, Bug Report, gpgme.
Jun 13 2013, 6:52 AM · gpgme, Bug Report, Documentation

Jun 12 2013

micah added projects to T1506: New key generation usability enhancements: Feature Request, gnupg.
Jun 12 2013, 6:49 PM · In Progress, gnupg, Feature Request

Jun 7 2013

rsk added a comment to T1505: manual chapter on validating keys specifies wrong marginals required in example.

My mistake, I missed this part: "This example assumes that two
marginally-trusted keys or one fully-trusted key is needed to validate another
key. The maximum path length is three."

Jun 7 2013, 1:38 PM · Bug Report, gnupg
rsk added projects to T1505: manual chapter on validating keys specifies wrong marginals required in example: gnupg, Bug Report.
Jun 7 2013, 1:36 PM · Bug Report, gnupg

May 28 2013

werner closed T1504: gpgme: typo in docs: gpgme_sub_key_t should be gpgme_subkey_t as Resolved.
May 28 2013, 10:42 AM · gpgme, Bug Report, patch
werner added a comment to T1504: gpgme: typo in docs: gpgme_sub_key_t should be gpgme_subkey_t.

Thanks.

May 28 2013, 10:42 AM · gpgme, Bug Report, patch
werner lowered the priority of T1502: gpgsm hangs with KMail from High to Normal.
May 28 2013, 10:37 AM · gpgme, Bug Report, KDE, Duplicate
werner added a comment to T1503: key import quits w/ "Fatal error: Invalid argument".

Please provide a proper bug report.

May 28 2013, 10:36 AM · gnupg, Bug Report
werner added a comment to T1493: gpgme hungs in test t-verify.

See also T1502

May 28 2013, 10:35 AM · Duplicate, gpgme, Gentoo, Bug Report
werner added a project to T1502: gpgsm hangs with KMail: Duplicate.
May 28 2013, 10:34 AM · gpgme, Bug Report, KDE, Duplicate
werner added a comment to T1502: gpgsm hangs with KMail.

Duplicate of T1493

May 28 2013, 10:34 AM · gpgme, Bug Report, KDE, Duplicate
werner added a comment to T1502: gpgsm hangs with KMail.

Please see T1493 - it is very likely the same reasons. I am not abale to
replicate it, though. The workaround is to configure gpgme with
--disable-fd-passing

May 28 2013, 10:34 AM · gpgme, Bug Report, KDE, Duplicate

May 24 2013

HansChristophSteiner added a comment to T1504: gpgme: typo in docs: gpgme_sub_key_t should be gpgme_subkey_t.

D175: 379_0001-doc-rename-gpgme_sub_key_t-to-gpgme_subkey_t-to-matc.patch

May 24 2013, 8:13 PM · gpgme, Bug Report, patch
HansChristophSteiner added projects to T1504: gpgme: typo in docs: gpgme_sub_key_t should be gpgme_subkey_t: patch, Bug Report, gpgme.
May 24 2013, 8:13 PM · gpgme, Bug Report, patch
herrsh added a project to T1503: key import quits w/ "Fatal error: Invalid argument": Bug Report.
May 24 2013, 1:37 PM · gnupg, Bug Report
herrsh set Version to 2.0.20 on T1503: key import quits w/ "Fatal error: Invalid argument".
May 24 2013, 1:37 PM · gnupg, Bug Report

May 23 2013

zulan set External Link to https://bugs.kde.org/show_bug.cgi?id=318116 on T1502: gpgsm hangs with KMail.
May 23 2013, 3:25 PM · gpgme, Bug Report, KDE, Duplicate
zulan set Version to 1.4.1 on T1502: gpgsm hangs with KMail.
May 23 2013, 3:25 PM · gpgme, Bug Report, KDE, Duplicate
zulan added projects to T1502: gpgsm hangs with KMail: KDE, Bug Report, gpgme.
May 23 2013, 3:25 PM · gpgme, Bug Report, KDE, Duplicate

May 22 2013

werner added a comment to T1493: gpgme hungs in test t-verify.

The lsof looks as expected.

May 22 2013, 6:29 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

May 22 2013, 5:29 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

You mean --disable-fd-passing...

Correct it works.

Attached lsof output for the process when does not work.

I don't think it has to do with hardened kernel... as the initial report was
without. I will try to contact the original user.

May 22 2013, 5:29 PM · Duplicate, gpgme, Gentoo, Bug Report
werner added a comment to T1493: gpgme hungs in test t-verify.

Thanks. GPGME is waiting for an EOF on the fd used to receive data from gpgsm.
The data is send by the GETAUDITLOG command and afaics all data has been
received. There is a one second timeout in the select which you can see at the
end of the log file.

File descriptor passing is used between gpgme and gpgsm which usually works
nice. We have an problem on Mac OS with that for yet unknown reasons. lsof
might give some insight here. I suggest to configure gpgme with
--disable-fd-logging ro check whether this is really the culprit.

What are the special features of the hardened gentoo kernel?

May 22 2013, 5:19 PM · Duplicate, gpgme, Gentoo, Bug Report
werner closed T1440: gpgme_op_encrypt_sign fails with GPG_ERR_INV_VALUE when doing symmetric encryption as Resolved.
May 22 2013, 4:51 PM · gpgme, Bug Report
werner added a comment to T1440: gpgme_op_encrypt_sign fails with GPG_ERR_INV_VALUE when doing symmetric encryption.

Thanks for the patch. I slighly modified it and pushed it to master. Will go
into 1.4.2.

May 22 2013, 4:51 PM · gpgme, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

May 22 2013, 4:20 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

Attached.

May 22 2013, 4:20 PM · Duplicate, gpgme, Gentoo, Bug Report
werner added a comment to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.

1.0.2 is more than 8 years old. The code chnaged a lot in the meantime. Feel
free to re-open if the problems persists with 1.4.x?

May 22 2013, 2:57 PM · gpgme, Bug Report, Debian
werner closed T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call as Resolved.
May 22 2013, 2:57 PM · gpgme, Bug Report, Debian
werner added a project to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call: Too Old.
May 22 2013, 2:57 PM · gpgme, Bug Report, Debian
werner added a project to T706: gpgme does not report errors from gpg: Too Old.
May 22 2013, 2:54 PM · Too Old, gpgme, Bug Report
werner closed T1030: GPGME reporting End of file (7,16383) for missing CRL for users own key as Resolved.
May 22 2013, 2:53 PM · Too Old, gpgme, Bug Report, kks, S/MIME
werner added a comment to T1030: GPGME reporting End of file (7,16383) for missing CRL for users own key.

Too much changed in the last 3 years, it does not make sense to follow up on
this bug. Feel free to re-open if you can replicate it with current releases.

May 22 2013, 2:53 PM · Too Old, gpgme, Bug Report, kks, S/MIME
werner added a project to T1030: GPGME reporting End of file (7,16383) for missing CRL for users own key: Too Old.
May 22 2013, 2:53 PM · Too Old, gpgme, Bug Report, kks, S/MIME
werner added a comment to T1493: gpgme hungs in test t-verify.

Thanks. Can you please cd to the build directory gpgme/tests/gpgsm and run
this on the command line (after having canceled the make check):

GPGME_DEBUG=9:/tmp/gpgme.log GNUPGHOME=$(pwd) GPG_AGENT_INFO= ./t-verify

and post the gpgme.log file?

May 22 2013, 2:51 PM · Duplicate, gpgme, Gentoo, Bug Report
werner closed T1499: Provide a strict verify option for a signature as Resolved.
May 22 2013, 1:34 PM · Won't Fix, gnupg, Feature Request

May 21 2013

Kyoshiro added a comment to T1499: Provide a strict verify option for a signature.

Thanks for your answer, I'll do that then.

Best regards

Loïc Gomez

May 21 2013, 3:18 PM · Won't Fix, gnupg, Feature Request

May 18 2013

timfriske added a comment to T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file..

In order to work around this potential bug I do the following at the moment:

  1. Store: (a) Export the ASCII-armored *secret* key together with its subkeys. (b) Export the ASCII-armored *public* key together with its subkeys.
  1. Restore: (a) Import the ASCII-armored *public* key together with its subkeys. (b) Import the ASCII-armored *secret* key together with its subkeys.

The actions [1.(b)] and [2.(a)] should not be necessary if there was not this
potential bug.

May 18 2013, 7:25 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)
timfriske added a comment to T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file..

I further tried to find the action that causes the potential bug with an another
test key as follows:

  1. Create a certify-only RSA4096 primary key.
  1. Store the public keyring with: (a) cp ~/.gnupg/pubring.gpg{,XXX}
  1. Export the secret key to an ASCII-armored file with: (a) gpg -v --status-fd 1 --armor --output 0xEEE9979BE8C80E95.pub.asc.txt --

export 0xEEE9979BE8C80E95

  1. Export the public key to an ASCII-armored file with: (a) gpg -v --status-fd 1 --armor --output 0xB6BF97893ACA0C17.pub.asc.txt --

export 0xB6BF97893ACA0C17

  1. Delete the public and secret key with: (a) gpg --delete-secret-and-public-keys 0xEEE9979BE8C80E95
  1. Import the secret key from an ASCII-armored file with: (a) gpg -v --status-fd 1 --armor --import 0xEEE9979BE8C80E95.sec.asc.txt
  1. Compare the previously stored public key against the new one with: (a) diff -q ~/.gnupg/pubring.gpg{,XXX}
  1. Repeat action 1. to 7. by: (a) Adding a sign-only RSA4096 subkey. (b) Adding a encrypt-only RSA4096 subkey. (c) Change the expiry date of the encrypt-only RSA4096 subkey.

ERROR: *Changing the expiry date*, exporting, purging, importing the primary key
with its 2 subkeys makes the first sign-only RSA4096 subkey disappear from the
pubring.gpg file but not from the secring.gpg file.

May 18 2013, 6:42 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)
timfriske set Version to 1.4.13, 2.0.19 on T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file..
May 18 2013, 4:46 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)
timfriske added projects to T1501: Public part of a R4096(S)-Subkey lost when imported from an armored backup file.: Cross-Compiler, gnupg (gpg14), gnupg (gpg20), gnupg, Bug Report.
May 18 2013, 4:46 PM · Won't Fix, Bug Report, gnupg, gnupg (gpg20), gnupg (gpg14)

May 17 2013

werner added a project to T1499: Provide a strict verify option for a signature: Won't Fix.
May 17 2013, 10:20 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T1499: Provide a strict verify option for a signature.

If you want to rely on the exit coide, you can't use gpg. There are simply too
many things to consider and everyone has a different policy. I commonly use AWK
scripts to implement such policies by parsing the --status-fd output.

The tool you might want to use is gpgv which has been designed for these
purposes. In fact, it is used by all Linux distros to verify the integrity of
the downloaded packages against a specific keyring. Please check out the gpgv
man page.

May 17 2013, 10:20 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T1500: gpg2 exit code on G10ERR_NO_PUBKEY.

It has been told for ages that the value of the exit code is not a reliable way
to get information from gpg. Use the --status-fd information.

May 17 2013, 10:14 AM · Not A Bug, Bug Report, gnupg
werner added a project to T1500: gpg2 exit code on G10ERR_NO_PUBKEY: Not A Bug.
May 17 2013, 10:14 AM · Not A Bug, Bug Report, gnupg
gniibe claimed T1491: gpg-agent spawning all-consuming scdaemon process.
May 17 2013, 4:39 AM · Too Old, Info Needed, Bug Report, gnupg
gniibe added a comment to T1491: gpg-agent spawning all-consuming scdaemon process.

To be useful bug report, please specify version number of your program. Also,
please show us your configuration file (if any). Specifically, do you have
enable-ssh-support option for gpg-agent?

To diagnose, please create a file .gnupg/scdaemon.conf with something like:

debug-level guru
debug-all

log-file /var/tmp/scd.log

Let us know the content of the file, when you see the problem.

May 17 2013, 4:39 AM · Too Old, Info Needed, Bug Report, gnupg

May 16 2013

t8m added projects to T1500: gpg2 exit code on G10ERR_NO_PUBKEY: gnupg, Bug Report.
May 16 2013, 9:47 AM · Not A Bug, Bug Report, gnupg
t8m set Version to 2.0.20 on T1500: gpg2 exit code on G10ERR_NO_PUBKEY.
May 16 2013, 9:47 AM · Not A Bug, Bug Report, gnupg
gniibe added a comment to T1113: sign + encryption OK but decryption failed with 3072 bits key on smartcard V2.

I analyze this issue. The problem is that the reader only supports:
dwFeatures: 0x000207B2

   02.... Short APDU level exchange

With this condition, application program (GnuPG), which needs to send larger
APDU, requires to use command-chaining. However, current V2 cards doesn't
support command-chaining. Alas, there is no way for application program to
process such a request by its user.

Cases are: decryption and key write to card for larger keys.
We need to detect those cases and should notify error to users, though.

May 16 2013, 3:21 AM · Not A Bug, gnupg, Feature Request, Documentation, scd

May 15 2013

Kyoshiro set Version to 1.4.12 on T1499: Provide a strict verify option for a signature.
May 15 2013, 3:05 PM · Won't Fix, gnupg, Feature Request
Kyoshiro added projects to T1499: Provide a strict verify option for a signature: Feature Request, gnupg.
May 15 2013, 3:05 PM · Won't Fix, gnupg, Feature Request
werner added a comment to T1498: gpg tries to access files outside of build tree during checks.

Actually, gpg should not open the keyfiles at all. Well, unless you have enabled
the SELinux hacks. In that case we better register the keyfiles. The fix seems
to be harmless and thus it makes sense to apply it.

May 15 2013, 10:46 AM · Gentoo, Bug Report, gnupg
werner added a comment to T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac.

Patch has already been posted to the mailing list.

May 15 2013, 10:34 AM · Bug Report, gnupg
werner closed T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac as Resolved.
May 15 2013, 10:34 AM · Bug Report, gnupg

May 13 2013

alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=468430 on T1494: pinentry to support 'ncurses --with-termlib'.
May 13 2013, 9:58 PM · Feature Request, Gentoo, pinentry
alonbl renamed T1494: pinentry to support 'ncurses --with-termlib' from ping entry to support 'ncurses --with-termlib' to pinentry to support 'ncurses --with-termlib'.
May 13 2013, 9:58 PM · Feature Request, Gentoo, pinentry
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=467290 on T1493: gpgme hungs in test t-verify.
May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

Did not get an email with your comment... just happened to peek.

I am sorry, I forgot to place the link to the bug.

My system:
System uname:
Linux-3.8.6-hardened-x86_64-Intel-R-_Core-TM-_i7-3520M_CPU_@_2.90GHz-with-gentoo-2.2
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc: 2.15-r3
app-shells/bash: 4.2_p45

Attached is my config.log.

At the bug link you will find the user's details.

May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added projects to T1498: gpg tries to access files outside of build tree during checks: gnupg, Bug Report, Gentoo.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=469388 on T1498: gpg tries to access files outside of build tree during checks.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl set Version to 1.4 master on T1498: gpg tries to access files outside of build tree during checks.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl added a comment to T1498: gpg tries to access files outside of build tree during checks.

D174: 375_0001-checks-do-not-access-files-outside-of-build.patch

May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg

May 11 2013

outer set Version to 2.0.20 on T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac.
May 11 2013, 12:07 AM · Bug Report, gnupg
outer added projects to T1497: typo in gpg2 scd/pcsc-wrapper.c on Mac: gnupg, Bug Report.
May 11 2013, 12:07 AM · Bug Report, gnupg

May 10 2013

werner reopened T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix as "Open".
May 10 2013, 3:21 PM · Duplicate, Bug Report, gnupg
werner added a comment to T1496: --with-gpg-error-prefix overrides --with-libgpg-error-prefix.

Will be fixed in 2.0.20.

Thanks for the reminder.

May 10 2013, 3:21 PM · Duplicate, Bug Report, gnupg