Page MenuHome GnuPG
Feed Advanced Search

Jul 22 2015

werner added a comment to T2030: file names should not be embedded in the ciphertext.

So your solution is fine and produces the same result as a new option. Okay to
close?

Jul 22 2015, 4:41 PM · Feature Request, gnupg

Jul 21 2015

pinky added a comment to T2030: file names should not be embedded in the ciphertext.

What about adding an option to not embed the filename even if a file name was
given? It can be hard to convince other tools (e.g. enigmail) to use pipes for
just some of the operations ("cat %f | gnupg" for encryption, but not for
decryption). My workaround with --set-filename "" did not lead to problems yet,
so maybe this is good enough, from a usability point of view. Also, I just had a
look into RFC4880, and it seems that zero-length filenames are perfectly OK:
"This may be a zero-length string."

Jul 21 2015, 5:30 PM · Feature Request, gnupg
werner set Due Date to Jul 31 2015, 2:00 AM on T2025: gpgv 2.1.x should be able to use a keybox for --keyring arguments.
Jul 21 2015, 3:49 PM · gnupg, Feature Request
werner added a comment to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.

1.4 won't handle such a redirection because it does not use libassuan.

2.0 should follow such a redirection but the 2.0 agent is not able to setup a
socket in this way. If there is a real need it can be backported.

Jul 21 2015, 3:48 PM · Won't Fix, gnupg, Feature Request
werner added a project to T2030: file names should not be embedded in the ciphertext: Feature Request.
Jul 21 2015, 3:35 PM · Feature Request, gnupg
werner added a project to T2044: GPGME needs better support for managing keys: Feature Request.
Jul 21 2015, 3:21 PM · Feature Request, gpgme

Jul 19 2015

neal closed T2026: Pinentry gnome3 should allow session storage as Resolved.
Jul 19 2015, 10:40 AM · pinentry, Feature Request
neal added a comment to T2026: Pinentry gnome3 should allow session storage.

Thanks for the feedback. Closing.

Jul 19 2015, 10:40 AM · pinentry, Feature Request

Jul 14 2015

terry added a project to T2041: opaque default compression parameters: Bug Report.
Jul 14 2015, 8:12 PM · gnupg, Bug Report
terry raised the priority of T2041: opaque default compression parameters from Wishlist to Low.
Jul 14 2015, 8:12 PM · gnupg, Bug Report
terry added projects to T2041: opaque default compression parameters: Feature Request, gnupg.
Jul 14 2015, 2:20 PM · gnupg, Bug Report

Jul 13 2015

grawity set Version to 2.1.6 on T2039: CRL issuingDistributionPoint support.
Jul 13 2015, 12:38 PM · gnupg, Feature Request, dirmngr
grawity added projects to T2039: CRL issuingDistributionPoint support: dirmngr, Feature Request.
Jul 13 2015, 12:38 PM · gnupg, Feature Request, dirmngr

Jul 9 2015

zbyszek added a project to T2037: please add pkg-config file for libgcrypt: Feature Request.
Jul 9 2015, 4:42 PM · Won't Fix, libgcrypt, Feature Request

Jul 2 2015

war1025 added a comment to T2026: Pinentry gnome3 should allow session storage.

Looks like the actual issue was that gpg-agent wasn't running.

Works fine now. Thanks for your help.

Jul 2 2015, 7:20 PM · pinentry, Feature Request
war1025 reopened T2026: Pinentry gnome3 should allow session storage as "Open".
Jul 2 2015, 7:20 PM · pinentry, Feature Request
neal closed T2026: Pinentry gnome3 should allow session storage as Resolved.
Jul 2 2015, 1:13 PM · pinentry, Feature Request
neal added a comment to T2026: Pinentry gnome3 should allow session storage.

gpg agent already handles caching passwords in memory; Gnome keyring is just
used to cache the passwords on stable storage. Thus, I think the current
behavior is correct. If you disagree, please reopen and describe the behavior
that you expect.

Note: to have gpg agent cache passwords for a long time, set default-cache-ttl
and max-cache-ttl in your gpg-agent.conf to large values. To make sure the
cache is cleared when you log out, use 'gpgconf --reload gpg-agent' (or use send
SIGHUP to the right gpg-agent).

Jul 2 2015, 1:13 PM · pinentry, Feature Request

Jul 1 2015

