Page MenuHome GnuPG
Feed All Stories

Apr 3 2015

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.

As I wrote to #712744, distribution nowadays is conservative enough for its
default kernel settings, and it doesn't require each application to have special
settings.

I think that we will be able to close this soon.

Apr 3 2015, 5:51 AM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
gniibe claimed T1621: Support multiple cards (not just readers).
Apr 3 2015, 5:41 AM · gnupg, Feature Request
gniibe claimed T1618: Make gnupg more friendly to multiple readers.
Apr 3 2015, 5:40 AM · gnupg, Feature Request, scd
gniibe claimed T1930: PATCH: Be more flexible on PC/SC reader selection.
Apr 3 2015, 4:35 AM · gnupg, Feature Request, scd
gniibe added a comment to T1937: gnu-divert-to-card secret subkey bug.

Confirmed. I think that this is a regression.
EXPORT_KEY command of gpg-agent should return the stub secret key.

Apr 3 2015, 4:20 AM · Bug Report, gnupg
gniibe claimed T1937: gnu-divert-to-card secret subkey bug.
Apr 3 2015, 4:20 AM · Bug Report, gnupg
gniibe claimed T1113: sign + encryption OK but decryption failed with 3072 bits key on smartcard V2.
Apr 3 2015, 3:59 AM · Not A Bug, gnupg, Feature Request, Documentation, scd

Apr 1 2015

dkg added a comment to T1938: --list-sigs on a keybox is extremely slow.

I'm seeing this behavior as well. For a test keyring with 13 keys, 49 User
IDs, and 7227 signatures, stored on a tmpfs on linux kernel 3.16, gpg2
--list-sigs with a pubring.kbx takes over 3 seconds (mostly kernelspace), but
with an old-style pubring.gpg takes 0.6 seconds (mostly userspace)

Maybe it makes more sense to mmap the keybox rather than trying to seek and read
inside it?

Apr 1 2015, 9:40 PM · gnupg, Bug Report
jmsachs added projects to T1940: GpgOL plugin somehow causes Outlook not to maintain received message date when copying messages in Outlook: gpg4win, Bug Report.
Apr 1 2015, 7:53 PM · Bug Report, gpg4win
guilhem added a comment to T1710: Fine-grained --fast-list-mode.

I created (1938) a new issue for the extreme slowness of --list-sigs on a
keybox. 1938 is most likely a bug, while 1710 is merely a quickfix for an
algorithmic issue in --list-sigs. However if with keybox “random access to the
keys is now really fast”, maybe it a proper fix could easily be implemented
instead. See also

http://lists.gnupg.org/pipermail/gnupg-devel/2015-February/029541.html
Apr 1 2015, 4:27 PM · patch, gnupg, Feature Request
guilhem set Version to 2.1.2 on T1939: Listing a keybox isn't as fast as promised.
Apr 1 2015, 4:19 PM · Duplicate, Bug Report, gnupg
guilhem set External Link to http://lists.gnupg.org/pipermail/gnupg-devel/2015-February/029541.html on T1939: Listing a keybox isn't as fast as promised.
Apr 1 2015, 4:19 PM · Duplicate, Bug Report, gnupg
guilhem added projects to T1939: Listing a keybox isn't as fast as promised: Feature Request, gnupg.
Apr 1 2015, 4:19 PM · Duplicate, Bug Report, gnupg
guilhem set Version to 2.1.2 on T1938: --list-sigs on a keybox is extremely slow.
Apr 1 2015, 4:12 PM · gnupg, Bug Report
guilhem set External Link to http://lists.gnupg.org/pipermail/gnupg-devel/2015-February/029541.html on T1938: --list-sigs on a keybox is extremely slow.
Apr 1 2015, 4:12 PM · gnupg, Bug Report
guilhem added a project to T1938: --list-sigs on a keybox is extremely slow: Bug Report.
Apr 1 2015, 4:12 PM · gnupg, Bug Report
dkg added a comment to T1710: Fine-grained --fast-list-mode.

I'm also seeing this extreme delay from gpg --list-sigs 2.1.2 on a large
keyring, particularly when using kbx. It seems likely that there is a bug here.

Apr 1 2015, 12:42 AM · patch, gnupg, Feature Request

