Page MenuHome GnuPG
Feed All Stories

Oct 4 2013

milankral added projects to T1544: www.gnupg.org does not use ECC: gpgweb, Bug Report.
Oct 4 2013, 8:47 AM · Feature Request, gpgweb
werner added a project to T1465: Fix for bug introduced in mpi/longlong.h in 2010: gnupg (gpg14).
Oct 4 2013, 8:41 AM · gnupg (gpg14), Bug Report, gnupg
werner added a comment to T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter.

Did you notice the

WARNING: This script is deprecated; please use gpgsm --gen-key instead.

the scripts print sicne version 2.0.13 ;-)

Oct 4 2013, 8:40 AM · Won't Fix, Bug Report, gnupg
werner added a project to T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter: Won't Fix.
Oct 4 2013, 8:40 AM · Won't Fix, Bug Report, gnupg
werner closed T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter as Resolved.
Oct 4 2013, 8:40 AM · Won't Fix, Bug Report, gnupg
werner added a project to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data: Documentation.
Oct 4 2013, 8:36 AM · Documentation, Debian, Bug Report, gnupg
werner closed T1542: gpgkeys_curl doesn't allow the use of cURL's compiled-in certificate store as Resolved.
Oct 4 2013, 8:32 AM · Bug Report, gnupg
werner added a comment to T1542: gpgkeys_curl doesn't allow the use of cURL's compiled-in certificate store.

Fixed with commit e957b9b for 2.0 - will be backported to 1.4 soon.

Thanks.

Oct 4 2013, 8:32 AM · Bug Report, gnupg

Oct 1 2013

werner added a comment to T1539: Explaining why there are 2 fields.

The trustdb is only recomputed if required. It is not done by--edit-key thus
the info there might me incorrect. Run "gpg --check-trustdb" to force an update.
Please take such discussions to a ML - it is not appropriate for a bug tracker.

No, there is no third field - check the code.

Oct 1 2013, 10:19 AM · Not A Bug, Bug Report, gnupg
werner added a project to T1539: Explaining why there are 2 fields: Not A Bug.
Oct 1 2013, 10:19 AM · Not A Bug, Bug Report, gnupg
werner closed T1539: Explaining why there are 2 fields as Resolved.
Oct 1 2013, 10:19 AM · Not A Bug, Bug Report, gnupg
werner closed T1543: import of secret key doesn't merge subkeys with the existing key in the keyring as Resolved.
Oct 1 2013, 10:12 AM · Bug Report, Won't Fix, gnupg
werner added a project to T1543: import of secret key doesn't merge subkeys with the existing key in the keyring: Won't Fix.
Oct 1 2013, 10:12 AM · Bug Report, Won't Fix, gnupg
werner added a comment to T1543: import of secret key doesn't merge subkeys with the existing key in the keyring.

Merging of secret keys has never been not supported. GnuPG 2.1 has a
architecture redesign which supports secret key merging. There won't be any
backport.

Oct 1 2013, 10:12 AM · Bug Report, Won't Fix, gnupg

Sep 30 2013

attila.lendvai set External Link to http://gnupg.10057.n7.nabble.com/Transfer-subkey-to-other-keyring-tt31272.html on T1543: import of secret key doesn't merge subkeys with the existing key in the keyring.
Sep 30 2013, 9:03 AM · Bug Report, Won't Fix, gnupg
attila.lendvai set Version to 2.0.19 on T1543: import of secret key doesn't merge subkeys with the existing key in the keyring.
Sep 30 2013, 9:03 AM · Bug Report, Won't Fix, gnupg
attila.lendvai added projects to T1543: import of secret key doesn't merge subkeys with the existing key in the keyring: gnupg, Bug Report.
Sep 30 2013, 9:03 AM · Bug Report, Won't Fix, gnupg

Sep 27 2013

