Page MenuHome GnuPG
Feed Advanced Search

Sep 26 2014

ciaby reopened T1732: Don't break existing keys larger than 4k as "Open".
Sep 26 2014, 6:23 PM · Not A Bug, Debian, Bug Report, gnupg
ciaby added a comment to T1732: Don't break existing keys larger than 4k.

I read that. It says that RSA-2048 keys are going to be safe until 2030. Doesn't
sound like a lot to me... Considering the average human lifespan, I could be
around until 2070. So, nope, not enough.
If all the emails I sent till now have been intercepted and stored (which seems
to be the case according to Snowden), using a RSA-2048 key simply means that all
my private correspondence is going to be public (or at least accessible) in 16
years time. Now, the only thing I'm asking is to raise the amount of secure
memory allocated by GnuPG to 128k to let people use key sizes up to 16384,
something that was even allowed by the keygen itself.

Sep 26 2014, 6:23 PM · Not A Bug, Debian, Bug Report, gnupg
werner closed T1727: add a parameter to GOT_IT to communicate any errors as Resolved.
Sep 26 2014, 2:18 PM · Feature Request, Not A Bug, gnupg
werner added a comment to T1727: add a parameter to GOT_IT to communicate any errors.

GOT_IT merely tells that a line was received. There is and can't be any more
semantics.

Sep 26 2014, 2:18 PM · Feature Request, Not A Bug, gnupg
werner lowered the priority of T1730: gpg should avoid a gpg-agent with a different homedir from Normal to Wishlist.
Sep 26 2014, 2:10 PM · Feature Request, gnupg
werner added a comment to T1730: gpg should avoid a gpg-agent with a different homedir.

I am not yet sure whether to keep GPG_AGENT_INFO.

Sep 26 2014, 2:10 PM · Feature Request, gnupg
infinity0 reopened T1726: no status-fd message indicating current flags as "Open".
Sep 26 2014, 1:11 PM · Feature Request, gnupg
infinity0 added a comment to T1726: no status-fd message indicating current flags.

I have not asked a single question in this thread; this is a bug report, not a
question. You have not explained adequately why this is not a bug.

Sep 26 2014, 1:11 PM · Feature Request, gnupg
werner closed T1726: no status-fd message indicating current flags as Resolved.
Sep 26 2014, 1:04 PM · Feature Request, gnupg
werner added a comment to T1726: no status-fd message indicating current flags.

Please discuss coding questions at gnupg-deel and not in the BTS.

Sep 26 2014, 1:04 PM · Feature Request, gnupg
werner added a comment to T1732: Don't break existing keys larger than 4k.

Please read the FAQ starting with
https://gnupg.org/faq/gnupg-faq.html#default_rsa2048

Sep 26 2014, 12:54 PM · Not A Bug, Debian, Bug Report, gnupg
werner closed T1732: Don't break existing keys larger than 4k as Resolved.
Sep 26 2014, 12:54 PM · Not A Bug, Debian, Bug Report, gnupg
ciaby added a comment to T1732: Don't break existing keys larger than 4k.

By the way, is this all bullshit?
AES-256 == RSA-15360 / DSA-15360 (NIST)
http://csrc.nist.gov/groups/SMA/ispab/documents/minutes/2006-03/E_Barker-
March2006-ISPAB.pdf

AES=256 == RSA-15424 / DSA-15424 (ECRYPT2)
http://www.ecrypt.eu.org/documents/D.SPA.20.pdf

Sep 26 2014, 4:36 AM · Not A Bug, Debian, Bug Report, gnupg
infinity0 added a project to T1727: add a parameter to GOT_IT to communicate any errors: Feature Request.
Sep 26 2014, 12:45 AM · Feature Request, Not A Bug, gnupg
infinity0 removed a project from T1727: add a parameter to GOT_IT to communicate any errors: Bug Report.
Sep 26 2014, 12:45 AM · Feature Request, Not A Bug, gnupg
infinity0 added a comment to T1727: add a parameter to GOT_IT to communicate any errors.

I could not easily figure out what I was supposed to infer from the source code
of gpa or gpgme, but after playing about with it, I suppose I can detect the
error by noticing that the next GET_LINE issues a keyedit.prompt rather than
continuing with the workflow. This means I will have to write some state-keeping
logic instead of merely switching on the GET_LINE, and all users of this
interface will need to implement a similar thing.

