Page MenuHome GnuPG
Feed Advanced Search

Sep 6 2013

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

Aug 2 2013

scolphoy added projects to T1522: Broken links to HOWTOs: Feature Request, gpgweb.
Aug 2 2013, 2:03 PM · gpgweb, Feature Request

Jul 19 2013

xprt64 added projects to T1518: New website mirror: Feature Request, gnupg.
Jul 19 2013, 8:46 PM · Too Old, gpgweb, Feature Request

Jul 16 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.

What is the threat model for this? If you are able to ptrace a process you can
do all other kind of stuff, like replacing gpg with your own code. If the box
has been taken over, we are in game-over state.

Disabling core dumps is a different issue because a core dump leaves traces of
the process on the disk.

Jul 16 2013, 1:17 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
gniibe added a project to T1337: No mention of --default-cert-check-level in man: gpgweb.
Jul 16 2013, 9:34 AM · gpgweb, Feature Request, Documentation
gniibe removed a project from T1337: No mention of --default-cert-check-level in man: gnupg.
Jul 16 2013, 9:34 AM · gpgweb, Feature Request, Documentation
gniibe added a comment to T1337: No mention of --default-cert-check-level in man.

The option --default-cert-level is described in the manual.
Thus, this bug report is about web.
Changing "category" from gnupg to gpgweb.

Jul 16 2013, 9:34 AM · gpgweb, Feature Request, Documentation

Jul 12 2013

gniibe 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.

I think that original reporter's intention is to prevent attaching by ptrace.
By PR_SET_DUMPABLE disabled, ptrace PTRACE_ATTACH won't work any more.
This would be better if we care about kernel compatibility.
In http://bugs.debian.org/714107, I found that setrlimit64 doesn't work reliably
for 2.6.34 or older. PR_SET_DUMPABLE seems to work for even 2.4.x.

Jul 12 2013, 2:15 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent

Jul 10 2013

werner added a project to T1102: Sending enc/signed mails does not work with Exchange: Info Needed.
Jul 10 2013, 3:16 PM · Info Needed, Feature Request, gpg4win, gpgol
werner closed T1102: Sending enc/signed mails does not work with Exchange as Resolved.
Jul 10 2013, 3:16 PM · Info Needed, Feature Request, gpg4win, gpgol

Jul 1 2013

werner closed T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation as Resolved.
Jul 1 2013, 9:03 PM · ssh, gpgagent, Feature Request, gnupg, gnupg (gpg20)
werner added a comment to T1401: ecdsa ssh keys and gpg-agent's ssh-agent emulation.

I just backported the new ssh-agent code from master to the 2.0 branch. Thus
2.0.21 will have this support.

Jul 1 2013, 9:03 PM · ssh, gpgagent, Feature Request, gnupg, gnupg (gpg20)

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

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 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

Jun 18 2013

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

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

May 22 2013

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 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

May 15 2013

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

May 2 2013

werner added projects to T1492: 2.1.0-beta does not yet support --delete-secret-keys: Feature Request, gnupg (gpg21), gnupg.
May 2 2013, 8:52 PM · gnupg, gnupg (gpg21), Feature Request

May 1 2013

werner added a comment to T1464: key signing in GPGME.

We need to see whether we can re-use the code from GPA for this purpose.

May 1 2013, 2:01 PM · gpgme, Feature Request
werner closed T1489: GPA "Verify documents" window doesn't scroll as Resolved.
May 1 2013, 11:25 AM · Feature Request, gpa
werner added a comment to T1489: GPA "Verify documents" window doesn't scroll.

Fixed in 0.9.4, coming soon.

May 1 2013, 11:25 AM · Feature Request, gpa

Apr 22 2013

werner added a project to T1060: extract signature from encrypted and signed file/message: gnupg (gpg21).
Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner added a comment to T1060: extract signature from encrypted and signed file/message.

