Page MenuHome GnuPG
Feed Advanced Search

Feb 26 2015

andy_s added projects to T1853: ecdh/ecdsa private key export, MPI encoding oddity: gnupg (gpg21), gnupg, Bug Report.
Feb 26 2015, 5:41 PM · Bug Report, gnupg, gnupg (gpg21)
andy_s set Version to 2.1.2 on T1853: ecdh/ecdsa private key export, MPI encoding oddity.
Feb 26 2015, 5:41 PM · Bug Report, gnupg, gnupg (gpg21)

Jan 21 2015

werner added a project to T1813: [patch] dirmngr/Makefile.am - add gnutls cflags: gnupg.
Jan 21 2015, 3:54 PM · gnupg, Bug Report, gnupg (gpg21), dirmngr
werner closed T1813: [patch] dirmngr/Makefile.am - add gnutls cflags as Resolved.
Jan 21 2015, 3:54 PM · gnupg, Bug Report, gnupg (gpg21), dirmngr
werner added a comment to T1813: [patch] dirmngr/Makefile.am - add gnutls cflags.

Applied as 091c35e. Thanks.

Jan 21 2015, 3:54 PM · gnupg, Bug Report, gnupg (gpg21), dirmngr

Jan 13 2015

headsup added a comment to T1813: [patch] dirmngr/Makefile.am - add gnutls cflags.

D280: 540_gpg211-dirmngr.patch

Jan 13 2015, 1:03 AM · gnupg, Bug Report, gnupg (gpg21), dirmngr
headsup added projects to T1813: [patch] dirmngr/Makefile.am - add gnutls cflags: dirmngr, gnupg (gpg21), Bug Report.
Jan 13 2015, 1:03 AM · gnupg, Bug Report, gnupg (gpg21), dirmngr

Jan 9 2015

werner closed T1808: Wrong default value in german translation in --card-edit factory-reset as Resolved.
Jan 9 2015, 12:53 PM · Bug Report, gnupg, gnupg (gpg21), i18n
werner added a comment to T1808: Wrong default value in german translation in --card-edit factory-reset.

That is easy to fix - commit 3197f69 pushed.

Thanks.

Jan 9 2015, 12:53 PM · Bug Report, gnupg, gnupg (gpg21), i18n

Jan 7 2015

nervengift set Version to 2.1.1 on T1808: Wrong default value in german translation in --card-edit factory-reset.
Jan 7 2015, 3:23 PM · Bug Report, gnupg, gnupg (gpg21), i18n
nervengift added projects to T1808: Wrong default value in german translation in --card-edit factory-reset: i18n, gnupg (gpg21), gnupg, Bug Report.
Jan 7 2015, 3:23 PM · Bug Report, gnupg, gnupg (gpg21), i18n

Jan 2 2015

werner removed a project from T1796: Secret key import fails for ASCII version on windows: gpg4win.
Jan 2 2015, 5:24 PM · gpa, Windows 32, gnupg (gpg21), Windows, Bug Report
werner added projects to T1796: Secret key import fails for ASCII version on windows: Windows, gnupg (gpg21), Windows 32, gpa.
Jan 2 2015, 5:24 PM · gpa, Windows 32, gnupg (gpg21), Windows, Bug Report
werner added a comment to T1797: Critical GPA Error: Fatal Error in GPGME Library.

The latest version is 0.9.7. Please report error only against the latest version.
It has likely been fixed.

Jan 2 2015, 5:16 PM · Bug Report, gpa, gnupg (gpg21)
werner closed T1797: Critical GPA Error: Fatal Error in GPGME Library as Resolved.
Jan 2 2015, 5:16 PM · Bug Report, gpa, gnupg (gpg21)

Dec 28 2014

neuralpancake added projects to T1797: Critical GPA Error: Fatal Error in GPGME Library: gnupg (gpg21), gpa, Bug Report.
Dec 28 2014, 1:50 AM · Bug Report, gpa, gnupg (gpg21)
neuralpancake set Version to 0.9.2 on T1797: Critical GPA Error: Fatal Error in GPGME Library.
Dec 28 2014, 1:50 AM · Bug Report, gpa, gnupg (gpg21)

Dec 18 2014

werner added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

The sem_post in enter_pth can't set ERRNO because we assert the return value
later. However, the sem_wait in leave_npth has the usual EINTR protection and
thus changes ERRNO. Needs to be fixed.

Dec 18 2014, 4:50 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr

Dec 16 2014

aheinecke added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