To reduce the complexity for scripters here, might I suggest adding an extra
parameter to GOT_IT to explicitly communicate to the client script about any
errors? At least from the gpa/gpgme code it seems there is a generic parser that
can cope with extra parameters to any status line.

If anyone is affected by this (I don't know of others using this interface),
they can easily rewrite their parsing code to cope with both the old and new
GOT_IT lines (with or without a parameter).

BTW, this is the sort of thing that documentation would be helpful for.

Sep 26 2014, 12:45 AM · Feature Request, Not A Bug, gnupg
infinity0 renamed T1727: add a parameter to GOT_IT to communicate any errors from addkey claims success (GOT_IT) even when no secret key to add a parameter to GOT_IT to communicate any errors.
Sep 26 2014, 12:45 AM · Feature Request, Not A Bug, gnupg
infinity0 added a comment to T1726: no status-fd message indicating current flags.

The starting value is Certify+Sign for some options and Certify+Sign+Encrypt for
other options. This should be output in the status file descriptor so that a
script knows what it is doing.

Alternatively, the defaults should be committed to in public API documentation
that is guaranteed to not change, rather than source code. As you said yourself
in ML, one should not rely on the CLI to remain static.

Sep 26 2014, 12:23 AM · Feature Request, gnupg
infinity0 reopened T1726: no status-fd message indicating current flags as "Open".
Sep 26 2014, 12:23 AM · Feature Request, gnupg
infinity0 reopened T1725: addkey asks for a separate new password for every subkey created as "Open".
Sep 26 2014, 12:14 AM · Feature Request, Not A Bug, gnupg
infinity0 added a project to T1725: addkey asks for a separate new password for every subkey created: Feature Request.
Sep 26 2014, 12:14 AM · Feature Request, Not A Bug, gnupg
infinity0 removed a project from T1725: addkey asks for a separate new password for every subkey created: Bug Report.
Sep 26 2014, 12:14 AM · Feature Request, Not A Bug, gnupg
infinity0 added a comment to T1725: addkey asks for a separate new password for every subkey created.

I suggest that an option be added for the user to "set same as master key". This
will be the majority use-case.

Sep 26 2014, 12:14 AM · Feature Request, Not A Bug, gnupg
infinity0 added a comment to T1730: gpg should avoid a gpg-agent with a different homedir.

But this might be done by accident, such as in old shell environments. Do you
consider GPG_AGENT_INFO with a different homedir, to be a valid use case? If
not, you should get rid of it, because otherwise it might be confusing and trip
users up.

Sep 26 2014, 12:14 AM · Feature Request, gnupg
infinity0 reopened T1730: gpg should avoid a gpg-agent with a different homedir as "Open".
Sep 26 2014, 12:14 AM · Feature Request, gnupg

Sep 25 2014

ciaby added a comment to T1732: Don't break existing keys larger than 4k.

Ok, got it. So I can just throw away my key and make a new one?
Fantastic. Thanks a lot.
Sounds a lot like "640K ought to be enough for anybody".
So long, and thanks for all the good work on GnuPG (seriously).

Sep 25 2014, 10:11 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a comment to T1732: Don't break existing keys larger than 4k.

No.

Please read the FAQ on key sizes and if you have a lot of time the countless
discussions on gnupg-users. No, you are not paranoid but you are tuning the
wrong parameters. IT will never be a standard. There will never be any keys
larger than 4k RSA in real use.

Sep 25 2014, 9:46 PM · Not A Bug, Debian, Bug Report, gnupg
ciaby added a comment to T1732: Don't break existing keys larger than 4k.

Yes, I know how to change the code and make it work on _my_ machine.
There is the tiny problem that everyone else has to do it, too.
Can we make that change the default? I don't see a big problem in using 64k or
128k instead of 32k of secure memory.
By the way, 16k of key size is ridiculous now, but it's going to be kind of
standard in the not so distant future. Or am I too paranoid? :)
Just trying to have a GnuPG key which is future-proof, also taking in
consideration the possible use of quantum computers in the future.