war1025 added projects to T2026: Pinentry gnome3 should allow session storage: Feature Request, pinentry.
Jul 1 2015, 5:59 PM · pinentry, Feature Request
werner added projects to T2022: dutch localizations for GnuPG: gnupg (gpg14), gnupg (gpg20).
Jul 1 2015, 12:13 PM · gnupg, gnupg (gpg20), gnupg (gpg14), Feature Request, i18n
dkg added a comment to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.

So the implication here is that users who want to use XDG_RUNTIME_DIR can do:

echo '%Assuan%' > ~/.gnupg/S.gpg-agent
echo '${XDG_RUNTIME_DIR}/S.gpg-agent' >> ~/.gnupg/S.gpg-agent

and it will Just Work for those with an NFS homedir?

Even on non-NFS volumes, this has the nice property that gpg-agent's
"check-own-socket" feature should be able to close down the gpg-agent process
when it's no longer needed by an active session.

What would the failure conditions be if that variable isn't actually set,
though? I guess it would be the same as specifying /S.gpg-agent, which should
result in permission denied, which means a failed gpg-agent. Is that right?

Will 1.4.x or 2.0.x respect such a redirection if they find it in the socket
they're trying to talk to, or is this a 2.1.x-only feature?

Jul 1 2015, 8:35 AM · Won't Fix, gnupg, Feature Request
dkg added projects to T2025: gpgv 2.1.x should be able to use a keybox for --keyring arguments: Feature Request, gnupg.
Jul 1 2015, 7:23 AM · gnupg, Feature Request

Jun 29 2015

werner added a project to T1951: gpg-agent needs an API to verify a passphrase: Restricted Project.
Jun 29 2015, 12:57 PM · gnupg, Feature Request, gpgagent
werner added a comment to T1951: gpg-agent needs an API to verify a passphrase.

Done with commit 9bca96d. Here is how to use it:

  $ gpg-connect-agent 
  > passwd --verify 2C1103C5C84AAD061B5E3221C048A93D878F7EEE
  OK
  > passwd --verify 2C1103C5C84AAD061B5E3221C048A93D878F7EEE
  ERR 83886179 Operation cancelled <Pinentry>
  > passwd --verify 2C1103C5C84AAD061B5E3221C048A93D878F7EEE
  ERR 67108875 Bad passphrase <GPG Agent>

For the OK I entered the correct passpharse, for the bad passpharse I entered a
bad passphrase three times in a row.

Jun 29 2015, 12:55 PM · gnupg, Feature Request, gpgagent

Jun 23 2015

dkg added a comment to T1951: gpg-agent needs an API to verify a passphrase.

We can already do a dummy signature, but it feels sloppy for several reasons:

  • it's not clear exactly what to sign with a dummy signature -- should you sign

static text or a dynamic (random) block?

  • it's not clear what to do with the signatures after creation. It's

concievable that a dummy signature could be abused/misused if the material being
signed turns out to have some other meaning.

  • gpg-agent can be configured to log to an append-only file as a means of

monitoring what signatures have ever been made by a given key. Dummy signatures
introduce spurious signing events that are indistinguishable from real
signatures in this log

  • the creation of arbitrary signatures takes more time than testing passphrase

and returning feedback.

Jun 23 2015, 3:02 PM · gnupg, Feature Request, gpgagent
werner closed T1661: Gnupg directories not variable in the documentation as Resolved.
Jun 23 2015, 12:09 PM · Feature Request, Debian, gnupg
werner removed a project from T1661: Gnupg directories not variable in the documentation: Restricted Project.
Jun 23 2015, 12:09 PM · Feature Request, Debian, gnupg
werner added a comment to T1951: gpg-agent needs an API to verify a passphrase.

Why not doing a dummy signing then?

Jun 23 2015, 11:44 AM · gnupg, Feature Request, gpgagent
werner added a comment to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.

Thr redirect feature has not yet been documented. You can create a regular file
with the name of the socket file using this format

   %Assuan%
   socket=NAME

   where NAME is the actual socket to use.  No white spaces are
   allowed, both lines must be terminated by a single LF, extra lines
   are not allowed.  Environment variables are interpreted in NAME if
   given in "${VAR} notation; no escape characters are defined, if
   "${" shall be used verbatim, you need to use an environment
   variable with that content.

   The use of an absolute NAME is strongly suggested.  The length of
   the file is limited to 511 bytes which is more than sufficient for
   that common value of 107 for sun_path.