No this was on "the master of the day"

And with the dead server detection the case for "localhost lookup" already got
better.

But you could look at npth src/npth.c
I am pretty sure that npth_enter and npth_leave modify errno and that this
causes at least npth_connect not to set errno as expected.

Dec 16 2014, 8:05 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
werner removed a project from T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno": Info Needed.
Dec 16 2014, 7:58 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
werner added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

This was straight 2.1.0, right? Please try again with 2.1.1 there are just to
many bugs fixs that it is not worth to look at 2.1.0. If it is still the case I
can look at (although that you assigned yourself ;-)

Dec 16 2014, 7:58 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr

Dec 15 2014

aheinecke added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

I had another go at this bug this evening. I had a keyserver with reproducable
failures (while I still could use it in gpg1). And suddenly during debugging it
all changed and worked flawlessly. I was down to npth_connect and after I had
added debug output in there it began to work (and kept working after removing
the debug output again, hrmpf)

With regards to the test case from T1773 (aheinecke on Nov 26 2014, 10:35 PM / Roundup). This now (after e8c0ed7 ) returns a
dead host.

Btw. I think the error message could be improved for dead hosts.

gpg2 --keyserver hkp://127.0.0.1 --search foobar
gpg: no keyserver known (use option --keyserver)
gpg: keyserver search failed: No keyserver available

Should be something like "No reachable keyserver found"

Assigned this bug to me to at least provide a clearer example.

Thanks for fixing the 127.0.0.1 lookup error :)

Dec 15 2014, 11:23 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke claimed T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".
Dec 15 2014, 11:23 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke added a project to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno": Info Needed.
Dec 15 2014, 11:23 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr

Dec 11 2014

werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Pushed.

Dec 11 2014, 3:25 PM · patch, gnupg, gnupg (gpg21)
werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Give that the macro change is a no-brainer I will do that immediatly. Which
means this bug report can be closed.

Dec 11 2014, 11:14 AM · patch, gnupg, gnupg (gpg21)

Dec 7 2014

leriksen added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

Understood - would you like me to fix with automake 1.10, or park this
for a merge post-Jessie ?

Dec 7 2014, 10:47 AM · patch, gnupg, gnupg (gpg21)

Dec 4 2014

werner added a comment to T1776: Fix deprecation warning about AM_PROG_MKDIR_P.

automake 1.14 is not yet supported becuase it defaults to the new parallel tests
and automake 1.11 has no way to disable this tests (serial-tests option in 1.14).

After the release of Debian Jessie I plan to migrate to 1.14 and drop support
form earlier automakes.

Dec 4 2014, 8:59 AM · patch, gnupg, gnupg (gpg21)

Nov 29 2014

leriksen added projects to T1776: Fix deprecation warning about AM_PROG_MKDIR_P: gnupg (gpg21), gnupg, patch.
Nov 29 2014, 6:53 AM · patch, gnupg, gnupg (gpg21)

Nov 28 2014

troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Thanks werner -- I've filed an upstream issue to bring awareness of the change
to the software I use that was affected (duply/duplicity), I'm sure this is
going to pop up for others as 2.1 becomes more widely adopted. Maybe add
something to the release notes or docs for '--passphrase-fd 0' so folks know a
config change is needed in their apps and gpg-agent? Regardless, I appreciate
your help.

(marking as resolved)

Nov 28 2014, 5:42 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

If you add it to gpg.conf the Pinentry won't be used and there are fir sure
cases where things won't work. In an unattended use I can't see a problem right
now.