Sep 25 2014, 9:17 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a project to T1732: Don't break existing keys larger than 4k: Not A Bug.
Sep 25 2014, 8:51 PM · Not A Bug, Debian, Bug Report, gnupg
werner added a project to T1725: addkey asks for a separate new password for every subkey created: Not A Bug.
Sep 25 2014, 8:44 PM · Feature Request, Not A Bug, gnupg
werner added a project to T1726: no status-fd message indicating current flags: Not A Bug.
Sep 25 2014, 8:43 PM · Feature Request, gnupg
werner added a project to T1727: add a parameter to GOT_IT to communicate any errors: Not A Bug.
Sep 25 2014, 8:41 PM · Feature Request, Not A Bug, gnupg
werner added a project to T1730: gpg should avoid a gpg-agent with a different homedir: Not A Bug.
Sep 25 2014, 8:39 PM · Feature Request, gnupg
werner closed T1730: gpg should avoid a gpg-agent with a different homedir as Resolved.
Sep 25 2014, 8:39 PM · Feature Request, gnupg

Sep 17 2014

werner closed T1666: hijack warning as Resolved.
Sep 17 2014, 6:57 PM · Bug Report, Not A Bug, gnupg
werner added a comment to T1716: Retrieving a key with --recv-key should verify the received key matches the key ID..

No, he can't. The data received from a keyserver is by defintion unreliable.
It may be any kind of trash. gpg takes care of ensuring that the data (i.e. the
keys) are consistent.

There has been a long and heated debate over this recently on whether the
additional check introduced with 1.4.18 is at all useful. In any case what you
requested is in all recent versions of gpg. I thus close this bug.

Sep 17 2014, 3:19 PM · Bug Report, gnupg, Not A Bug, gnupg (gpg14)
werner added a project to T1716: Retrieving a key with --recv-key should verify the received key matches the key ID.: Not A Bug.
Sep 17 2014, 3:19 PM · Bug Report, gnupg, Not A Bug, gnupg (gpg14)
werner closed T1716: Retrieving a key with --recv-key should verify the received key matches the key ID. as Resolved.
Sep 17 2014, 3:19 PM · Bug Report, gnupg, Not A Bug, gnupg (gpg14)

Aug 19 2014

werner added a comment to T1694: gpg decrypt hangs after entering passphrase.

The passphrase is taken directly from the tty but the input tdata from stdin.
These are different input sources. The passphrase prompt pops up as soon as gpg
needs it.

You won't see the output on the tty becuase the sender used the
--for-your-eyes-only feature. Here is a trick to show it anyway:

  gpg --output -

[Please send firther usage questions to the mailing list and not to the bug
tracker.]

Aug 19 2014, 2:50 PM · Bug Report, Not A Bug, gnupg
werner closed T1694: gpg decrypt hangs after entering passphrase as Resolved.
Aug 19 2014, 2:50 PM · Bug Report, Not A Bug, gnupg
fs1 reopened T1694: gpg decrypt hangs after entering passphrase as "Open".
Aug 19 2014, 10:57 AM · Bug Report, Not A Bug, gnupg
fs1 added a comment to T1694: gpg decrypt hangs after entering passphrase.

What I am requested to do to see the output on the tty?
I do not understand that I have to close the input since I've already entered
the passphrase...

Aug 19 2014, 10:57 AM · Bug Report, Not A Bug, gnupg
werner added a project to T1694: gpg decrypt hangs after entering passphrase: Not A Bug.
Aug 19 2014, 10:16 AM · Bug Report, Not A Bug, gnupg

Aug 18 2014

werner added a project to T1688: IPSwitch/MoveIT PGP Public Key Import fail: Not A Bug.
Aug 18 2014, 9:25 PM · Not A Bug, Bug Report, gnupg
werner closed T1567: integer undefined behaviors in libgcrypt as Resolved.
Aug 18 2014, 9:01 AM · Not A Bug, Bug Report

Jul 3 2014

werner added a project to T1666: hijack warning: Not A Bug.
Jul 3 2014, 11:25 AM · Bug Report, Not A Bug, gnupg
werner added a comment to T1666: hijack warning.

GKD hijacks the gpg <-> gpg-agent IPC. It does this for a long time now but
most users don't care about this and the mainainer keeps this as the default.
Everone using gpgsm has always run into this problem.

Yes, this is hijacking.

The gpg--agent emulation of GKD is indeed dangerous. GnuPG consists of several
closely connected components. Arbitrary replacing an compenent breaks the whole
thing. On proprietary systems such a behaviour would be called malware.

Jul 3 2014, 11:25 AM · Bug Report, Not A Bug, gnupg

Jun 23 2014

