Page MenuHome GnuPG
Feed Advanced Search

Apr 4 2016

justus added a comment to T2303: Can't pass the make check.

Apr 4 2016, 12:35 PM · gnupg, Bug Report

Apr 1 2016

justus added a comment to T2290: Allow gpgv2 to use armored GPG keys as keyring file with trusted keys.

Ok, if you agree that this is a useful feature then I will implement it.

Apr 1 2016, 5:52 PM · gnupg24, Feature Request
justus claimed T1767: Missing file in GnuPG Smartcard HOWTO.
Apr 1 2016, 5:42 PM · Bug Report, gpgweb
justus closed T1767: Missing file in GnuPG Smartcard HOWTO as Resolved.
Apr 1 2016, 5:42 PM · Bug Report, gpgweb
justus added a comment to T1767: Missing file in GnuPG Smartcard HOWTO.

Fixed in 81797af.

Apr 1 2016, 5:42 PM · Bug Report, gpgweb
justus added a comment to T2239: Misleading German translation when editing keys with designated revoker keys.

Fixed in 42d4c276. Thanks!

Apr 1 2016, 4:44 PM · Bug Report, gnupg, i18n
justus closed T2239: Misleading German translation when editing keys with designated revoker keys as Resolved.
Apr 1 2016, 4:44 PM · Bug Report, gnupg, i18n
justus claimed T2290: Allow gpgv2 to use armored GPG keys as keyring file with trusted keys.
Apr 1 2016, 4:18 PM · gnupg24, Feature Request
justus added a comment to T2290: Allow gpgv2 to use armored GPG keys as keyring file with trusted keys.

It is not trivial, but I guess we could create a temporary keyring and import
the key. But to be honest I don't understand why storing base64-encoded random
junk is somehow better than storing the junk itself, I mean it wont diff better
or something.

Apr 1 2016, 4:18 PM · gnupg24, Feature Request
justus added a comment to T2301: Commenting on Issue 1983.

I approved you as a user, if you still cannot comment on the bug, please ping me
again.

Apr 1 2016, 4:01 PM · Bug Report, gnupg
justus closed T2301: Commenting on Issue 1983 as Resolved.
Apr 1 2016, 4:01 PM · Bug Report, gnupg
justus claimed T2303: Can't pass the make check.
Apr 1 2016, 3:57 PM · gnupg, Bug Report
justus added a comment to T2303: Can't pass the make check.

Hello,

can you please run

$ make -C tests/openpgp check verbose=2

and attach the output?

Apr 1 2016, 3:57 PM · gnupg, Bug Report

Mar 8 2016

justus claimed T2216: Generating keys on Yubikey and requesting off-card backup always fails.
Mar 8 2016, 12:11 PM · Bug Report, gnupg
justus added a comment to T2216: Generating keys on Yubikey and requesting off-card backup always fails.

I cannot reproduce this with current master and a Yubikey4. Can you please
retry with the current master?

Also, are you sure that you are not mixing GnuPG components you compiled with
the ones provided by your operating system? Also, what made you try to compile
GnuPG in the first place?

Please open a separate bug for the other issue. No 'by the way's in bug reports
please.

Mar 8 2016, 12:11 PM · Bug Report, gnupg

Mar 7 2016

justus closed T1970: Implement --pinentry-mode loopback --passphrase-fd 9 also for gpgsm as Resolved.
Mar 7 2016, 6:21 PM · Bug Report, gnupg
justus added a comment to T1970: Implement --pinentry-mode loopback --passphrase-fd 9 also for gpgsm.

Fixed in eea139c.

Mar 7 2016, 6:21 PM · Bug Report, gnupg

Mar 4 2016

justus removed a project from T2272: Issue with documentation: In Progress.
Mar 4 2016, 12:30 PM · Bug Report, gpgweb, Documentation
justus closed T2272: Issue with documentation as Resolved.
Mar 4 2016, 12:30 PM · Bug Report, gpgweb, Documentation