We can't change the behaviour of --passpharse-fd; it is widely used and:

  if ( !opt.batch && opt.pinentry_mode != PINENTRY_MODE_LOOPBACK)
    { /* Not used but we have to do a dummy read, so that it won't end
         up at the begin of the message if the quite usual trick to
         prepend the passphtrase to the message is used. */

think would break or - worse - may insert the passphrase into the message.

The passphrase is still used for symmetric only encryption in batch mode.

Nov 28 2014, 10:41 AM · gnupg, pinentry, gpgagent, gnupg (gpg21)

Nov 27 2014

troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Roger that, thanks - I've tested it on a VM with my keys and things seem "like
they used to be" for scripting an automated passphrase entry. I specified them
in my ~/.gnupg/pgp.conf and ~/.gnupg/gpg-agent.conf since editing many
individual softwares is not possible at this time, it needs to be backwards
compatible.

What side affects (breaking things?) does having these options permanently
enabled in configs are there? Having the allow in gpg-agent.conf is harmless,
but what about the client side gpg.conf?

If client gpg '--passphrase-fd 0' is useless without '--pinentry-mode loopback',
why not make this an automatic added option (internally) if '--passphrase-fd 0'
is specified? Of what use with gnupg-2.1.x is '--passphrase-fd 0' without
'--pinentry-mode loopback'?

I double-checked the official docs, there's no mention of needing these new
loopback settings in the section for --passphrase-fd 0:

https://www.gnupg.org/documentation/manuals/gnupg/GPG-Esoteric-Options.html#GPG-Esoteric-Options

"If you use 0 for n, the passphrase will be read from STDIN." (but as we know
here, it's not unless the new loopback options are added)

Nov 27 2014, 6:02 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
aheinecke closed T1775: Exporting from keybox format pubkey with full fingerprint causes endless output. as Resolved.
Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added a comment to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..

Ah damn,..
Duplicate of
T1774

sorry.

Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added a comment to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..

Duplicate of T1774

Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added a project to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output.: Duplicate.
Nov 27 2014, 5:37 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke added projects to T1775: Exporting from keybox format pubkey with full fingerprint causes endless output.: gnupg (gpg21), gnupg, Bug Report.
Nov 27 2014, 5:36 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke set Version to 2.1.0 on T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..
Nov 27 2014, 5:36 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
aheinecke updated subscribers of T1775: Exporting from keybox format pubkey with full fingerprint causes endless output..
Nov 27 2014, 5:36 PM · Bug Report, gnupg, Duplicate, gnupg (gpg21)
werner closed T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored) as Invalid.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner lowered the priority of T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored) from High to Normal.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner removed a project from T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored): Bug Report.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Like gpgsm has done from its very beginnong, gpg now also does not pknow
anything about the secret keys. This is all delagted to gpg-agent. This means
that telling gpg a passphrase is useless.

But wait. There is a workaround: gpg has the new option

   --pinentry-mode mode
          Set the pinentry mode to mode.  Allowed values for mode are:

          default
                 Use the default of the agent, which is ask.

          ask    Force the use of the Pinentry.

          cancel Emulate use of Pinentry's cancel button.

          error  Return a Pinentry error (``No Pinentry'').

          loopback

                 Redirect Pinentry queries to the caller.  Note that
                 in contrast to Pinentry the user is not prompted
                 again if he enters a bad pass- word.

Thus by using

  gpg --pinentry-mode=loopback

you can do basically the same as with 1.4. It is well tested and
slighly different than in 1.4. Uou also need to configure gpg-agent
with

  --allow-loopback-pinentry

       Allow clients to use the loopback pinentry features; see the
       option pinentry-mode for details.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)

Nov 26 2014

aheinecke added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

The problem was with that specific keyserver. If I use another keyserver it
works. The keyserver was the first one returned to me by using the
keys.gnupg.net pool and as gpg 1 works with it.

I've debugged the issue.

The test case is now reduced to:
gpg2 --keyserver hkp://127.0.0.1 --search foobar

Dirmngr logs:

2014-11-26 20:35:55 dirmngr[5892.1] getnameinfo returned for '127.0.0.1':
'localhost'
2014-11-26 20:35:55 dirmngr[5892.1] can't connect to '127.0.0.1': Success
2014-11-26 20:35:55 dirmngr[5892.1] error connecting to
'http://127.0.0.1:11371': System error w/o errno
2014-11-26 20:35:55 dirmngr[5892.1] command 'KS_SEARCH' failed: System error w/o
errno

In my case this is because common/http.c (connect_server) ~ line 2200

  ai->ai_family == AF_INET && (flags & HTTP_FLAG_IGNORE_IPv4)

Returns true for 127.0.0.1 (same for 75.75.183.132 which also explains why it
works with gnupg) the address is skipped but it is the only one -> loop finishes
with no errno set.

It is set in dirmngr/ks-engine-hkp.c which looks to me like: "If it is not
indicated that a host either uses IPv4 nor IPv6 ignore it." Which i find kind of
harsh. At least a debug output like:

      if (!hi->v4 && !hi->v6)
        log_debug("Ignoring host\n");

Should be added there and of course connect_server should return an appropiate
error in case it never actually tried to connect to a server.

While debugging this I think I found another issue. You are using errno after
my_connect calls. If this expands to npth_connect the actual calls are

enter_npth()
sem_post() modifies errno
connect()
modifies errno
leave_npth()
sem_wait() //modifies errno