dor renamed T1539: Explaining why there are 2 fields from --export-ownertrust lacks data to Explaining why there are 2 fields.
Sep 27 2013, 10:00 AM · Not A Bug, Bug Report, gnupg
dor updated subscribers of T1539: Explaining why there are 2 fields.

@werner:

See this example where I change the trust value to "2" as the program currently
enables (with one field):

$ echo "ABCDABCD....ABCD:3:" | gpg --import-ownertrust
gpg: changing ownertrust from 6 to 3
$ gpg --edit-key "Dor"
gpg (GnuPG) 1.4.10; Copyright (C) 2008 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Secret key is available.

gpg: checking the trustdb
gpg: no ultimately trusted keys found
pub <key_size>R/<key_id> created: 2013-09-25 expires: never usage: SC

trust: never         validity: unknown

sub <key_size>R/<key_id> created: 2013-09-25 expires: never usage: E
[ unknown] (1). <Full name> (<nickname>) <email@addr.com>

---------------

There's a string written "unknown" - why is that? Maybe something's missing?

See another example when I set the trust value to Ultimate with two fields:

$ echo "ABCDABCD....ABCD:6:6" | gpg --import-ownertrust
gpg: changing ownertrust from 3 to 6
$ gpg --edit-key "Dor"
gpg (GnuPG) 1.4.10; Copyright (C) 2008 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Secret key is available.

gpg: checking the trustdb
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
pub <key_size>R/<key_id> created: 2013-09-25 expires: never usage: SC

trust: ultimate      validity: ultimate

sub <key_size>R/<key_id> created: 2013-09-25 expires: never usage: E
[ultimate] (1). <Full name> (<nickname>) <email@addr.com>

---------------

Now we can see the string "ultimate" instead of "unknown".

This is why I think there are 2 fields in the --export-ownertrust command.

Sep 27 2013, 10:00 AM · Not A Bug, Bug Report, gnupg

Sep 25 2013

werner added a comment to T1539: Explaining why there are 2 fields.

I am not sure how you get the idea that there are 3 fields. The ownertrust is
merely the fingerprint of the primary key and the ownertrust value.

Sep 25 2013, 10:16 PM · Not A Bug, Bug Report, gnupg
werner removed a project from T1535: GETAUDITLOG fails to close fd: Restricted Project.
Sep 25 2013, 10:13 PM · Bug Report, gnupg
werner added a comment to T1535: GETAUDITLOG fails to close fd.

So, we can try to use it again by default. Thanks for testing.

Sep 25 2013, 10:13 PM · Bug Report, gnupg
werner closed T1535: GETAUDITLOG fails to close fd as Resolved.
Sep 25 2013, 10:13 PM · Bug Report, gnupg

Sep 24 2013

uberjay added projects to T1542: gpgkeys_curl doesn't allow the use of cURL's compiled-in certificate store: gnupg, Bug Report.
Sep 24 2013, 5:41 PM · Bug Report, gnupg
uberjay added a comment to T1542: gpgkeys_curl doesn't allow the use of cURL's compiled-in certificate store.

D179: 387_gpgkeys_curl.patch

Sep 24 2013, 5:41 PM · Bug Report, gnupg
uberjay set Version to 2.0.21 on T1542: gpgkeys_curl doesn't allow the use of cURL's compiled-in certificate store.
Sep 24 2013, 5:41 PM · Bug Report, gnupg
outer added a comment to T1535: GETAUDITLOG fails to close fd.

Removing the dup() call also seems to fix the unresolved Mac issue with gpg2
2.0.21 and gpgme 1.4.3 compiled with --enable-fd-passing