Mar 3 2016

justus added a comment to T1006: wrong characters in http://www.gnupg.org/howtos/card-howto/en/smartcard-howto.html.

Fixed in ec412b9d.

Mar 3 2016, 5:47 PM · Bug Report, gpgweb
justus closed T1006: wrong characters in http://www.gnupg.org/howtos/card-howto/en/smartcard-howto.html as Resolved.
Mar 3 2016, 5:47 PM · Bug Report, gpgweb
justus added a comment to T2272: Issue with documentation.

Fixed in c7cb4008. This will take effect next the web site is published.

Mar 3 2016, 4:14 PM · Bug Report, gpgweb, Documentation
justus claimed T2272: Issue with documentation.
Mar 3 2016, 3:02 PM · Bug Report, gpgweb, Documentation
justus added a project to T2272: Issue with documentation: In Progress.
Mar 3 2016, 3:02 PM · Bug Report, gpgweb, Documentation
justus added a comment to T2272: Issue with documentation.

This is a feature of the org-mode export. I'm looking into this.

Mar 3 2016, 3:02 PM · Bug Report, gpgweb, Documentation
justus added a comment to T2249: Pinetry field "enter passphrase" won't let me paste in.

Yes you are using pinentry, and we need to know what kind of pinentry (there are
several flavors) and which version you are using in order to help you.

Please do 'pinentry --version' and report the output.

To see whether this pinentry is the one you are using, or to play around with it
and the variants, you can do:

echo -e "SETDESC Does this look like your pinentry window?\nGETPIN" | pinentry

You can try replacing pinentry with pinentry-qt for example.

Mar 3 2016, 2:46 PM · Feature Request, Info Needed, pinentry
justus added a comment to T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.

D344: 787_fix-2235.patch

Mar 3 2016, 1:58 PM · gnupg, dirmngr, Bug Report
justus closed T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native as Resolved.
Mar 3 2016, 1:58 PM · gnupg, dirmngr, Bug Report
justus added a comment to T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.

I believe your problem is fixed in 9f0ba508. With that change I was able to
build gnupg-2.1.11 using speedo in a very minimal Debian jessie chroot.