Jun 23 2015, 11:40 AM · Won't Fix, gnupg, Feature Request

Jun 22 2015

rdieter added a comment to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.

and to be clear, I'm not suggesting not using ~/.gnupg at all anymore. I'm only
saying that using that as a default location for gpg-agent socket is bad for some
use-cases (like nfs $HOME)

Jun 22 2015, 4:15 PM · Won't Fix, gnupg, Feature Request
rdieter reopened T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication as "Open".
Jun 22 2015, 4:05 PM · Won't Fix, gnupg, Feature Request
rdieter added a comment to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.

what is this "redirect feature" you mention? how would that help a user logging
into multiple computers using the same (nfs) $HOME ?

Jun 22 2015, 4:05 PM · Won't Fix, gnupg, Feature Request
werner closed T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication as Resolved.
Jun 22 2015, 11:06 AM · Won't Fix, gnupg, Feature Request
werner added a project to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication: Won't Fix.
Jun 22 2015, 11:06 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.

Using ~/.gnupg as gnupg's home directory predates XDG by many years and thus
would be an incompatible change. NFS is not a problem due to thre redirect feature.

Jun 22 2015, 11:06 AM · Won't Fix, gnupg, Feature Request
werner added a comment to T2022: dutch localizations for GnuPG.

Thanks for forwarding.

Jun 22 2015, 11:02 AM · gnupg, gnupg (gpg20), gnupg (gpg14), Feature Request, i18n
werner added a project to T2022: dutch localizations for GnuPG: i18n.
Jun 22 2015, 11:02 AM · gnupg, gnupg (gpg20), gnupg (gpg14), Feature Request, i18n
dkg added a project to T2022: dutch localizations for GnuPG: Feature Request.
Jun 22 2015, 1:56 AM · gnupg, gnupg (gpg20), gnupg (gpg14), Feature Request, i18n

Jun 17 2015

rdieter added a comment to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.

Followup details about XDG_RUNTIME_DIR if you're not familiar, see:
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

"$XDG_RUNTIME_DIR defines the base directory relative to which user-specific non-
essential runtime files and other file objects (such as sockets, named pipes,
...) should be stored. The directory MUST be owned by the user, and he MUST be
the only one having read and write access to it. Its Unix access mode MUST be
0700.

The lifetime of the directory MUST be bound to the user being logged in. It MUST
be created when the user first logs in and if the user fully logs out the
directory MUST be removed. If the user logs in more than once he should get
pointed to the same directory, and it is mandatory that the directory continues
to exist from his first login to his last logout on the system, and not removed
in between. Files in the directory MUST not survive reboot or a full logout/login
cycle.

The directory MUST be on a local file system and not shared with any other
system. The directory MUST by fully-featured by the standards of the operating
system. More specifically, on Unix-like operating systems AF_UNIX sockets,
symbolic links, hard links, proper permissions, file locking, sparse files,
memory mapping, file change notifications, a reliable hard link count must be
supported, and no restrictions on the file name character set should be imposed.
Files in this directory MAY be subjected to periodic clean-up. To ensure that
your files are not removed, they should have their access time timestamp modified
at least once every 6 hours of monotonic time or the 'sticky' bit should be set
on the file.

If $XDG_RUNTIME_DIR is not set applications should fall back to a replacement
directory with similar capabilities and print a warning message. Applications
should use this directory for communication and synchronization purposes and
should not place larger files in it, since it might reside in runtime memory and
cannot necessarily be swapped out to disk."

Jun 17 2015, 3:35 PM · Won't Fix, gnupg, Feature Request
rdieter added projects to T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication: Feature Request, gnupg.
Jun 17 2015, 3:33 PM · Won't Fix, gnupg, Feature Request
rdieter set Version to 2.1 on T2017: consider using $XDG_RUNTIME_DIR for gpg-agent socket communication.
Jun 17 2015, 3:33 PM · Won't Fix, gnupg, Feature Request
werner added a comment to T2016: write-env-file fails sliently with enable-ssh-support.

Done with commit 010d26a for 2.1.6

Jun 17 2015, 1:02 PM · gnupg, Feature Request
werner closed T2016: write-env-file fails sliently with enable-ssh-support as Resolved.
Jun 17 2015, 1:02 PM · gnupg, Feature Request
werner removed a project from T2016: write-env-file fails sliently with enable-ssh-support: Bug Report.
Jun 17 2015, 12:39 PM · gnupg, Feature Request
werner added a project to T2016: write-env-file fails sliently with enable-ssh-support: Feature Request.
Jun 17 2015, 12:39 PM · gnupg, Feature Request