Sep 24 2013, 2:57 AM · Bug Report, gnupg
outer added projects to T1541: Apple Xcode 5.0 Breaks things: gnupg, Bug Report.
Sep 24 2013, 2:49 AM · Duplicate, Bug Report, gnupg
outer set Version to 2.0.21 on T1541: Apple Xcode 5.0 Breaks things.
Sep 24 2013, 2:49 AM · Duplicate, Bug Report, gnupg
outer set Version to 1.5.3 on T1540: Apple Xcode5.0 breaks things.
Sep 24 2013, 2:40 AM · Duplicate, Bug Report, libgcrypt
outer added projects to T1540: Apple Xcode5.0 breaks things: libgcrypt, Bug Report.
Sep 24 2013, 2:40 AM · Duplicate, Bug Report, libgcrypt

Sep 22 2013

dor added projects to T1539: Explaining why there are 2 fields: gnupg, Bug Report.
Sep 22 2013, 10:32 PM · Not A Bug, Bug Report, gnupg
dor set Version to 1.4.10 on T1539: Explaining why there are 2 fields.
Sep 22 2013, 10:32 PM · Not A Bug, Bug Report, gnupg

Sep 19 2013

vjorma added projects to T1538: 404 Broken link at the FAQ page: gpgweb, Bug Report.
Sep 19 2013, 12:49 AM · Bug Report, gpgweb

Sep 18 2013

werner closed T1522: Broken links to HOWTOs as Resolved.
Sep 18 2013, 1:19 PM · gpgweb, Feature Request
werner reopened T1522: Broken links to HOWTOs as "Open".
Sep 18 2013, 1:19 PM · gpgweb, Feature Request
werner added a comment to T1522: Broken links to HOWTOs.

Ah well, the Spansih versions have been dropped. The Howtos are anyway somewhat
outdated.

Sep 18 2013, 1:19 PM · gpgweb, Feature Request
werner added a comment to T1522: Broken links to HOWTOs.

I took copies of the MiniHowto from archive.org and put them direct under GnuPG.org.

Sep 18 2013, 1:18 PM · gpgweb, Feature Request
werner closed T1522: Broken links to HOWTOs as Resolved.
Sep 18 2013, 1:18 PM · gpgweb, Feature Request
werner added a comment to T1493: gpgme hungs in test t-verify.

Duplicate of T1535

Sep 18 2013, 8:38 AM · Duplicate, gpgme, Gentoo, Bug Report
werner added a comment to T1493: gpgme hungs in test t-verify.

That is a GnuPG. See T1535.
I just pushed a fix to the 2.0 branch.

Sep 18 2013, 8:38 AM · Duplicate, gpgme, Gentoo, Bug Report
werner added a project to T1493: gpgme hungs in test t-verify: Restricted Project.
Sep 18 2013, 8:38 AM · Duplicate, gpgme, Gentoo, Bug Report
werner added a project to T1493: gpgme hungs in test t-verify: Duplicate.
Sep 18 2013, 8:38 AM · Duplicate, gpgme, Gentoo, Bug Report
werner added a comment to T1535: GETAUDITLOG fails to close fd.

That is a very good analysis. Looking at the history of the code shows:

    2009-11-10  Marcus Brinkmann  <marcus@g10code.de>
    
    	* server.c (cmd_getauditlog): Don't dup FD for es_fdopen_nc as
    	this leaks the FD here.

that is in master. I cherry picked it and pushed it to 2.0. Many thanks.

Sep 18 2013, 8:36 AM · Bug Report, gnupg
werner added a project to T1535: GETAUDITLOG fails to close fd: Restricted Project.
Sep 18 2013, 8:36 AM · Bug Report, gnupg

Sep 8 2013

werner lowered the priority of T1534: Can't sending encrypted mails with exchange from High to Normal.
Sep 8 2013, 11:06 PM · Too Old, Bug Report, gpgol
TodBon changed Version from 1.0.0. beta 24 to 1.0 on T1516: gpgex crashing Windows explorer (64 bit).
Sep 8 2013, 12:14 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

I notice that there are other users with the crash problem who are using a non-
standard location for the home directory, and using GNUPGHOME in the Environment
Variables to point to the homedir.