To test this change, please apply the attached patch (generated using 'git diff
gnupg-2.1.11 dirmngr/Makefile.am' from gnupg master).

If the problem persists, feel free to reopen this bug.

Mar 3 2016, 1:58 PM · gnupg, dirmngr, Bug Report
justus claimed T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.
Mar 3 2016, 12:33 PM · gnupg, dirmngr, Bug Report
justus added a comment to T2235: gnupg-2.1.11, compile error for: make -f build-aux/speedo.mk native.

That particular problem is fixed in 9a1778ab. Can you be more specific on the
other problem(s)?

Mar 3 2016, 12:33 PM · gnupg, dirmngr, Bug Report
justus closed T2261: Disable gpgtar tests when configured with --disable-gpgtar as Resolved.
Mar 3 2016, 12:27 PM · Bug Report, gnupg
justus added a comment to T2261: Disable gpgtar tests when configured with --disable-gpgtar.

Thanks for the patch, but I decided to fix it by skipping the test instead.

Fixed in a883d4c0.

Mar 3 2016, 12:27 PM · Bug Report, gnupg

Mar 2 2016

justus closed T2262: Use protable unix commands and arguments in tests as Resolved.
Mar 2 2016, 6:02 PM · Bug Report, gnupg
justus added a comment to T2262: Use protable unix commands and arguments in tests.

Merged, thanks!

Mar 2 2016, 6:02 PM · Bug Report, gnupg
justus added a comment to T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file.

Fixed in 3e1b451c.

Mar 2 2016, 5:05 PM · gnupg, Bug Report
justus closed T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file as Resolved.
Mar 2 2016, 5:05 PM · gnupg, Bug Report
justus claimed T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file.
Mar 2 2016, 3:56 PM · gnupg, Bug Report
justus added a project to T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file: gnupg.
Mar 2 2016, 3:56 PM · gnupg, Bug Report
justus added a comment to T2258: successive runs of `gpg-agent --enable-ssh-support` kills the $SSH_AUTH_SOCK file.

I could reproduce this with gnupg-2.0.29. I will have a look.

Mar 2 2016, 3:56 PM · gnupg, Bug Report

Feb 15 2016

justus added a comment to T2250: OpenPGP ASCII armor should be more robust.

Yes, that patch works for me.

Feb 15 2016, 11:33 AM · gnupg, Feature Request

Feb 11 2016

justus set Version to 2.1.11 on T2250: OpenPGP ASCII armor should be more robust.
Feb 11 2016, 10:43 AM · gnupg, Feature Request
justus added projects to T2250: OpenPGP ASCII armor should be more robust: Feature Request, gnupg.
Feb 11 2016, 10:43 AM · gnupg, Feature Request

Dec 14 2015

justus added a comment to T2106: Support SHA-256 fingerprints for ssh.

It seems to be base64:

% ssh -V
OpenSSH_7.1p1 Debian-3, OpenSSL 1.0.2e 3 Dec 2015
% ssh-keygen -l -f .ssh/known_hosts -F playfair.gnupg.org -E md5 -q
playfair.gnupg.org RSA MD5:cc:dd:46:8e:ef:3d:d9:34:97:f8:b8:5a:59:51:80:4a
% ssh-keygen -l -f .ssh/known_hosts -F playfair.gnupg.org -E sha256 -q
playfair.gnupg.org RSA SHA256:KCh034SD0rMKqCkJbdH2wx354s1278tqt9F+xb5cidg

Dec 14 2015, 11:56 AM · gnupg (gpg22), gnupg, ssh, Feature Request

Dec 8 2015

justus added a comment to T1827: Allow to batch up key refreshs in dirmngr.

Related issue: #1166.

Dec 8 2015, 11:46 AM · gnupg, Feature Request, dirmngr
justus claimed T1827: Allow to batch up key refreshs in dirmngr.
Dec 8 2015, 11:46 AM · gnupg, Feature Request, dirmngr
justus added a comment to T1166: Connecting once-per-key for keys with keyserver preference vs server violate reconnection limit.

Now that we have a dirmngr daemon, this should be feasible. I plan to implement
it like this:

Add two flags to the KS_GET command, --enqueue and --drain-queue. --enqueue
merely enqueues the key id and returns immediately, unless --drain-queue is
given.

This will also help us address issue #1827.

Dec 8 2015, 11:45 AM · Ubuntu, gnupg, Feature Request
justus claimed T1166: Connecting once-per-key for keys with keyserver preference vs server violate reconnection limit.
Dec 8 2015, 11:45 AM · Ubuntu, gnupg, Feature Request

Dec 7 2015

justus added a comment to T1303: Please support GCRYSEXP_FMT_BASE64.

I'd be happy to implement this, but it is not clear to me how. Merely base64
encode the default representation? Or the canonical representation?

Dec 7 2015, 2:45 PM · Feature Request, libgcrypt

Dec 4 2015

justus added a comment to T2106: Support SHA-256 fingerprints for ssh.

I generalized the ssh key fingerprinting code so that we can select the digest algorithm.

Now I'm a little unsure how to proceed. We can easily include both the MD5 and the SHA256 digest
in the sshcontrol file. But what shall we use for expanding '%F' in key descriptions? If we
transition too soon or too late, users might not recognize their key. Displaying both surely is
too verbose. We could make it configurable, or at least a compile time option.

What do you think?

Dec 4 2015, 3:49 PM · gnupg (gpg22), gnupg, ssh, Feature Request
justus closed T1038: Specify and use multiple keyservers as Resolved.
Dec 4 2015, 1:08 PM · gnupg (gpg21), gnupg, Debian, Feature Request
justus added a comment to T1038: Specify and use multiple keyservers.

Err, fixed in 6ac57a48.

Dec 4 2015, 1:08 PM · gnupg (gpg21), gnupg, Debian, Feature Request
justus added a comment to T1038: Specify and use multiple keyservers.

Fixed in

Dec 4 2015, 1:07 PM · gnupg (gpg21), gnupg, Debian, Feature Request
justus added a comment to T1221: gpg misinterprets under-implemented keyservers as empty, misreports search results to users.

Fixed in a8308ba5.

% g10/gpg2 --keyserver hkp://keyring.debian.org --search-keys dkg
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: error searching keyserver: Not implemented
gpg: keyserver search failed: Not implemented

Dec 4 2015, 1:02 PM · Feature Request, gnupg
justus closed T1221: gpg misinterprets under-implemented keyservers as empty, misreports search results to users as Resolved.
Dec 4 2015, 1:02 PM · Feature Request, gnupg

Dec 3 2015

justus claimed T1221: gpg misinterprets under-implemented keyservers as empty, misreports search results to users.
Dec 3 2015, 5:54 PM · Feature Request, gnupg
justus added a comment to T1221: gpg misinterprets under-implemented keyservers as empty, misreports search results to users.

The problem here is that the hkp client code folds all http status codes other
than 200 and 3xx into GPG_ERR_NO_DATA. This is also a problem for issue #1038.

Dec 3 2015, 5:54 PM · Feature Request, gnupg
justus claimed T2106: Support SHA-256 fingerprints for ssh.
Dec 3 2015, 5:19 PM · gnupg (gpg22), gnupg, ssh, Feature Request
justus claimed T1038: Specify and use multiple keyservers.
Dec 3 2015, 5:02 PM · gnupg (gpg21), gnupg, Debian, Feature Request

Dec 2 2015

justus added a comment to T1989: Missing support for IPv4 may lead to problems..

I'm not sure, I reverted said change, and it still works for me:

% echo -e "KEYSERVER hkp://ipv6.pool.sks-keyservers.net/\nKS_SEARCH CADE3658\n"

dirmngr/dirmngr 2>&1grep dead

dirmngr[10105.0]: marking host '[2a01:4f8:192:f5::3]' as dead
dirmngr[10105.0]: marking host '[2001:41d0:2:a8b4::10]' as dead
dirmngr[10105.0]: marking host '[2001:67c:2050:1000::3:4]' as dead
dirmngr[10105.0]: marking host 'hufu.ki.iif.hu' as dead

Dec 2 2015, 3:16 PM · Bug Report, gnupg, dirmngr
justus closed T1351: Gpg-zip script problem creating tarball compressed archives. as Resolved.
Dec 2 2015, 3:07 PM · Bug Report, gnupg
justus added a comment to T2050: «keyserver receive failed: General error» when using HKPS.

The log clearly states the problem:

2015-10-09 10:27:37 dirmngr[2516.0] TLS verification of peer failed: The
certificate is NOT trusted. The certificate issuer is unknown.

Please see https://sks-keyservers.net/overview-of-pools.php#pool_hkps for how to
configure gpg properly. With the CA for the pool, this works as expected.
(remember to kill the old dirmngr daemon):

% gpg2 --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys
5EE1DBA789C809CB
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: key 89C809CB: public key "git-annex distribution signing key (for Joey
Hess) <id@joeyh.name>" imported
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: Total number processed: 1
gpg: imported: 1