Jun 16 2015

neal added projects to T2013: pinentry-curses / pinentry-tty should emit a bell when showing a dialog: Feature Request, pinentry.
Jun 16 2015, 1:09 PM · pinentry, Feature Request
gniibe closed T1930: PATCH: Be more flexible on PC/SC reader selection as Resolved.
Jun 16 2015, 6:22 AM · gnupg, Feature Request, scd
gniibe removed a project from T1930: PATCH: Be more flexible on PC/SC reader selection: Restricted Project.
Jun 16 2015, 6:22 AM · gnupg, Feature Request, scd
gniibe added a comment to T1930: PATCH: Be more flexible on PC/SC reader selection.

Fixed in 2.0.28 (and in 2.1.x).

Jun 16 2015, 6:22 AM · gnupg, Feature Request, scd

Jun 12 2015

dkg added a comment to T1951: gpg-agent needs an API to verify a passphrase.

Hm, you make a good point about this being undesirable in the general case --
access to a normal gpg-agent shouldn't provide an attacker with a way to guess
passwords silently.

However, consider the mailpile case -- where gpg-agent is running on the
webserver, and the login webpage wants to verify a given user based on the
password for the user's secret key (and wants to avoid keeping some extra
/etc/shadow-equivalent file lying around).

Maybe such an application would start gpg-agent in a different/simpler mode? Or
should we recommend that such an application test the provided passphrase in
some other way, without using gpg-agent at all?

Jun 12 2015, 6:34 PM · gnupg, Feature Request, gpgagent
neal added a comment to T1825: Add a re-encrypt to additional key.

Does encrypt-to/hidden-encrypt-to in gpg.conf do this?

Jun 12 2015, 4:12 PM · gpd5x (gpd-5.0.0), gnupg26, Feature Request
neal added a comment to T1945: pin entry prompt should include more structured metadata.

This feature has landed in the latest 2.0 and 2.1 branches and support has been
added in pinentry. I'm closing this now.

Jun 12 2015, 4:03 PM · gnupg, Feature Request
neal removed a project from T1945: pin entry prompt should include more structured metadata: Restricted Project.
Jun 12 2015, 4:03 PM · gnupg, Feature Request
neal closed T1945: pin entry prompt should include more structured metadata as Resolved.
Jun 12 2015, 4:03 PM · gnupg, Feature Request
neal added a comment to T1951: gpg-agent needs an API to verify a passphrase.

Hi dkg,

On the mailing list and in T1928, we discussed
why it shouldn't be possible for a program to pass the passphrase to gpg agent.
This feature request is at odds with the conclusion drawn there. Should this
issue be closed as WONTFIX?

Thanks,

:) Neal

Jun 12 2015, 4:01 PM · gnupg, Feature Request, gpgagent

Jun 9 2015

werner removed Due Date on T1661: Gnupg directories not variable in the documentation.
Jun 9 2015, 9:33 PM · Feature Request, Debian, gnupg
werner added a project to T1661: Gnupg directories not variable in the documentation: Restricted Project.
Jun 9 2015, 9:33 PM · Feature Request, Debian, gnupg
werner added a comment to T1661: Gnupg directories not variable in the documentation.

Done with commit 25331bb for 2.1.5.
Won't be backported to 2.0 or 1.4.

This also changes the publication date to the date of the last commit for one of
the texi files. This was the original intention of the version.texi file but
that did not worked in a git world.

Jun 9 2015, 9:33 PM · Feature Request, Debian, gnupg
werner added a comment to T1955: Prefer keys with no or cached passphrase..

This also extends to keys stored on smartcards, see
https://lists.gnupg.org/pipermail/gnupg-devel/2015-June/029959.html

Jun 9 2015, 10:06 AM · gnupg (gpg23), Feature Request

Jun 8 2015

werner set Due Date to Jun 30 2015, 2:00 AM on T1661: Gnupg directories not variable in the documentation.
Jun 8 2015, 8:09 PM · Feature Request, Debian, gnupg
werner added a comment to T1661: Gnupg directories not variable in the documentation.

Won't be done for 2.0 but I will try to implement that for 2.1