As an experiment, I tested moving the GNUPGHOME pointer from the "User
variables" to the "System Variables" section of the configuration screen. It
makes NO difference - gpgex crashes Windows 7 Explorer in both scenarios,
although Kleopatra functions as expected in both scenarios.

Sep 8 2013, 12:14 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Sep 6 2013

bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

For diagnostic reasons: could you try with Kleopatra as well?

Sep 6 2013, 12:42 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Maybe this is relevant:
I only installed gpg, gpgEX and GPA from the GPG4Win package.

Using gpg.exe on the command line works perfect.
I can en- and decrypt files and sign and whatnot.
Only gpgEX is affected.

Sep 6 2013, 12:24 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

The crash happen regardless of what I did before. Usually I use Q-Dir as file
browser. When I trigger a gpgex action via context menu in one Q-Dir OR Windows
Explorer the program (the one I used) crashes.

I set GNUPGHOME as a user variable via Windows' Extended System Settings.

I followed Bernhard's suggestion and attached the GpgEX debug log.

Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS set Version to 1.1.0 on T1536: gpgex crashes Win7 64bit when using GNUPGHOME.
Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
werner added a project to T1537: gpgv does not handle expired or revoked keys: Documentation.
Sep 6 2013, 11:13 AM · Feature Request, gnupg
werner placed T1536: gpgex crashes Win7 64bit when using GNUPGHOME up for grabs.
Sep 6 2013, 11:12 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
werner added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Please provide a proper bug report so that we are able to replicate this. For
example, how did you set GNUGHOME, what process have been started before that
etc. A complete run trough on how to exhibit the bug would be a appreciated.

Sep 6 2013, 11:12 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
werner added a comment to T1532: Don't send key ids in plaintext.

This is not a worth a bug report. If you want to discuss this topic, please use
the gnupg-users mailing list. We can't answer indivdual questions by means of a
bug tracker.

Sep 6 2013, 11:09 AM · Feature Request, Not A Bug
werner closed T1532: Don't send key ids in plaintext as Resolved.
Sep 6 2013, 11:09 AM · Feature Request, Not A Bug
werner removed a project from T1532: Don't send key ids in plaintext: Bug Report.
Sep 6 2013, 11:09 AM · Feature Request, Not A Bug
werner lowered the priority of T1532: Don't send key ids in plaintext from High to Wishlist.
Sep 6 2013, 11:09 AM · Feature Request, Not A Bug
werner added projects to T1532: Don't send key ids in plaintext: Not A Bug, Feature Request.
Sep 6 2013, 11:09 AM · Feature Request, Not A Bug
bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Thanks for asking again, I did not remember that GPGex was missing from the
compendium.

It works similiar to GpgOL, see
http://git.gnupg.org/cgi-
bin/gitweb.cgi?p=gpgex.git;a=blob_plain;f=README;hb=HEAD
and in German:
http://lists.wald.intevation.org/pipermail/gpg4win-users-de/2013-
August/000593.html

Sep 6 2013, 10:29 AM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows
bernhard reassigned T1536: gpgex crashes Win7 64bit when using GNUPGHOME from aheinecke to werner.
Sep 6 2013, 10:29 AM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Actually, I can't.
The link you provided leads to a site with some general infos.
There is another link into the compendium with infos about
some GPG4Win components but not a single word on gpgex.

So HOW do I provide some more diagnostic output?

Sep 6 2013, 9:28 AM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows
bernhard added projects to T1536: gpgex crashes Win7 64bit when using GNUPGHOME: Windows, gpg4win, Windows 64.
Sep 6 2013, 8:44 AM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows
bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Hi Henning,
thanks for your feedback on Gpg4win and of trying the new Gpgex.

Can you help us further by trying to get some more diagnostic output?
See the link in the last section of http://gpg4win.org/reporting-bugs.html

Best,
Bernhard