Dec 2 2015, 2:01 PM · gnupg, Bug Report
justus added a comment to T2130: Using HKPS gives me "gpg: error searching keyserver: General error".

I can reproduce this without the proper configuration described in https://sks-
keyservers.net/overview-of-pools.php#pool_hkps:

% :> /home/teythoon/repos/g10/local/gnupghome/dirmngr.conf
% gpg2 --keyserver hkps://hkps.pool.sks-keyservers.net --search-keys 2071B08A33BD3F06
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: error searching keyserver: General error
gpg: keyserver search failed: General error

But with it, it seems to work fine. Remember to kill the old daemon first:

% echo hkp-cacert /home/teythoon/repos/g10/sks-keyservers.netCA.pem >
/home/teythoon/repos/g10/local/gnupghome/dirmngr.conf
% pkill dirmngr
% gpg2 --keyserver hkps://hkps.pool.sks-keyservers.net --search-keys 2071B08A33BD3F06
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: data source: https://jarvis.alpha-labs.net:443
(1) NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>

          2048 bit RSA key 33BD3F06, created: 2014-10-29, expires: 2016-10-28

You can talk to the dirmngr directly like this:

% echo -e "KEYSERVER hkps://hkps.pool.sks-keyservers.net\nKS_SEARCH 2071B08A33BD3F06\n" | dirmngr