werner closed T1512: Decrypt a message with hidden recipients only prompts for the passphrase of the first secret key, uses the same passphrase for all following keys that are tested. as Resolved.
Jun 23 2014, 10:30 AM · Not A Bug, Bug Report, gnupg
werner added a project to T1512: Decrypt a message with hidden recipients only prompts for the passphrase of the first secret key, uses the same passphrase for all following keys that are tested.: Not A Bug.
Jun 23 2014, 10:30 AM · Not A Bug, Bug Report, gnupg

Jun 22 2014

kingu closed T1657: Improvement of translation string 29 in description.txt of GnuPG as Resolved.
Jun 22 2014, 4:57 PM · patch, gnupg, Feature Request, Not A Bug
kingu added projects to T1657: Improvement of translation string 29 in description.txt of GnuPG: Not A Bug, Feature Request, gnupg, patch.
Jun 22 2014, 3:22 PM · patch, gnupg, Feature Request, Not A Bug

Jun 20 2014

werner added a comment to T1656: Warning message when using gpg (The GNOME keyring manager hijacked the GnuPG agent).

You need to configuire gnome-keyring-daemon not to hijack the gpg-agent. This
is done by not adding gpg to the
--components
options. It is a long standing GNOME problem that they willfully hijack the
interprocess connection to gpg-agent. This leads to lots of bug reports
directed to GnuPG and thus I finally added this warning.

Jun 20 2014, 8:45 PM · Not A Bug, Bug Report
werner added a project to T1656: Warning message when using gpg (The GNOME keyring manager hijacked the GnuPG agent): Not A Bug.
Jun 20 2014, 8:45 PM · Not A Bug, Bug Report

Jun 6 2014

werner added a comment to T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo.

Ah well, you better do not use automake 1.13 - the test suite may or may not
work with that braindead new defaults of that version.

Jun 6 2014, 5:34 PM · Feature Request, gnupg, Not A Bug
werner closed T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo as Resolved.
Jun 6 2014, 5:34 PM · Feature Request, gnupg, Not A Bug

Jun 3 2014

mschauler removed a project from T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo: Bug Report.
Jun 3 2014, 11:08 PM · Feature Request, gnupg, Not A Bug
mschauler added a comment to T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo.

I agree.
In fact, there is no README.GIT in this repo (at least not in commit
2f4e8c33b88d), but only a README.SVN

The correct fix for the issue on my system (OpenSUSE 13.1) is to run "automake
--add-missing" before running autogen.sh
This will add "build-aux/test-driver"

Jun 3 2014, 11:08 PM · Feature Request, gnupg, Not A Bug
mschauler reopened T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo as "Open".
Jun 3 2014, 11:08 PM · Feature Request, gnupg, Not A Bug
mschauler added a project to T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo: Feature Request.
Jun 3 2014, 11:08 PM · Feature Request, gnupg, Not A Bug
mschauler lowered the priority of T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo from Normal to Wishlist.
Jun 3 2014, 11:08 PM · Feature Request, gnupg, Not A Bug

Jun 2 2014

werner closed T1088: v2 smartcard fails to generate any pgp keys (BSD) as Resolved.
Jun 2 2014, 8:03 PM · Info Needed, Bug Report, Not A Bug, gnupg
werner closed T1418: Pinentry not installed while using gpg2 as Resolved.
Jun 2 2014, 8:02 PM · Not A Bug, Bug Report, gnupg
werner closed T1472: Issues decrypting the (encrypted) file that has special international characters in the name like ' í ' as Resolved.
Jun 2 2014, 8:02 PM · Bug Report, Not A Bug, gnupg
werner closed T1500: gpg2 exit code on G10ERR_NO_PUBKEY as Resolved.
Jun 2 2014, 8:02 PM · Not A Bug, Bug Report, gnupg
werner closed T1419: pipe-through of clearsigned documents adds an extra newline as Resolved.
Jun 2 2014, 8:01 PM · Not A Bug, Bug Report, gnupg
werner closed T1443: gpg always leaves files world-readable (security) as Resolved.
Jun 2 2014, 8:01 PM · Bug Report, gnupg, Not A Bug
werner closed T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo as Resolved.
Jun 2 2014, 12:38 PM · Feature Request, gnupg, Not A Bug
werner added a project to T1647: configure error: libgpg-error: tests/Makefile.in missing in git repo: Not A Bug.
Jun 2 2014, 12:38 PM · Feature Request, gnupg, Not A Bug

Apr 4 2014