Sep 6 2013, 8:43 AM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows
bernhard assigned T1536: gpgex crashes Win7 64bit when using GNUPGHOME to aheinecke.
Sep 6 2013, 8:43 AM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows
bernhard updated subscribers of T1536: gpgex crashes Win7 64bit when using GNUPGHOME.
Sep 6 2013, 8:43 AM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows

Sep 5 2013

meissner set Version to 2.0.19 on T1537: gpgv does not handle expired or revoked keys.
Sep 5 2013, 4:52 PM · Feature Request, gnupg
meissner added projects to T1537: gpgv does not handle expired or revoked keys: gnupg, Bug Report.
Sep 5 2013, 4:52 PM · Feature Request, gnupg
TripleOPS added projects to T1536: gpgex crashes Win7 64bit when using GNUPGHOME: gpgex, Bug Report.
Sep 5 2013, 3:08 PM · Duplicate, Windows 64, gpg4win, Bug Report, gpgex, Windows
atsampson set Version to 2.0.21 on T1535: GETAUDITLOG fails to close fd.
Sep 5 2013, 12:02 PM · Bug Report, gnupg
atsampson added projects to T1535: GETAUDITLOG fails to close fd: gnupg, Bug Report.
Sep 5 2013, 12:02 PM · Bug Report, gnupg

Sep 4 2013

msauer75 added projects to T1534: Can't sending encrypted mails with exchange: gpgol, Bug Report.
Sep 4 2013, 7:32 AM · Too Old, Bug Report, gpgol
msauer75 set Version to 1.2.0 on T1534: Can't sending encrypted mails with exchange.
Sep 4 2013, 7:32 AM · Too Old, Bug Report, gpgol
msauer75 set Due Date to Sep 4 2013, 2:00 AM on T1534: Can't sending encrypted mails with exchange.
Sep 4 2013, 7:32 AM · Too Old, Bug Report, gpgol

Sep 2 2013

emanuel added a comment to T1324: Encryption of an folder with umlauts failed.