Pending for a long time; should be considered for 2.1

Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner changed Due Date from Feb 1 2010, 1:00 AM to Oct 31 2013, 1:00 AM on T1060: extract signature from encrypted and signed file/message.
Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner closed T1062: Please add --disable-digest-algo option as Resolved.
Apr 22 2013, 9:58 AM · Won't Fix, gnupg, Feature Request
werner removed a project from T1062: Please add --disable-digest-algo option: Stalled.
Apr 22 2013, 9:58 AM · Won't Fix, gnupg, Feature Request
werner added a project to T1062: Please add --disable-digest-algo option: Won't Fix.
Apr 22 2013, 9:58 AM · Won't Fix, gnupg, Feature Request
werner removed Due Date on T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface).
Apr 22 2013, 9:56 AM · gnupg (gpg23), gnupg, Debian, Feature Request
werner added a project to T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface): gnupg (gpg21).
Apr 22 2013, 9:56 AM · gnupg (gpg23), gnupg, Debian, Feature Request
werner changed Due Date from Jan 30 2009, 1:00 AM to Sep 30 2013, 2:00 AM on T806: default-key could take a list of keys to try.
Apr 22 2013, 9:55 AM · gnupg, Feature Request
werner added a project to T1038: Specify and use multiple keyservers: gnupg (gpg21).
Apr 22 2013, 9:54 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner added projects to T1055: Special characters encoding issue with LDAP keyserver.: Feature Request, gnupg (gpg21).
Apr 22 2013, 9:43 AM · gnupg (gpg22), Feature Request
werner removed a project from T1400: Improve "make check" messages: In Progress.
Apr 22 2013, 9:35 AM · gnupg, backport, Feature Request
werner closed T1400: Improve "make check" messages as Resolved.
Apr 22 2013, 9:35 AM · gnupg, backport, Feature Request
werner added a comment to T1400: Improve "make check" messages.

Done for 2.0

Apr 22 2013, 9:35 AM · gnupg, backport, Feature Request

Apr 19 2013

werner removed a project from T1489: GPA "Verify documents" window doesn't scroll: Bug Report.
Apr 19 2013, 9:17 PM · Feature Request, gpa
werner added a project to T1489: GPA "Verify documents" window doesn't scroll: Feature Request.
Apr 19 2013, 9:17 PM · Feature Request, gpa
werner added a comment to T1489: GPA "Verify documents" window doesn't scroll.

Tested patches are welcome (against git master of course).

Apr 19 2013, 9:17 PM · Feature Request, gpa
werner changed Due Date from May 15 2009, 2:00 AM to Aug 31 2013, 2:00 AM on T807: encrypt-to-self option.
Apr 19 2013, 6:02 PM · gnupg, Feature Request
werner added a comment to T1064: gpgsm: manual page misses to document options.

Fixed in master

Apr 19 2013, 6:01 PM · backport, gnupg, Debian, Feature Request
werner added a project to T1064: gpgsm: manual page misses to document options: backport.
Apr 19 2013, 6:01 PM · backport, gnupg, Debian, Feature Request
werner added a comment to T928: Add runtime check for SE-linux.

Is that still something we should go for?

Apr 19 2013, 5:48 PM · Info Needed, gnupg, Feature Request
werner added a project to T928: Add runtime check for SE-linux: Info Needed.
Apr 19 2013, 5:48 PM · Info Needed, gnupg, Feature Request
werner removed Due Date on T928: Add runtime check for SE-linux.
Apr 19 2013, 5:48 PM · Info Needed, gnupg, Feature Request
werner changed Due Date from Mar 31 2008, 2:00 AM to Aug 31 2013, 2:00 AM on T618: use the attachment hooks to decrypt and verify attachmantes.
Apr 19 2013, 5:45 PM · Won't Fix, Feature Request, gpgol
werner added a comment to T618: use the attachment hooks to decrypt and verify attachmantes.

We plan to do something similar for the Informsec grant.

Apr 19 2013, 5:45 PM · Won't Fix, Feature Request, gpgol

Apr 5 2013

step closed T1471: hash functions for proof-of-work calculations (bcrypt/scrypt) as Resolved.
Apr 5 2013, 1:40 PM · libgcrypt, Feature Request
step added a comment to T1471: hash functions for proof-of-work calculations (bcrypt/scrypt).

Marking as resolved, as this seems to work fine now as far as I can tell (I'm
certainly happy).

Apr 5 2013, 1:40 PM · libgcrypt, Feature Request
step removed a project from T1471: hash functions for proof-of-work calculations (bcrypt/scrypt): In Progress.
Apr 5 2013, 1:40 PM · libgcrypt, Feature Request
werner added a project to T1471: hash functions for proof-of-work calculations (bcrypt/scrypt): In Progress.
Apr 5 2013, 12:30 PM · libgcrypt, Feature Request
werner added a comment to T1471: hash functions for proof-of-work calculations (bcrypt/scrypt).

scrypt has now been implemented.

Apr 5 2013, 12:30 PM · libgcrypt, Feature Request

Mar 22 2013