Jun 8 2015, 8:08 PM · Feature Request, Debian, gnupg
werner added projects to T1955: Prefer keys with no or cached passphrase.: gnupg (gpg21), gnupg.
Jun 8 2015, 8:03 PM · gnupg (gpg23), Feature Request

Jun 5 2015

werner added a project to T1958: Use vfork/posix_spawn in gpgme: Info Needed.
Jun 5 2015, 2:41 PM · Info Needed, gpgme, Feature Request
werner added a comment to T1958: Use vfork/posix_spawn in gpgme.

Did you asked on the GUIX list whether they have a similar problem?

Jun 5 2015, 2:41 PM · Info Needed, gpgme, Feature Request

May 22 2015

werner removed Version on T1991: pinentry-w32 needs to adjust button sizes.
May 22 2015, 3:01 PM · pinentry, Won't Fix, Feature Request, Not A Bug
werner added a comment to T1991: pinentry-w32 needs to adjust button sizes.

Oh well, resizing the buttons to a new fixed size would be a job in the source
of 10 minutes or so. However, this makes an very ugly Pinentry for every day's
use (i.e. entering a passphrase for an existing key). So, sorry, I won't take
that patch.

With native Windows code I mean native Windows code for GUIs instead of relying
on MFC or whatever is the latest GUI framework MS uses. This is similar to xlib
programm vs. GTK+ programming

Anyway, thanks for looking into this. I will retitle the bug to keep it open.
Maybe eventually someone starts to hack on it.

May 22 2015, 3:01 PM · pinentry, Won't Fix, Feature Request, Not A Bug
werner added projects to T1991: pinentry-w32 needs to adjust button sizes: Feature Request, pinentry.
May 22 2015, 3:01 PM · pinentry, Won't Fix, Feature Request, Not A Bug

May 21 2015

werner added a comment to T1986: gpg-1 should fallback to ~/.gnupg/S.gpg-agent.

That might be possible. However outstarting gpg-agent won't be implemented for 1.4.

May 21 2015, 8:57 AM · gnupg, Fedora, Feature Request
werner renamed T1986: gpg-1 should fallback to ~/.gnupg/S.gpg-agent from gpg-1 cannot locate gpg-agent-2.1 to gpg-1 should fallback to ~/.gnupg/S.gpg-agent.
May 21 2015, 8:57 AM · gnupg, Fedora, Feature Request

May 18 2015

ppisar added a comment to T1986: gpg-1 should fallback to ~/.gnupg/S.gpg-agent.

On Mon, May 18, 2015 at 10:37:08AM +0000, Werner Koch via BTS wrote:

Please start gpg-agent manually (gpgconf --launch gpg-agent) and set a fixed
GPG_AGENT_INFO envvar in your login script.

Exactly this thing I reported as a workaound. I'd like to see working gpg
without setting the GPG_AGENT_INFO variable before.

May 18 2015, 12:46 PM · gnupg, Fedora, Feature Request
werner raised the priority of T1976: loopback pinentry mode asks passphrase twice on symmetric encryption from Wishlist to Normal.
May 18 2015, 12:38 PM · Bug Report, gnupg
werner added a comment to T1986: gpg-1 should fallback to ~/.gnupg/S.gpg-agent.

Please start gpg-agent manually (gpgconf --launch gpg-agent) and set a fixed
GPG_AGENT_INFO envvar in your login script.

May 18 2015, 12:37 PM · gnupg, Fedora, Feature Request
neal added a comment to T1494: pinentry to support 'ncurses --with-termlib'.

I tested your pkg-config patch on Debian Jessie and everything still compiles
fine. I've applied the pkg-config patch. If gentoo is now using a newer
version of this patch, please let me know. Thanks.

May 18 2015, 10:00 AM · Feature Request, Gentoo, pinentry
neal closed T1494: pinentry to support 'ncurses --with-termlib' as Resolved.
May 18 2015, 10:00 AM · Feature Request, Gentoo, pinentry

May 16 2015

neal added a comment to T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable.

Fixed in edd9a88.

May 16 2015, 10:51 PM · pinentry, Feature Request
neal closed T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable as Resolved.
May 16 2015, 10:51 PM · pinentry, Feature Request

May 14 2015

ppisar added projects to T1986: gpg-1 should fallback to ~/.gnupg/S.gpg-agent: Feature Request, Fedora, gnupg.
May 14 2015, 9:37 AM · gnupg, Fedora, Feature Request