Afaik enter / leave in npth should save errno. I could not confirm that this is
really an issue with a test but I think it is.

Nov 26 2014, 10:35 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke updated subscribers of T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".
Nov 26 2014, 12:39 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke set Version to 2.1.0 on T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".
Nov 26 2014, 12:39 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke added projects to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno": dirmngr, gnupg (gpg21), Keyserver, Bug Report.
Nov 26 2014, 12:39 PM · Bug Report, Keyserver, gnupg (gpg21), dirmngr

Nov 25 2014

troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

A few Arch users are reporting the same regression/breakage, thread here:

https://bbs.archlinux.org/viewtopic.php?pid=1479136

Nov 25 2014, 8:02 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
troyengel set Version to 2.1.1-beta44 (git) on T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).
Nov 25 2014, 7:57 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
troyengel added projects to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored): gnupg (gpg21), gpgagent, pinentry, gnupg, Bug Report.
Nov 25 2014, 7:57 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)

Oct 3 2014

werner closed T1718: Errors during 2.1 migration but gnupg reports migration succeeded. as Resolved.
Oct 3 2014, 1:03 PM · Bug Report, gnupg, gnupg (gpg21)
werner added a comment to T1718: Errors during 2.1 migration but gnupg reports migration succeeded..

Thanks applied.

Oct 3 2014, 1:03 PM · Bug Report, gnupg, gnupg (gpg21)

Sep 19 2014

aheinecke added a comment to T1718: Errors during 2.1 migration but gnupg reports migration succeeded..

Had a go at this myself. I've attached a patch that checks the gpg-agent version
before migration.

Output when an old version is found:

gpg: NOTE: THIS IS A DEVELOPMENT VERSION!
gpg: It is only intended for test purposes and should NOT be
gpg: used in a production environment or with production keys!
gpg: starting migration from earlier GnuPG versions
gpg: error: GnuPG agent version "2.0.22" is too old.
gpg: Please start an updated GnuPG agent.
gpg: migration aborted

Output when gnome-keyring running around:

gpg: NOTE: THIS IS A DEVELOPMENT VERSION!
gpg: It is only intended for test purposes and should NOT be
gpg: used in a production environment or with production keys!
gpg: starting migration from earlier GnuPG versions
gpg: WARNING: The GNOME keyring manager hijacked the GnuPG agent.
gpg: WARNING: GnuPG will not work properly - please configure that tool to not
interfere with the GnuPG system!
gpg: error: GnuPG agent unusable. Please check that a GnuPG agent can be started.
gpg: migration aborted
gpg: no default secret key: No secret key
gpg: signing failed: No secret key

The error message should also occur in case gpg-agent can not be started at all.
It happens when "GETINFO version" errors. So its generic.

Sep 19 2014, 7:47 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke added a comment to T1718: Errors during 2.1 migration but gnupg reports migration succeeded..

D252: 507_0001-Check-gpg-agent-version-before-2.1-migration.patch

Sep 19 2014, 7:47 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke updated subscribers of T1718: Errors during 2.1 migration but gnupg reports migration succeeded..
Sep 19 2014, 7:47 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke updated subscribers of T1718: Errors during 2.1 migration but gnupg reports migration succeeded..
Sep 19 2014, 3:51 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke set Version to 2.1.0-beta835 on T1718: Errors during 2.1 migration but gnupg reports migration succeeded..
Sep 19 2014, 3:51 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke added projects to T1718: Errors during 2.1 migration but gnupg reports migration succeeded.: gnupg (gpg21), gnupg, Bug Report.
Sep 19 2014, 3:51 PM · Bug Report, gnupg, gnupg (gpg21)

Sep 17 2014

werner closed T1492: 2.1.0-beta does not yet support --delete-secret-keys as Resolved.
Sep 17 2014, 7:03 PM · gnupg, gnupg (gpg21), Feature Request
werner added a comment to T1492: 2.1.0-beta does not yet support --delete-secret-keys.

Meanwhile done.

Sep 17 2014, 7:03 PM · gnupg, gnupg (gpg21), Feature Request
werner added a project to T1428: --fingerprint and --with-fingerprint create slightly different results: gnupg (gpg21).
Sep 17 2014, 7:00 PM · gnupg (gpg21), Debian, Bug Report, gnupg

Aug 6 2014

werner closed T1679: Update outdated default preferences as Resolved.
Aug 6 2014, 3:37 PM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
werner added a comment to T1679: Update outdated default preferences.