werner added a project to T1627: Duplicate word 'embeded' in sample demo screenshots on Wiki Page (see details): Not A Bug.
Apr 4 2014, 11:35 AM · Not A Bug, Documentation
werner removed a project from T1627: Duplicate word 'embeded' in sample demo screenshots on Wiki Page (see details): In Progress.
Apr 4 2014, 11:35 AM · Not A Bug, Documentation
werner placed T1627: Duplicate word 'embeded' in sample demo screenshots on Wiki Page (see details) up for grabs.
Apr 4 2014, 11:35 AM · Not A Bug, Documentation
werner added a comment to T1627: Duplicate word 'embeded' in sample demo screenshots on Wiki Page (see details).

It is a wiki. please fix yourself. Nio bee for BTS entry. Thanks.

Apr 4 2014, 11:35 AM · Not A Bug, Documentation
werner added a comment to T1628: gpg2 --options does not check ~/.gnupg directory.

No. It should not. Everything else wuld be surprising for a Unix tool.

Apr 4 2014, 11:20 AM · Bug Report, gnupg, Not A Bug
werner closed T1628: gpg2 --options does not check ~/.gnupg directory as Resolved.
Apr 4 2014, 11:20 AM · Bug Report, gnupg, Not A Bug
werner added a project to T1628: gpg2 --options does not check ~/.gnupg directory: Not A Bug.
Apr 4 2014, 11:20 AM · Bug Report, gnupg, Not A Bug

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

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

Feb 12 2014

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

Jan 27 2014

werner added a project to T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile: Not A Bug.
Jan 27 2014, 11:42 AM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report

Dec 16 2013

werner closed T1578: translation in Italian as Resolved.
Dec 16 2013, 9:25 AM · Bug Report, gnupg, Not A Bug

Dec 15 2013

gfrisani_libero.it added a comment to T1578: translation in Italian.

----Messaggio originale----
Da: gnupg@bugs.g10code.com
Data: 13/12/2013 16.19
A: <gfrisani@libero.it>, <wk@gnupg.org>
Ogg: [issue1578] translation in Italian

Werner Koch <wk@gnupg.org> added the comment:

Send it to translations@gnupg.org. However, it is too late for 1.4.16.


status: unread -> chatting


g10 Code's BTS <gnupg@bugs.g10code.com>
<T1578>


Dec 15 2013, 11:11 AM · Bug Report, gnupg, Not A Bug

Dec 13 2013

werner added a project to T1578: translation in Italian: Not A Bug.
Dec 13 2013, 4:19 PM · Bug Report, gnupg, Not A Bug

Nov 22 2013

aheinecke closed T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button. as Resolved.
Nov 22 2013, 4:19 PM · Duplicate, Bug Report, Not A Bug, pinentry
aheinecke added a comment to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..

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

Nov 22 2013, 4:11 PM · Duplicate, Bug Report, Not A Bug, pinentry
aheinecke reopened T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button. as "Open".
Nov 22 2013, 4:11 PM · Duplicate, Bug Report, Not A Bug, pinentry

Nov 15 2013

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

Nov 4 2013

werner closed T1565: pinentry-0.8.3 compilation warning as Resolved.
Nov 4 2013, 10:35 AM · Bug Report, Not A Bug, pinentry
werner added a project to T1565: pinentry-0.8.3 compilation warning: Not A Bug.
Nov 4 2013, 10:35 AM · Bug Report, Not A Bug, pinentry

Oct 15 2013

werner closed T1551: GPG OL throws a breakpoint error as Resolved.
Oct 15 2013, 4:15 PM · Not A Bug, Bug Report, gpgol

Oct 11 2013

jon added a comment to T1551: GPG OL throws a breakpoint error.

I did not activate debugging; but also have moved to 2.2.1 of the gpg4win tool
collection and can no longer replicate the problem.

Oct 11 2013, 5:11 PM · Not A Bug, Bug Report, gpgol
werner added a project to T1551: GPG OL throws a breakpoint error: Not A Bug.
Oct 11 2013, 2:06 PM · Not A Bug, Bug Report, gpgol
werner updated subscribers of T1551: GPG OL throws a breakpoint error.
Oct 11 2013, 2:06 PM · Not A Bug, Bug Report, gpgol
werner added a comment to T1551: GPG OL throws a breakpoint error.

Don't run it under debugger.

Oct 11 2013, 2:06 PM · Not A Bug, Bug Report, gpgol

Oct 1 2013

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

Sep 6 2013

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