step added a comment to T1471: hash functions for proof-of-work calculations (bcrypt/scrypt).

D167: 370_scrypt.diff

Mar 22 2013, 12:59 PM · libgcrypt, Feature Request

Mar 20 2013

werner added a comment to T1470: ECC multiplication API for ECDH(E).

Done in master.

Mar 20 2013, 4:08 PM · libgcrypt, Feature Request
werner closed T1470: ECC multiplication API for ECDH(E) as Resolved.
Mar 20 2013, 4:08 PM · libgcrypt, Feature Request
werner added a comment to T1481: Output format option for Textmode conversion.

If you use --textmode during encryption the native line endings on the
decryption system are used. Adding an extra option to for arbitrary conversions
is IMHO not a good idea beause it violates the Unix principle of having
dedicated tools which work together. tr(1) does what you want.

Mar 20 2013, 11:33 AM · gnupg

Mar 19 2013

werner closed T1414: Please add pkg-config support as Resolved.
Mar 19 2013, 12:44 PM · Won't Fix, gpgme, Debian, Feature Request

Mar 18 2013

scarpe01 added projects to T1481: Output format option for Textmode conversion: Feature Request, gnupg.
Mar 18 2013, 7:52 PM · gnupg
werner closed T1217: VERY_STRONG RNG seed initialization is problematic if only few bytes needed as Resolved.
Mar 18 2013, 9:02 AM · Won't Fix, libgcrypt, Feature Request
werner added a comment to T1217: VERY_STRONG RNG seed initialization is problematic if only few bytes needed.

1.6 (current master) now has a feature to switch to a pure /dev/random based RNG.

Mar 18 2013, 9:02 AM · Won't Fix, libgcrypt, Feature Request

Mar 6 2013

lmamane added a comment to T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file.

Still have this issue. Here is an updated patch against 2.0.19. Please
consider including it, or provide some feedback if this is a bad idea / should
be done a different way.

Marking this as a bug since it restores useful functionality that was lost.

Mar 6 2013, 2:34 AM · Feature Request, gnupg
lmamane changed Version from 2.0.18 to 2.0.19 on T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file.
Mar 6 2013, 2:34 AM · Feature Request, gnupg
lmamane added a comment to T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file.

D151: 369_gnupg-2.0.19-showsession-trunc.patch

Mar 6 2013, 2:34 AM · Feature Request, gnupg
lmamane added a project to T1389: [PATCH] Feature request: enable --show-session-key on a truncated encrypted file: Bug Report.
Mar 6 2013, 2:34 AM · Feature Request, gnupg

Feb 7 2013

step added projects to T1471: hash functions for proof-of-work calculations (bcrypt/scrypt): Feature Request, libgcrypt.
Feb 7 2013, 4:01 PM · libgcrypt, Feature Request
step added projects to T1470: ECC multiplication API for ECDH(E): Feature Request, libgcrypt.
Feb 7 2013, 3:56 PM · libgcrypt, Feature Request
step added projects to T1469: Support for ed25519: Feature Request, libgcrypt.
Feb 7 2013, 3:53 PM · libgcrypt, Feature Request

Jan 14 2013

flok added projects to T1464: key signing in GPGME: Feature Request, gpgme.
Jan 14 2013, 2:52 PM · gpgme, Feature Request

Jan 8 2013

werner added a project to T1460: allow larger key creation (8192 bits): Won't Fix.
Jan 8 2013, 3:31 PM · Won't Fix, Feature Request
werner added a comment to T1460: allow larger key creation (8192 bits).

No. See the discussion on the maling lists for the reason why we limit the RSA
key size to 4k.

Again a warning: Do not propose the use of such large keys. The end effect is
that people don't use encryption because it is too slow on non-big machines.

Jan 8 2013, 3:31 PM · Won't Fix, Feature Request

Jan 3 2013

bigkey added a project to T1460: allow larger key creation (8192 bits): Feature Request.
Jan 3 2013, 9:35 PM · Won't Fix, Feature Request

Dec 20 2012

werner added a comment to T1456: Support XDG basedir specification.

See the Topics field above: wontfix.
The feature request has been rejected. If you still want to pursuit it, please
start a discussion at gnupg-devel and don't contine here at the BTS.

Dec 20 2012, 6:08 PM · Won't Fix, Feature Request
werner closed T1456: Support XDG basedir specification as Resolved.
Dec 20 2012, 6:08 PM · Won't Fix, Feature Request
eheintzmann reopened T1456: Support XDG basedir specification as "Open".
Dec 20 2012, 5:37 PM · Won't Fix, Feature Request
eheintzmann added a comment to T1456: Support XDG basedir specification.