There are no known attacks on SHA-1. MD5 is disabled anyway in recent versions.
But please continue at gnupg-users - if you like.

Aug 6 2014, 3:37 PM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
coruus reopened T1679: Update outdated default preferences as "Open".
Aug 6 2014, 2:28 PM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
coruus added a comment to T1679: Update outdated default preferences.

Thank you for the prompt response.

I am familiar with the standard. The only violation of a MUST I'm aware of is that
recipient and personal digest preferences are ignored for hashes with known attacks;
perhaps some of these changes cause GnuPG to behave badly in other cases?

Aug 6 2014, 2:28 PM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
werner added a project to T1679: Update outdated default preferences: Won't Fix.
Aug 6 2014, 10:39 AM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
werner added projects to T1679: Update outdated default preferences: Feature Request, gnupg.
Aug 6 2014, 10:38 AM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
werner added a comment to T1679: Update outdated default preferences.

This has been discussed at gnupg-users at lengths. You need to read the OpenPGP
standard to understand some of the defaults. For the others you may start yet
another disucssion thread at gnupg-users.

re 4) The iteration count used depends on the machine.

Aug 6 2014, 10:38 AM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
werner removed a project from T1679: Update outdated default preferences: Bug Report.
Aug 6 2014, 10:38 AM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
werner closed T1679: Update outdated default preferences as Resolved.
Aug 6 2014, 10:38 AM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
werner lowered the priority of T1679: Update outdated default preferences from High to Wishlist.
Aug 6 2014, 10:38 AM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix

Aug 5 2014

coruus added projects to T1679: Update outdated default preferences: OpenPGP, gnupg (gpg21), Bug Report, patch.
Aug 5 2014, 11:10 PM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix
coruus added a comment to T1679: Update outdated default preferences.

Aug 5 2014, 11:10 PM · patch, gnupg, gnupg (gpg21), Feature Request, OpenPGP, Won't Fix

Jun 30 2014

werner closed T1653: Always disallow group- and other-readable permission as Resolved.
Jun 30 2014, 9:16 AM · gnupg (gpg21), gnupg, Feature Request
werner added a comment to T1653: Always disallow group- and other-readable permission.

Fic for master with commit c434de4. However decryptyed files are not subject to
this because that would for sure breakk too man applications.

Jun 30 2014, 9:16 AM · gnupg (gpg21), gnupg, Feature Request

Jun 25 2014

werner added a comment to T1548: [PATCH] Allow cert-only keys on smartcards.

Fixed in master.

Jun 25 2014, 9:25 AM · Feature Request, gnupg
werner added a project to T1548: [PATCH] Allow cert-only keys on smartcards: gnupg (gpg21).
Jun 25 2014, 9:20 AM · Feature Request, gnupg
werner added a comment to T1548: [PATCH] Allow cert-only keys on smartcards.

I meant 2.0.24 of course.

Jun 25 2014, 9:20 AM · Feature Request, gnupg

Jun 24 2014

werner added a project to T1653: Always disallow group- and other-readable permission: gnupg (gpg21).
Jun 24 2014, 2:51 PM · gnupg (gpg21), gnupg, Feature Request
werner added a comment to T1653: Always disallow group- and other-readable permission.

I consider to do this for 2.1

Jun 24 2014, 2:51 PM · gnupg (gpg21), gnupg, Feature Request

Nov 29 2013

werner closed T1573: Optional support for larger RSA key sizes as Resolved.
Nov 29 2013, 6:47 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
werner added a project to T1573: Optional support for larger RSA key sizes: Won't Fix.
Nov 29 2013, 6:47 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
werner added a comment to T1573: Optional support for larger RSA key sizes.

This has been discussed ad nauseam. Thus this will not be included.

Nov 29 2013, 6:47 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
ido added a comment to T1573: Optional support for larger RSA key sizes.

Nov 29 2013, 4:37 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
ido added a comment to T1573: Optional support for larger RSA key sizes.

D182: 410_0001-gpg-Compile-time-flag-for-RSA-key-sizes-4096.patch

Nov 29 2013, 4:37 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix
ido added a comment to T1573: Optional support for larger RSA key sizes.

Uploaded a new patch file - I missed a semicolon.

Nov 29 2013, 4:37 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix

Nov 28 2013

ido added a project to T1573: Optional support for larger RSA key sizes: gnupg (gpg21).
Nov 28 2013, 11:42 PM · gnupg, Feature Request, gnupg (gpg21), Won't Fix

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

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