Mar 29 2015

naturalmessage added a comment to T1936: FreeBSD 10.1: mpi alignment error during compile.

Mar 29 2015, 8:29 PM · Bug Report, libgcrypt
naturalmessage added a comment to T1936: FreeBSD 10.1: mpi alignment error during compile.

Mar 29 2015, 8:29 PM · Bug Report, libgcrypt
naturalmessage added a comment to T1936: FreeBSD 10.1: mpi alignment error during compile.

This is related to the "ALIGN (3)" mpi code that caused a compile
problem on FreeBSD 10.1 (I changed it to "ALIGN (2)" and it compiled,
but I'm not sure if that will break something).

Mar 29 2015, 8:29 PM · Bug Report, libgcrypt
naturalmessage added a comment to T1936: FreeBSD 10.1: mpi alignment error during compile.

Mar 29 2015, 8:29 PM · Bug Report, libgcrypt
naturalmessage added a comment to T1936: FreeBSD 10.1: mpi alignment error during compile.

Mar 29 2015, 8:29 PM · Bug Report, libgcrypt
werner added a comment to T1936: FreeBSD 10.1: mpi alignment error during compile.

We did not changed anything in this code for many many years. This seems to be
a configure problem: The configure script (actually mpi/config.links) figured
that you are using BSD_SYNTAX but in reality as(1) requires ELF_SYNAX.

What is the cpu-os-vendor string? Look at mpi/asm-syntax.h in the build
directory - the top 3 lines shows this.

be an as(1) problem.

Mar 29 2015, 3:49 PM · Bug Report, libgcrypt

Mar 28 2015

heimes added projects to T1937: gnu-divert-to-card secret subkey bug: gnupg, Bug Report.
Mar 28 2015, 10:28 PM · Bug Report, gnupg
heimes set Version to 2.1 on T1937: gnu-divert-to-card secret subkey bug.
Mar 28 2015, 10:28 PM · Bug Report, gnupg
neal closed T1933: keyserver command line argument ignored if present in gpg.conf as Resolved.
Mar 28 2015, 5:03 PM · Bug Report, gnupg, dirmngr
neal added a comment to T1933: keyserver command line argument ignored if present in gpg.conf.

This was a change in behavior in 2.1 (relative to 2.0 / 1.4) in which instead of
taking the last specified key server, all key servers were used. I've now
reverted this in f26ba14028d34845ae10aae552b90681907e377d.

Mar 28 2015, 5:03 PM · Bug Report, gnupg, dirmngr
werner added a comment to T1934: "DBG: armor-keys-failed" messages since 1.4.19.

It has already been fixed for 2.0.27 and I just fixed it for 1.4:

f34d883 gpg: Remove left-over debug message.

Thanks for noting.

Mar 28 2015, 12:29 PM · Bug Report, gnupg
werner closed T1934: "DBG: armor-keys-failed" messages since 1.4.19 as Resolved.
Mar 28 2015, 12:29 PM · Bug Report, gnupg
naturalmessage added projects to T1936: FreeBSD 10.1: mpi alignment error during compile: libgcrypt, Bug Report.
Mar 28 2015, 7:24 AM · Bug Report, libgcrypt
naturalmessage set Version to 1.6.3 on T1936: FreeBSD 10.1: mpi alignment error during compile.
Mar 28 2015, 7:24 AM · Bug Report, libgcrypt

Mar 27 2015

cb474 added projects to T1935: gpg-zip not installed by default: gnupg, Bug Report.
Mar 27 2015, 9:25 AM · gnupg
cb474 set Version to 2.1.2 on T1935: gpg-zip not installed by default.
Mar 27 2015, 9:25 AM · gnupg

Mar 26 2015

petar added projects to T1934: "DBG: armor-keys-failed" messages since 1.4.19: gnupg, Bug Report.
Mar 26 2015, 10:35 PM · Bug Report, gnupg
petar set Version to 1.4.19 on T1934: "DBG: armor-keys-failed" messages since 1.4.19.
Mar 26 2015, 10:35 PM · Bug Report, gnupg

Mar 25 2015

aheinecke added projects to T1933: keyserver command line argument ignored if present in gpg.conf: dirmngr, gnupg, Bug Report.
Mar 25 2015, 5:31 PM · Bug Report, gnupg, dirmngr
aheinecke set Version to master on T1933: keyserver command line argument ignored if present in gpg.conf.
Mar 25 2015, 5:31 PM · Bug Report, gnupg, dirmngr
werner reassigned T1838: Dirmngr ldap CRL checks leave zombie dirmngr_ldap processes (2.1.x) from werner to neal.
Mar 25 2015, 11:41 AM · Duplicate, gnupg, Bug Report, dirmngr
werner updated subscribers of T1838: Dirmngr ldap CRL checks leave zombie dirmngr_ldap processes (2.1.x).
Mar 25 2015, 11:41 AM · Duplicate, gnupg, Bug Report, dirmngr
aheinecke added a comment to T1838: Dirmngr ldap CRL checks leave zombie dirmngr_ldap processes (2.1.x).

Changing component to gnupg with topic dirmngr in the hope to get more
visibility and because dirmngr is part of the gnupg repo in 2.1

Mar 25 2015, 10:37 AM · Duplicate, gnupg, Bug Report, dirmngr
aheinecke added a project to T1838: Dirmngr ldap CRL checks leave zombie dirmngr_ldap processes (2.1.x): gnupg.
Mar 25 2015, 10:37 AM · Duplicate, gnupg, Bug Report, dirmngr
werner added a comment to T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256.

Never mind. Just pushed the changes for the 2.0 branch.

Mar 25 2015, 10:30 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME
emanuel added a comment to T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256.

Thanks!

Is there a need to backport it to 2.0 ?

No

Mar 25 2015, 10:23 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME
werner added a comment to T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256.

Done for master (gpg21). 2.1.3 will be released in a few days.

Is there a need to backport it to 2.0 ?

Mar 25 2015, 10:18 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME
werner added a project to T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256: Restricted Project.
Mar 25 2015, 10:18 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME
emanuel updated subscribers of T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256.
Mar 25 2015, 8:37 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME
emanuel added projects to T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256: S/MIME, gnupg (gpg21), gnupg, Bug Report.
Mar 25 2015, 8:37 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME

Mar 24 2015

werner renamed T1546: Windows command line prepends homedir to --keyring= path specification from Winodws command line prepends homedir to --keyring= path specification to Windows command line prepends homedir to --keyring= path specification.
Mar 24 2015, 1:34 PM · Windows 32, Windows, Bug Report, gnupg
werner added a comment to T1546: Windows command line prepends homedir to --keyring= path specification.

Fixed for master (2.1).
Will not be backported to 2.0.

Mar 24 2015, 1:34 PM · Windows 32, Windows, Bug Report, gnupg
werner added a project to T1546: Windows command line prepends homedir to --keyring= path specification: Restricted Project.
Mar 24 2015, 1:34 PM · Windows 32, Windows, Bug Report, gnupg
werner removed a project from T1820: error sending to agent: No passphrase given (empty password): Info Needed.
Mar 24 2015, 1:18 PM · Bug Report, gnupg
werner added a project to T1820: error sending to agent: No passphrase given (empty password): Stalled.
Mar 24 2015, 1:18 PM · Bug Report, gnupg
werner added a comment to T1820: error sending to agent: No passphrase given (empty password).

Please take this to gnupg-users. I assume this is a misunderstanding we can't
solve here.

Mar 24 2015, 1:18 PM · Bug Report, gnupg
C0NPAQ added a comment to T1820: error sending to agent: No passphrase given (empty password).

I am sorry but I am not a gnupg developer and I can only understand what the
code effectively does, respective to what I need to know, not what that implies
to your development ideas.

I saw no handling of empty passphrases in 2.1.2. Could be because it doesn't
exist, could be because it was moved somewhere else now. I don't know what you
know about this. But I can clearly see from multiple instances that you do not
read my comments (e.g. you suggest secring.gpg which is inside ~/.gnupg which I
explicitly said to have removed two times now). Which implies that you cannot
have a clear understanding of the issue at all.

The archlinux gnupg is original with flags --enable-maintainer-mode
--enable-symcryptrun --enable-gpgtar .

The archlinux pinentry is 0.9.0 original with flags --enable-fallback-curses
--enable-pinentry-curses .

Mar 24 2015, 11:52 AM · Bug Report, gnupg
werner closed T1925: Broken link pointing to http://egd.sourceforge.org/ instead of .sourceforge.net as Resolved.
Mar 24 2015, 11:39 AM · gpgweb, Feature Request
werner added a comment to T1925: Broken link pointing to http://egd.sourceforge.org/ instead of .sourceforge.net.

Thanks. Fix pushed to the repo.

Mar 24 2015, 11:39 AM · gpgweb, Feature Request
werner added a comment to T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2.

D293: 592_0001-Use-assert-to-print-diagnosicts-before-calling-abort.patch

Mar 24 2015, 11:33 AM · Bug Report, gpgrt
werner added a comment to T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2.

Can you please apply the attached patch which should help to get a more precise
error message. It might also be useful to show the file
src/lock-obj-pub.native.h
which is created int the build directory.

Mar 24 2015, 11:33 AM · Bug Report, gpgrt
werner added a project to T1820: error sending to agent: No passphrase given (empty password): Info Needed.
Mar 24 2015, 11:30 AM · Bug Report, gnupg
werner added a comment to T1820: error sending to agent: No passphrase given (empty password).

You are mixing two very different things. The gpg from 2.1 and the one from 2.0
are entirely different when it comes to gpg-agent communication. "Some kind of
failure" is not very helpful in this regard.

I can only suggest to post your problem to gnupg-users to get more comments.

Mar 24 2015, 11:30 AM · Bug Report, gnupg
C0NPAQ added a comment to T1820: error sending to agent: No passphrase given (empty password).

Please read my comments more carefully to understand them. Or maybe you
overlooked the title of the bug?

In order to create my ugly hack, I looked at the source code of both gnupg
versions. The issue is the following:

  1. GnuPG calls gpg-agent/pinentry/assuan_transact or whatever you name it.

(2.1.2 & 2.0.26)

  1. gpg-agent returns some kind of failure on empty passphrase (2.1.2 & 2.0.26)
  2. Now in 2.0.26 gnupg inserted an empty passphrase manually into the buffer,

however, in 2.1.2 it seems that it was desired to not let gnupg have access to
the passphrase at all in the binary. The new code speaks of some kind of
SPK2asdfsa incompatibility. Therefore this easy workaround for gnupgs inability
to handle keys with empty passphrases was no longer possible and developers
chose to just break it.

I really wish there was an alternative for gnupg, named pe-gnupg. Whereas "p" is
for "pragmatic" and e is for "enduser". Because those are both humongous
deficits of gnupg.

Mar 24 2015, 11:25 AM · Bug Report, gnupg
werner lowered the priority of T1820: error sending to agent: No passphrase given (empty password) from Unbreak Now! to Normal.
Mar 24 2015, 10:10 AM · Bug Report, gnupg
werner added a comment to T1820: error sending to agent: No passphrase given (empty password).

Pretty please do not spam the bug tracker with silly keywords spam!

I do not understand your comments.

Is this about 2.1.2 or a 2.0.x version?
Did you read the README with the notes on the removal of secring.gpg?

The only known bug with empty passphrases is that you need to enter the empty
passphrase two times when creating the key.

Does archlinux uses a vanilla source or do they have some extra patches? Please
ask over there or at gnupg-users.

Mar 24 2015, 10:10 AM · Bug Report, gnupg
C0NPAQ added a comment to T1820: error sending to agent: No passphrase given (empty password).

ATTENTION GOOGLERS: SUPER UGLY HACK AVAILABLE

Works better than *EVER* before if you only use keys with an empty passphrase.

  1. Download gnupg-2.0.26 source
  2. edit g10/call-agent.c
  3. go into function agent_get_passphrase
  4. comment code from line " rc = start_agent (0); " to " line[DIM(line)-1] = 0;

" (excluding that line)

  1. comment whole function call " rc = assuan_transact (agent_ctx, line, ..."

found directly after

  1. compile, use it like it should have worked in the first place

Keywords: zero string passphrase empty string passphrase empty key password
empty password gpg linux gpg-agent store passphrase empty pass save password
gpg-agent make gpg agent remember password never enter password gpg private key
password empty no password gpg-agent pinentry no password

Mar 24 2015, 12:05 AM · Bug Report, gnupg

Mar 23 2015

C0NPAQ raised the priority of T1820: error sending to agent: No passphrase given (empty password) from Normal to Unbreak Now!.
Mar 23 2015, 10:48 PM · Bug Report, gnupg
C0NPAQ reopened T1820: error sending to agent: No passphrase given (empty password) as "Open".
Mar 23 2015, 10:48 PM · Bug Report, gnupg
C0NPAQ added a project to T1820: error sending to agent: No passphrase given (empty password): Bug Report.
Mar 23 2015, 10:48 PM · Bug Report, gnupg
C0NPAQ changed Version from 2.1.1-1 (archlinux 64bit) to 2.1.2-1 (archlinux 64bit) on T1820: error sending to agent: No passphrase given (empty password).
Mar 23 2015, 10:48 PM · Bug Report, gnupg
C0NPAQ added a comment to T1820: error sending to agent: No passphrase given (empty password).

I downgraded the package and now sacrificed some hours of my life to test this
again. Like mentioned, I started with a new .gnupg directory hence did not need
to adjust for any changes.

  1. You cannot create a new key with an empty passphrase

gpg --gen-key will open a password dialogue, allow the empty key after
confirmation, then ask again for a key again after collecting random data. Also
it then crashed after I moved the mouse coursor to another screen in my
multihead setup (:0.3 to :0.4). You can however create a key when using a passphrase

  1. You cannot import keys with empty passphrases

The error behavior if importing the secret key that worked before is identical
as described before. Seemingly gnupg is unable to deal with empty passphrases
entirely and treats it as unsupplied passphrases.

Mar 23 2015, 10:48 PM · Bug Report, gnupg

Mar 22 2015

jonesrw added projects to T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2: gpgrt, Bug Report.
Mar 22 2015, 2:24 AM · Bug Report, gpgrt
jonesrw set Version to 1.18 on T1931: libgpg-error-1.18 all tests core on Solaris10 with gcc4.9.2.
Mar 22 2015, 2:24 AM · Bug Report, gpgrt

Mar 21 2015

anstein set Version to 2.0.27 on T1930: PATCH: Be more flexible on PC/SC reader selection.
Mar 21 2015, 8:29 PM · gnupg, Feature Request, scd
anstein added a comment to T1930: PATCH: Be more flexible on PC/SC reader selection.

D292: 591_gnupg-2.0.27-pkcs11_reader_match.patch

Mar 21 2015, 8:29 PM · gnupg, Feature Request, scd
anstein added projects to T1930: PATCH: Be more flexible on PC/SC reader selection: scd, Feature Request, gnupg.
Mar 21 2015, 8:29 PM · gnupg, Feature Request, scd

Mar 20 2015

werner added a project to T1927: search by e-mail address should find e-mail-only User IDs.: Restricted Project.
Mar 20 2015, 3:49 PM · Bug Report, gnupg
werner added a comment to T1927: search by e-mail address should find e-mail-only User IDs..

Done with commit bebab54. See also the comment for 783a4a9.

Works only with kbx files.

Mar 20 2015, 3:49 PM · Bug Report, gnupg

Mar 19 2015

werner closed T1918: Pinentry requires an emulation for getopt_long as Resolved.
Mar 19 2015, 6:10 PM · Bug Report, pinentry
werner added a comment to T1918: Pinentry requires an emulation for getopt_long.

Fixed with pinentry 0.9.1.

Mar 19 2015, 6:10 PM · Bug Report, pinentry
werner added a project to T1853: ecdh/ecdsa private key export, MPI encoding oddity: Restricted Project.
Mar 19 2015, 6:09 PM · Bug Report, gnupg, gnupg (gpg21)
werner added a comment to T1853: ecdh/ecdsa private key export, MPI encoding oddity.

Thanks. That was helpful.

Fixed with commit cf83ff0. You should now see no more leading zero bytes and
correct bit lengths after decrypting a protected key. Internally GnuPG may use
a leading zero byte but with an gpg --export it will be removed.

Mar 19 2015, 6:09 PM · Bug Report, gnupg, gnupg (gpg21)
werner lowered the priority of T1928: regression --passphrase-file ignored in gnupg 2.1.2 from High to Normal.
Mar 19 2015, 4:13 PM · Bug Report, gnupg, Arch
werner claimed T1927: search by e-mail address should find e-mail-only User IDs..
Mar 19 2015, 4:13 PM · Bug Report, gnupg
werner added a comment to T1927: search by e-mail address should find e-mail-only User IDs..

Well, that makes sense.

Mar 19 2015, 4:12 PM · Bug Report, gnupg
werner added projects to T1792: hkps: Hostname verification uses the wrong hostname: Restricted Project, gnupg.
Mar 19 2015, 3:40 PM · gnupg, Bug Report, Debian, dirmngr
werner added a comment to T1792: hkps: Hostname verification uses the wrong hostname.

Thanks. Fixed with commit dc10d46.

Mar 19 2015, 3:40 PM · gnupg, Bug Report, Debian, dirmngr
werner renamed T1546: Windows command line prepends homedir to --keyring= path specification from Winodws command line prepends APPDATA to --keyring= path specification to Winodws command line prepends homedir to --keyring= path specification.
Mar 19 2015, 12:30 PM · Windows 32, Windows, Bug Report, gnupg
werner added a comment to T1546: Windows command line prepends homedir to --keyring= path specification.

Use a backslash and it should work.

Agreed, at most places gpg takes a normal slash just fine and the Windows API is
also specified to work with it. I will consider to also test for a forward slash.

Mar 19 2015, 12:29 PM · Windows 32, Windows, Bug Report, gnupg

Mar 18 2015

mbarnes added a comment to T1929: GPGME_SIGSUM_KEY_REVOKED not set on revoked key.

Patch attached. I left the previous behavior intact in case it's needed for
backward-compat.

Mar 18 2015, 10:47 PM · gpgme, Bug Report
mbarnes added a comment to T1929: GPGME_SIGSUM_KEY_REVOKED not set on revoked key.

D290: 590_0001-GPGME_SIGSUM_KEY_REVOKED-not-set-on-revoked-key.patch

Mar 18 2015, 10:47 PM · gpgme, Bug Report
mbarnes added a comment to T1929: GPGME_SIGSUM_KEY_REVOKED not set on revoked key.

Mar 18 2015, 10:46 PM · gpgme, Bug Report
mbarnes set Version to 1.6.0-beta5 on T1929: GPGME_SIGSUM_KEY_REVOKED not set on revoked key.
Mar 18 2015, 10:46 PM · gpgme, Bug Report
mbarnes added projects to T1929: GPGME_SIGSUM_KEY_REVOKED not set on revoked key: Bug Report, gpgme.
Mar 18 2015, 10:46 PM · gpgme, Bug Report
exi set Version to 2.1.2 on T1928: regression --passphrase-file ignored in gnupg 2.1.2.
Mar 18 2015, 8:56 AM · Bug Report, gnupg, Arch
exi set External Link to https://bugs.archlinux.org/task/44220 on T1928: regression --passphrase-file ignored in gnupg 2.1.2.
Mar 18 2015, 8:56 AM · Bug Report, gnupg, Arch
exi added projects to T1928: regression --passphrase-file ignored in gnupg 2.1.2: Arch, gnupg, Bug Report.
Mar 18 2015, 8:56 AM · Bug Report, gnupg, Arch

Mar 17 2015

dkg added projects to T1927: search by e-mail address should find e-mail-only User IDs.: gnupg, Bug Report.
Mar 17 2015, 6:37 PM · Bug Report, gnupg
werner closed T1926: Gpgtar produces corrupt binaries as Resolved.
Mar 17 2015, 12:05 PM · Bug Report, gnupg, gpgtar
werner added a comment to T1926: Gpgtar produces corrupt binaries.

Pushed your patch to master and 2.0. Thanks.

Mar 17 2015, 12:05 PM · Bug Report, gnupg, gpgtar
werner closed T1924: Fix hkps: hostname verification and SNI as Resolved.
Mar 17 2015, 11:45 AM · Bug Report, dirmngr
aheinecke added a comment to T1926: Gpgtar produces corrupt binaries.

Mar 17 2015, 11:11 AM · Bug Report, gnupg, gpgtar