Not ure to understand you comment...
Have you added support for XDG basedir spec?

Dec 20 2012, 5:37 PM · Won't Fix, Feature Request
werner closed T1456: Support XDG basedir specification as Resolved.
Dec 20 2012, 2:57 PM · Won't Fix, Feature Request
werner added a comment to T1456: Support XDG basedir specification.

Add more complexity to the already complex configuration.

Dec 20 2012, 2:57 PM · Won't Fix, Feature Request

Dec 15 2012

eheintzmann added a comment to T1456: Support XDG basedir specification.

Please notice that backward compatibility can be preserved by continue to use
$HOME/.gnupg if it exits but using/creating XDG dirs when it is not exit.

Dec 15 2012, 1:16 PM · Won't Fix, Feature Request
werner added a project to T1456: Support XDG basedir specification: Won't Fix.
Dec 15 2012, 10:06 AM · Won't Fix, Feature Request
werner added a comment to T1456: Support XDG basedir specification.

That would be incompatible to previous versions and is thus not an option. If a
user wants this GNUPGHOME provides an easy way to do so. Keys should be
considered part of the configuration.

Dec 15 2012, 10:06 AM · Won't Fix, Feature Request

Dec 8 2012

eheintzmann added a project to T1456: Support XDG basedir specification: Feature Request.
Dec 8 2012, 4:36 PM · Won't Fix, Feature Request

Nov 8 2012

werner changed Version from 1.4.10 to all on T1347: More informative error message for unusable keys.
Nov 8 2012, 2:46 PM · gnupg, Feature Request
werner added a comment to T1347: More informative error message for unusable keys.

We won't do this for 1.4.

Nov 8 2012, 2:46 PM · gnupg, Feature Request
werner removed a project from T1347: More informative error message for unusable keys: gnupg (gpg14).
Nov 8 2012, 2:46 PM · gnupg, Feature Request
werner added a comment to T1173: gpg has no easy way to view the reason and description of revocation sigs.

I would say this should go into 2.1.

Nov 8 2012, 2:44 PM · gnupg, Debian, Feature Request

Oct 21 2012

tim added projects to T1449: dirmngr should be able to use LDAPv3: dirmngr, Feature Request.
Oct 21 2012, 8:15 PM · gnupg, Feature Request, dirmngr

Sep 26 2012

werner added a comment to T1444: Check keyid after downloading key from keyserver and before importing it.

What is your threat model?

Sep 26 2012, 3:22 PM · gnupg, Feature Request
werner closed T1441: Increase Key Size as Resolved.
Sep 26 2012, 3:21 PM · Feature Request, Won't Fix
werner added a comment to T1441: Increase Key Size.

It is already available in the latest 2.1-beta.

Sep 26 2012, 3:21 PM · Feature Request, Won't Fix
werner added a project to T1445: keyid-format fingerprint: Won't Fix.
Sep 26 2012, 3:20 PM · gnupg, Duplicate, Feature Request
werner added a comment to T1445: keyid-format fingerprint.

That is not possible for two reasons:

  1. For v3 keys the fingerprint is different from the keyID.
  2. We often have only the keyID but not the fingerprint available.
Sep 26 2012, 3:20 PM · gnupg, Duplicate, Feature Request

Sep 22 2012

ilf added a project to T1445: keyid-format fingerprint: Feature Request.
Sep 22 2012, 11:25 PM · gnupg, Duplicate, Feature Request

Sep 20 2012

mvo added a project to T1444: Check keyid after downloading key from keyserver and before importing it: Feature Request.
Sep 20 2012, 11:20 AM · gnupg, Feature Request

Sep 17 2012

Securityx added a comment to T1441: Increase Key Size.

Ok I did some more research on this topic and it appears ECC is the fix for RSA
additional key sizes. Do you have any idea when ECC will be implemented into
this gem? This draft appears to be expired though so its unknown to me if there
are plans to get this implemented into the default software without requiring a
patch.

Draft: https://tools.ietf.org/html/draft-jivsov-openpgp-ecc-11

Once again thanks for the feedback. I tried to search but I kept getting errors
so I apologize if this was previously addressed.

Sep 17 2012, 10:12 PM · Feature Request, Won't Fix
Securityx reopened T1441: Increase Key Size as "Open".
Sep 17 2012, 10:12 PM · Feature Request, Won't Fix