works with Gpg4win 2.2.0. But there is a failure after decrypting folder with
umlauts: see gpg4win wald issue #6451
(https://wald.intevation.org/tracker/index.php?func=detail&aid=6451&group_id=11&atid=126)

Sep 2 2013, 4:47 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows
emanuel closed T1324: Encryption of an folder with umlauts failed as Resolved.
Sep 2 2013, 4:47 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows

Sep 1 2013

eric_kuroneko.ca added a project to T1533: gpgv unnecessarily links against libassuan: Bug Report.
Sep 1 2013, 8:00 AM · gnupg, Bug Report
eric_kuroneko.ca set Version to 2.0.21 on T1533: gpgv unnecessarily links against libassuan.
Sep 1 2013, 8:00 AM · gnupg, Bug Report

Aug 31 2013

asdfgh added a comment to T1532: Don't send key ids in plaintext.

Forgot to mention, throw-keyids is a workaround by not sending the key ids but
it confuses many people when trying to decrypt those messages. So a different
approach is necessary

Aug 31 2013, 7:01 PM · Feature Request, Not A Bug
asdfgh added a project to T1532: Don't send key ids in plaintext: Bug Report.
Aug 31 2013, 6:57 PM · Feature Request, Not A Bug

Aug 30 2013

werner added a project to T1527: Typo in psc-wrapper.c that ruins build on OSX is still there: Not A Bug.
Aug 30 2013, 11:21 AM · Bug Report, gnupg, Not A Bug
werner closed T1527: Typo in psc-wrapper.c that ruins build on OSX is still there as Resolved.
Aug 30 2013, 11:21 AM · Bug Report, gnupg, Not A Bug
werner added a project to T1528: Trouble making GnuPG php module to work (cPanel server): Mistaken.
Aug 30 2013, 11:19 AM · gnupg, Mistaken
werner closed T1528: Trouble making GnuPG php module to work (cPanel server) as Invalid.
Aug 30 2013, 11:19 AM · gnupg, Mistaken
werner removed a project from T1528: Trouble making GnuPG php module to work (cPanel server): Bug Report.
Aug 30 2013, 11:19 AM · gnupg, Mistaken
werner lowered the priority of T1528: Trouble making GnuPG php module to work (cPanel server) from High to Normal.
Aug 30 2013, 11:19 AM · gnupg, Mistaken
werner added a comment to T1528: Trouble making GnuPG php module to work (cPanel server).

This is a bug tracker and not help list. Please send your questions to
gnupg-users@gnupg.org

Aug 30 2013, 11:19 AM · gnupg, Mistaken

Aug 27 2013

TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Issue 1530 notes that gpgex crashed Explorer (Win7-64bit) when the Environment
Variable for GNUPGHOME is not at the default setting.

I can confirm this! My configuration is customized, and I am not using the
default path.

Aug 27 2013, 2:22 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Aug 26 2013

tss added a comment to T1531: Progress handler callback isn't called often enough during /dev/random reading.

D178: 385_libgcrypt-rndlinux.patch

Aug 26 2013, 2:04 PM · backport, Feature Request, libgcrypt
tss added projects to T1531: Progress handler callback isn't called often enough during /dev/random reading: libgcrypt, Bug Report.
Aug 26 2013, 2:04 PM · backport, Feature Request, libgcrypt

Aug 25 2013

Andycap added a comment to T1530: gpgex crashing Windows 7 64bit Explorer.

I've done more testing, If the gnupg folder is not moved from its default
location gpgex.dll works in v 2.2.0.

The gpgex.dll problem occurs in version 2.2.0 when the user's GNUPGHOME
environment variable has been set to a non-default location (not the user's
default \AppData\Roaming\gnupg)

Kleopatra works fine but for some reason gpgex doesn't work. It produces an
error "Cannot connect to the GnuPG interface (Kleopatra): IPC Connect call failed"

Aug 25 2013, 10:03 AM · Duplicate, Bug Report, gpgex

Aug 24 2013

Andycap added projects to T1530: gpgex crashing Windows 7 64bit Explorer: gpgex, Bug Report.
Aug 24 2013, 8:50 PM · Duplicate, Bug Report, gpgex

Aug 22 2013

aheinecke added projects to T1529: GpgOL for Outlook 2010+ does not read Address entrys from Exchange: Windows, gpg4win, gpgol, Windows 32, Bug Report.
Aug 22 2013, 3:12 PM · Bug Report, Windows 32, gpgol, gpg4win, Windows
aheinecke set Version to 1.2.0 on T1529: GpgOL for Outlook 2010+ does not read Address entrys from Exchange.
Aug 22 2013, 3:12 PM · Bug Report, Windows 32, gpgol, gpg4win, Windows
innoview added projects to T1528: Trouble making GnuPG php module to work (cPanel server): gnupg, Bug Report.
Aug 22 2013, 1:05 PM · gnupg, Mistaken

Aug 21 2013

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

D169: 384_verify_doc.patch

Aug 21 2013, 10:47 PM · Documentation, Debian, Bug Report, gnupg
thijs added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

I'm reading in your response that you're not eager to change the behaviour of
--verify in this regard, right?

If that's the case, perhaps you can consider this patch to add a note to the
documentation, making it clear what is expected when using --verify on inline
signed files with auxiliary data. Afterall, we've seen several places where
--verify was used insecurely in the wild, so some warning may be in order.

Aug 21 2013, 10:47 PM · Documentation, Debian, Bug Report, gnupg
balderdash added a comment to T1527: Typo in psc-wrapper.c that ruins build on OSX is still there.

Oh sorry, never mind. Apologize for the noise. I accidentally looked at the
relevant file in 2.0.20 and thought it hadn't been fixed yet. Sheesh.

Aug 21 2013, 3:57 AM · Bug Report, Not A Bug, gnupg