May 13 2015

dkg added projects to T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable: Feature Request, pinentry.
May 13 2015, 8:25 PM · pinentry, Feature Request
ueno added a project to T1976: loopback pinentry mode asks passphrase twice on symmetric encryption: gnupg.
May 13 2015, 1:02 AM · Bug Report, gnupg
ueno added a project to T1976: loopback pinentry mode asks passphrase twice on symmetric encryption: Feature Request.
May 13 2015, 1:00 AM · Bug Report, gnupg
ueno set Version to 2.1 on T1976: loopback pinentry mode asks passphrase twice on symmetric encryption.
May 13 2015, 1:00 AM · Bug Report, gnupg
ueno set External Link to http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20550#17 on T1976: loopback pinentry mode asks passphrase twice on symmetric encryption.
May 13 2015, 1:00 AM · Bug Report, gnupg

May 11 2015

werner changed Version from 1.4.9 to master on T1098: Better ordering of "help" output in --edit-key mode.
May 11 2015, 8:55 PM · Documentation, gnupg, Debian, Feature Request
werner added a project to T1098: Better ordering of "help" output in --edit-key mode: Documentation.
May 11 2015, 8:55 PM · Documentation, gnupg, Debian, Feature Request
werner removed a project from T1098: Better ordering of "help" output in --edit-key mode: Stalled.
May 11 2015, 8:55 PM · Documentation, gnupg, Debian, Feature Request
werner added a comment to T1098: Better ordering of "help" output in --edit-key mode.

This is about updating the docs. Will be done for 2.1 only.

May 11 2015, 8:55 PM · Documentation, gnupg, Debian, Feature Request
werner added a comment to T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface).

This reminds me that we don't have a mail keyserver in 2.1 yet. Need to
evaluate whether it will be useful.

May 11 2015, 8:53 PM · gnupg (gpg23), gnupg, Debian, Feature Request
werner raised the priority of T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface) from Wishlist to Normal.
May 11 2015, 8:53 PM · gnupg (gpg23), gnupg, Debian, Feature Request
werner removed a project from T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface): Stalled.
May 11 2015, 8:53 PM · gnupg (gpg23), gnupg, Debian, Feature Request
werner removed a project from T1046: --quiet --passphrase ... outputs passphrase message: Stalled.
May 11 2015, 8:51 PM · Won't Fix, Ubuntu, gnupg, Feature Request
werner closed T1046: --quiet --passphrase ... outputs passphrase message as Resolved.
May 11 2015, 8:51 PM · Won't Fix, Ubuntu, gnupg, Feature Request
werner raised the priority of T1038: Specify and use multiple keyservers from Wishlist to Normal.
May 11 2015, 8:50 PM · gnupg (gpg21), gnupg, Debian, Feature Request
werner added a comment to T1038: Specify and use multiple keyservers.

(funny due date removed)

Lot of things pertaining to keyservers changed in the meantime and we have a
couple of other things in mind as well.

May 11 2015, 8:50 PM · gnupg (gpg21), gnupg, Debian, Feature Request
werner removed Due Date on T1038: Specify and use multiple keyservers.
May 11 2015, 8:50 PM · gnupg (gpg21), gnupg, Debian, Feature Request
dkg renamed T1844: dirmngr-client should auto-detect when input is in PEM form from dirmngr-client google.com claims "oops: issuer missing in certificate" to dirmngr-client should auto-detect when input is in PEM form.
May 11 2015, 8:49 PM · Feature Request, gnupg, dirmngr
dkg added a comment to T1844: dirmngr-client should auto-detect when input is in PEM form.

Yes, auto-detection in dirmngr-client would be great, thanks!

May 11 2015, 8:49 PM · Feature Request, gnupg, dirmngr
dkg added a project to T1844: dirmngr-client should auto-detect when input is in PEM form: Feature Request.
May 11 2015, 8:49 PM · Feature Request, gnupg, dirmngr
werner added a comment to T1255: No output on status-fd if user cancels.

Is this still a problem?

May 11 2015, 8:48 PM · Too Old, Info Needed, gnupg, Feature Request
werner removed a project from T672: option to restrict agent cache usage: Stalled.
May 11 2015, 8:46 PM · gnupg, Feature Request
werner closed T672: option to restrict agent cache usage as Resolved.
May 11 2015, 8:46 PM · gnupg, Feature Request