If this still does not work for you, please paste the output of the above invocation.

Dec 2 2015, 1:55 PM · gnupg, Bug Report
justus added a comment to T1935: gpg-zip not installed by default.

'gpg-zip' is being phased out. It will be shipped with gpg-classic, and dropped
from gpg-modern. Furthermore, I just checked that we no longer install gpg-
zip.1.

Dec 2 2015, 1:10 PM · gnupg
justus removed a project from T1935: gpg-zip not installed by default: Bug Report.
Dec 2 2015, 1:10 PM · gnupg
justus closed T1935: gpg-zip not installed by default as Invalid.
Dec 2 2015, 1:10 PM · gnupg

Nov 24 2015

justus added a comment to T1989: Missing support for IPv4 may lead to problems..

Werner, in https://lists.gnupg.org/pipermail/gnupg-users/2015-May/053617.html you wrote:

The real bug is that dirmngr does not mark the v6 address dead and
retry anotyer server (or the v4 address).

I cannot reproduce this. I pointed dirnmngr to ipv6.pool.sks-keyservers.net and servers
got marked as dead as expected.

Nov 24 2015, 11:39 AM · Bug Report, gnupg, dirmngr

Nov 23 2015

justus added a comment to T1788: Keyserver (hkp) DNS SRV support missing from 2.1.0.

Fixed in c9f5aa15.

Nov 23 2015, 2:07 PM · Bug Report, dirmngr
justus closed T1788: Keyserver (hkp) DNS SRV support missing from 2.1.0 as Resolved.
Nov 23 2015, 2:07 PM · Bug Report, dirmngr
justus added a comment to T1843: dirmngr-client doesn't auto-launch dirmngr.

Fixed in a9e0b1dd.

Nov 23 2015, 1:44 PM · gnupg, Bug Report, dirmngr
justus closed T1843: dirmngr-client doesn't auto-launch dirmngr as Resolved.
Nov 23 2015, 1:44 PM · gnupg, Bug Report, dirmngr
justus claimed T1843: dirmngr-client doesn't auto-launch dirmngr.
Nov 23 2015, 10:29 AM · gnupg, Bug Report, dirmngr

Nov 18 2015

justus closed T1950: gpg --refresh-keys fails with large keyrings over hkps as Resolved.
Nov 18 2015, 3:45 PM · gnupg, Bug Report, dirmngr
justus added a comment to T1950: gpg --refresh-keys fails with large keyrings over hkps.

Fixed in eb54fca.

Nov 18 2015, 3:45 PM · gnupg, Bug Report, dirmngr
justus closed T2012: Add support for keyservers specified as IP address as Resolved.
Nov 18 2015, 9:49 AM · Bug Report, gnupg, gnupg (gpg21), dirmngr
justus added a comment to T2012: Add support for keyservers specified as IP address.

Fixed in 1e3dbb15.

Nov 18 2015, 9:49 AM · Bug Report, gnupg, gnupg (gpg21), dirmngr