Page MenuHome GnuPG
Feed Advanced Search

Nov 5 2015

neal closed T1143: better heuristic for choosing an encryption key based on a User ID as Resolved.
Nov 5 2015, 2:32 PM · Duplicate, gnupg, Feature Request
neal added a comment to T1143: better heuristic for choosing an encryption key based on a User ID.

Comitted in a958ffd.

Nov 5 2015, 2:32 PM · Duplicate, gnupg, Feature Request
neal added a comment to T1060: extract signature from encrypted and signed file/message.

Committed (ec409e6).

Nov 5 2015, 2:21 PM · gnupg (gpg21), gnupg, Debian, Feature Request
neal closed T1067: Please document gpgkey2ssh as Resolved.
Nov 5 2015, 2:16 PM · gnupg, Debian, Feature Request
neal added a comment to T1067: Please document gpgkey2ssh.

Fix in cd2d685.

Nov 5 2015, 2:16 PM · gnupg, Debian, Feature Request
neal added a comment to T1060: extract signature from encrypted and signed file/message.

Verifying the unwrapped data also works:

$ gpg2 --decrypt --unwrap /tmp/a > /tmp/b
Please enter the passphrase to unlock the OpenPGP secret key:
"Testing (insecure!)"
1024-bit RSA key, ID 6EA74366,
created 2015-09-18 (main key ID EE37CF96).

Passphrase:
gpg: encrypted with 1024-bit RSA key, ID 6EA74366, created 2015-09-18

"Testing (insecure!)"

$ gpg2 --verify /tmp/b
gpg: Signature made Wed 04 Nov 2015 01:53:31 PM CET using RSA key ID EE37CF96
gpg: Good signature from "Testing (insecure!)" [full]
gpg: Verified 7 messages signed by "Testing (insecure!)" (key: 362D 3527 F53A
AD19 71AA FDE6 5885 9975 EE37 CF96, policy: good) in the past 1 day, 20 hours.
The most recent message was verified 22 hours, 40 minutes ago.

Nov 5 2015, 12:35 PM · gnupg (gpg21), gnupg, Debian, Feature Request
neal added a comment to T1060: extract signature from encrypted and signed file/message.

D89: 708_0002-gpg-Add-support-for-unwrapping-the-outer-level-of-en.patch

Nov 5 2015, 12:32 PM · gnupg (gpg21), gnupg, Debian, Feature Request
neal added a project to T1060: extract signature from encrypted and signed file/message: In Progress.
Nov 5 2015, 12:32 PM · gnupg (gpg21), gnupg, Debian, Feature Request
neal added a comment to T1060: extract signature from encrypted and signed file/message.

D90: 707_0001-common-Add-a-function-for-copying-data-from-one-iobu.patch

Nov 5 2015, 12:31 PM · gnupg (gpg21), gnupg, Debian, Feature Request
neal added a comment to T1060: extract signature from encrypted and signed file/message.

This implements the requested --unwrap feature. It strips the first level of
encryption and then dumps the data.

$ gpg2 --decrypt --unwrap /tmp/a | gpg2 --list-packets
Please enter the passphrase to unlock the OpenPGP secret key:
"Testing (insecure!)"
1024-bit RSA key, ID 6EA74366,
created 2015-09-18 (main key ID EE37CF96).

Passphrase:
gpg: encrypted with 1024-bit RSA key, ID 6EA74366, created 2015-09-18

"Testing (insecure!)"

off=0 ctb=a3 tag=8 hlen=1 plen=0 indeterminate

:compressed packet: algo=2

off=2 ctb=90 tag=4 hlen=2 plen=13

:onepass_sig packet: keyid 58859975EE37CF96
version 3, sigclass 0x00, digest 8, pubkey 1, last=1

off=17 ctb=cb tag=11 hlen=2 plen=13 new-ctb

:literal data packet:
mode b (62), created 1446641593, name="",
raw data: 7 bytes

off=32 ctb=88 tag=2 hlen=2 plen=156

:signature packet: algo 1, keyid 58859975EE37CF96
version 4, created 1446641611, md5len 0, sigclass 0x00
digest algo 8, begin of digest b7 8a
hashed subpkt 2 len 4 (sig created 2015-11-04)
subpkt 16 len 8 (issuer key ID 58859975EE37CF96)
data: [1023 bits]

Nov 5 2015, 12:31 PM · gnupg (gpg21), gnupg, Debian, Feature Request

Nov 4 2015

neal closed T1041: --multifile --sign (or: --sign multiple files in one pass) as Resolved.
Nov 4 2015, 1:41 PM · Debian, Feature Request
neal added a comment to T1041: --multifile --sign (or: --sign multiple files in one pass).

Based on Werner's response, I believe that the underlying issue is resolved.
Thus, I'm going to close this.

Nov 4 2015, 1:41 PM · Debian, Feature Request
neal closed T1009: incompatibility options --sign and --encrypt-files as Resolved.
Nov 4 2015, 1:28 PM · Not A Bug, Bug Report
neal removed a project from T1009: incompatibility options --sign and --encrypt-files: In Progress.
Nov 4 2015, 1:28 PM · Not A Bug, Bug Report
neal added a comment to T1009: incompatibility options --sign and --encrypt-files.

Fixed in 6897bbf.

$ gpg2 --multifile --sign --encrypt-files /tmp/foo /tmp/bar
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: --sign --encrypt does not yet work with --multifile

Nov 4 2015, 1:28 PM · Not A Bug, Bug Report
neal closed T807: encrypt-to-self option as Resolved.
Nov 4 2015, 1:21 PM · gnupg, Feature Request
neal added a comment to T807: encrypt-to-self option.

Committed in de9b234.

Nov 4 2015, 1:21 PM · gnupg, Feature Request
neal closed T806: default-key could take a list of keys to try as Resolved.
Nov 4 2015, 1:21 PM · gnupg, Feature Request
neal added a comment to T806: default-key could take a list of keys to try.

Committed in e16d716.

Nov 4 2015, 1:21 PM · gnupg, Feature Request
neal added a comment to T1109: Pinentry and cache update race.

I tried running:

  echo | gpg -s -a

in two terminal. In the first terminal, I got a pinentry prompt (I'm using
pinentry-tty) and in the second, gpg2 appeared to freeze. Once I entered my
passphrase correctly in the first terminal, the first gpg2 process split out the
signed message and less than a second later, the second did as well.

The code also suggests that this is fixed (agent/findkey.c)

      /* If the pinentry is currently in use, we wait up to 60 seconds
         for it to close and check the cache again.  This solves a common
         situation where several requests for unprotecting a key have
         been made but the user is still entering the passphrase for
         the first request.  Because all requests to agent_askpin are
         serialized they would then pop up one after the other to
         request the passphrase - despite that the user has already
         entered it and is then available in the cache.  This
         implementation is not race free but in the worst case the
         user has to enter the passphrase only once more. */

Interestingly, this comment is from 2006 (commit: df52700f), which predates this
bug report.

As such, I'm changing this bug's status to needs-eg. Perhaps Werner can shed
some more light on this issue.

Nov 4 2015, 12:17 PM · Info Needed, Bug Report, gnupg, gpgagent
neal added a project to T1109: Pinentry and cache update race: Info Needed.
Nov 4 2015, 12:17 PM · Info Needed, Bug Report, gnupg, gpgagent
neal added a comment to T1048: link to "Gnupg-commits Archives" broken.

I've confirmed that this is still a problem.

Nov 4 2015, 9:56 AM · Bug Report, gpgweb
neal updated subscribers of T1048: link to "Gnupg-commits Archives" broken.
Nov 4 2015, 9:56 AM · Bug Report, gpgweb
neal closed T1023: gtksecentry.[ch] warning fixes as Resolved.
Nov 4 2015, 12:15 AM · Feature Request
neal added a comment to T1023: gtksecentry.[ch] warning fixes.

We don't ship gtksecmementry any more so that is definitely no longer relevant.
Closing.

Nov 4 2015, 12:14 AM · Feature Request
neal removed a project from T259: Old link in GPH: Stalled.
Nov 4 2015, 12:13 AM · Duplicate, Bug Report, gpgweb
neal closed T259: Old link in GPH as Resolved.
Nov 4 2015, 12:13 AM · Duplicate, Bug Report, gpgweb
neal added a comment to T259: Old link in GPH.

Current URL was reported in 1495. Closing this issue and leaving that one open.

Nov 4 2015, 12:13 AM · Duplicate, Bug Report, gpgweb
neal added a comment to T259: Old link in GPH.

Duplicate of T1495

Nov 4 2015, 12:12 AM · Duplicate, Bug Report, gpgweb
neal added a project to T259: Old link in GPH: Duplicate.
Nov 4 2015, 12:12 AM · Duplicate, Bug Report, gpgweb

Nov 3 2015

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

This is still the case.

Nov 3 2015, 11:59 PM · gpgweb, Bug Report
neal added a comment to T1005: wrong encoding for http://www.gnupg.org/howtos/fr/index.html.

This now works. Closing.

Nov 3 2015, 11:59 PM · Bug Report, gpgweb
neal closed T1005: wrong encoding for http://www.gnupg.org/howtos/fr/index.html as Resolved.
Nov 3 2015, 11:59 PM · Bug Report, gpgweb
neal added a comment to T1004: http://www.gnupg.org/howtos/vn/index.html does not exist.

This is still the case.

Nov 3 2015, 11:58 PM · gpgweb, Feature Request
neal updated subscribers of T1004: http://www.gnupg.org/howtos/vn/index.html does not exist.
Nov 3 2015, 11:58 PM · gpgweb, Feature Request
neal added a comment to T997: gpg: [don't know]: invalid packet (ctb=2d0.

This support request appears to be resolved. Closing.

Nov 3 2015, 11:57 PM · Not A Bug, Bug Report
neal closed T997: gpg: [don't know]: invalid packet (ctb=2d0 as Resolved.
Nov 3 2015, 11:57 PM · Not A Bug, Bug Report
neal added a comment to T989: sockets in home directory.

This support request appears to have been resolved. Closing.

Nov 3 2015, 11:55 PM · Bug Report
neal closed T989: sockets in home directory as Resolved.
Nov 3 2015, 11:55 PM · Bug Report
neal added a comment to T978: release notes for latest version unavailable.

This bug is still relevant: there are no links for any of the 2.1.x releases,
for instance.

Nov 3 2015, 11:54 PM · Bug Report
neal added a comment to T1022: Please split GtkSecureEntry into a library.

GtkSecureEntry has been removed from pinentry.

Nov 3 2015, 11:52 PM · Won't Fix, Feature Request
neal closed T1022: Please split GtkSecureEntry into a library as Resolved.
Nov 3 2015, 11:52 PM · Won't Fix, Feature Request
neal added a comment to T944: 404 broken link to manpage on guides page.

As far as I can tell, http://gnupg.org/documentation/manpage.en.html is no
longer linked from
http://gnupg.org/documentation/guides.en.html. Closing.

Nov 3 2015, 11:50 PM · Bug Report, gpgweb
neal closed T944: 404 broken link to manpage on guides page as Resolved.
Nov 3 2015, 11:50 PM · Bug Report, gpgweb
neal added a comment to T939: Passphrase dialog despite --passphrase option.

I'm assuming that this issue was resolved since Eric didn't reply.

Nov 3 2015, 11:48 PM · Bug Report
neal closed T939: Passphrase dialog despite --passphrase option as Resolved.
Nov 3 2015, 11:48 PM · Bug Report
neal closed T846: GnuPG Shell as Resolved.
Nov 3 2015, 11:45 PM · gpgweb, Feature Request
neal added a comment to T807: encrypt-to-self option.

The attached patch builds on the patch in #806. It provides a
--encrypt-to-default-key. One could imagine adding an
--hidden-encrypt-to-default-key as well. Werner: is this acceptable?

Nov 3 2015, 11:41 PM · gnupg, Feature Request
neal added a comment to T807: encrypt-to-self option.

D44: 706_0001-gpg-Add-encrypt-to-default-key.patch

Nov 3 2015, 11:41 PM · gnupg, Feature Request
neal added a comment to T806: default-key could take a list of keys to try.

I implemented this as follows: it is possible to specify --default-key multiple
times. The last specified key for which a secret key is available is taken. If
multiple such keys are available, the others are simply ignored. The patch is a
bit noisy, because we need to pass the ctrl structure around. But, I've tested
it as follows:

  gpg2 -a -s --default-key 58859975EE37CF96 --default-key 58859975EE37CF95

and it correctly takes the 96 key, which is available (95 is not).

Werner: thoughts?

Nov 3 2015, 11:20 PM · gnupg, Feature Request
neal added a comment to T806: default-key could take a list of keys to try.

D43: 705_0001-gpg-Allow-multiple-default-key-options.-Take-the-las.patch

Nov 3 2015, 11:20 PM · gnupg, Feature Request
neal closed T775: EMAIL body not encrypted even if in the SENT ITEMS is OK as Resolved.
Nov 3 2015, 10:12 PM · winpt, Bug Report
neal added a comment to T758: Provide an option to choose the name of saved files.

Fix in ea99f88.

Nov 3 2015, 10:10 PM · gpa, Feature Request
neal added a project to T758: Provide an option to choose the name of saved files: Restricted Project.
Nov 3 2015, 10:10 PM · gpa, Feature Request
neal updated subscribers of T268: Please add information on creation/installation of Keyring server software.
Nov 3 2015, 10:04 PM · Bug Report, gpgweb
neal added a comment to T268: Please add information on creation/installation of Keyring server software.

According to Kristian, there are currently two main keyservers.

The most widely used keyserver is SKS. It's homepage is here:
https://bitbucket.org/skskeyserver/sks-keyserver/overview

A new keyserver being developed in go is hockeypuck:
https://github.com/hockeypuck/hockeypuck

Werner: Is adding these under https://www.gnupg.org/related_software/tools.html
appropriate?

Nov 3 2015, 10:04 PM · Bug Report, gpgweb
neal closed T731: libgpg-error-1.4 Makefile on solaris sparc 9 & 10 as Resolved.
Nov 3 2015, 8:54 PM · Bug Report
neal added a comment to T731: libgpg-error-1.4 Makefile on solaris sparc 9 & 10.

Really closing.

Nov 3 2015, 8:54 PM · Bug Report
neal added a comment to T259: Old link in GPH.

The new URL is now also an old URL.

Nov 3 2015, 8:22 PM · Duplicate, Bug Report, gpgweb

Oct 29 2015

neal added a comment to T2019: Order of magnitude degradation in performance in gpg2 cf gpg.

I've implemented a new db format. It's still incomplete and experimental, but
it's available from the neal/next branch. Importing
/usr/share/keyrings/debian-keyring.gpg, which contains 751 keys is much faster
using this format:

$ rm pubring.kdb; time gpg2 --no-default-keyring --primary-keyring
gnupg-kdb:pubring.kdb --import debian-keyring.gpg >/dev/null
gpg: Total number processed: 751
gpg: imported: 751

real 0m7.729s
user 0m5.404s
sys 0m0.332s
$ rm pubring.kdx; time gpg2 --no-default-keyring --primary-keyring
gnupg-kbx:pubring.kdx --import debian-keyring.gpg >/dev/null
gpg: Total number processed: 751
gpg: imported: 751
gpg: public key of ultimately trusted key 2183839A not found
gpg: public key of ultimately trusted key BC15C85A not found
gpg: public key of ultimately trusted key EE37CF96 not found

real 1m52.560s
user 0m6.268s
sys 0m31.604s

Running --check-trustdb is almost an order of magnitude faster:

$ time gpg2 --no-default-keyring --primary-keyring gnupg-kdb:pubring.kdb
--check-trustdb
real 0m0.158s
user 0m0.004s
sys 0m0.004s
$ time gpg2 --no-default-keyring --primary-keyring gnupg-kbx:pubring.kbx
--check-trustdb
real 0m0.975s
user 0m0.012s
sys 0m0.032s

Doing a sequential read is a bit slower:

$ time gpg2 --no-default-keyring --primary-keyring gnupg-kdb:pubring.kdb -k |
grep ^pub | wc -l
751

real 0m2.515s
user 0m2.432s
sys 0m0.088s
$ time gpg2 --no-default-keyring --primary-keyring gnupg-kbx:pubring.kdx -k |
grep ^pub | wc -l
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!
751

real 0m1.245s
user 0m1.168s
sys 0m0.076s

This is because the interface for doing a full scan of the DB is unsuitable. If
we decide to use the new format, it shouldn't be hard to improve this.

I'd be interested in any feedback and perhaps some more measurements in real
conditions.

Thanks,

Neal

Oct 29 2015, 11:31 AM · Stalled, Bug Report, gnupg

Oct 5 2015

neal lowered the priority of T2121: gnupg get_key failed in php from High to Normal.
Oct 5 2015, 11:05 AM · gnupg
neal removed a project from T2121: gnupg get_key failed in php: Bug Report.
Oct 5 2015, 11:05 AM · gnupg
neal closed T2121: gnupg get_key failed in php as Invalid.
Oct 5 2015, 11:05 AM · gnupg
neal added a comment to T2121: gnupg get_key failed in php.

We don't maintain a PHP wrapper. I'd recommend that you report this problem to
the maintainers of that package. When doing so, you'll probably want to include
the public key that you are trying to import and indicate what version of GnuPG
and the GnuPG PHP wrapper that you have installed.

Oct 5 2015, 11:05 AM · gnupg

Oct 2 2015

neal added a project to T2115: Spurious error on symmetric encryption: gnupg.
Oct 2 2015, 2:03 PM · Not A Bug, gnupg, Bug Report

Sep 22 2015

neal added a comment to T2076: every input in pinentry-gtk-2 results in core dump.

ciil: Thanks for the update!

Sep 22 2015, 2:56 PM · Gentoo, Bug Report, pinentry

Sep 18 2015

neal updated subscribers of T2105: Pinentry: Configure flag to specify Qt4 or Qt5.
Sep 18 2015, 11:33 PM · Bug Report, pinentry
neal assigned T2105: Pinentry: Configure flag to specify Qt4 or Qt5 to aheinecke.
Sep 18 2015, 11:33 PM · Bug Report, pinentry

Sep 17 2015

neal added a project to T2103: Improve the pinentry password quality indication: gnupg.
Sep 17 2015, 1:59 PM · gnupg (gpg23), Feature Request
neal lowered the priority of T2103: Improve the pinentry password quality indication from Unbreak Now! to Low.
Sep 17 2015, 1:59 PM · gnupg (gpg23), Feature Request
neal removed a project from T2103: Improve the pinentry password quality indication: pinentry.
Sep 17 2015, 1:59 PM · gnupg (gpg23), Feature Request
neal added a comment to T2103: Improve the pinentry password quality indication.

All of the pinentry's use the same metric, which is very naive. From
agent/call-pinentry.c:

/* Estimate the quality of the passphrase PW and return a value in the

range 0..100.  */

static int
estimate_passphrase_quality (const char *pw)
{

  int goodlength = opt.min_passphrase_len + opt.min_passphrase_len/3;
  int length;
  const char *s;

  if (goodlength < 1)
    return 0;

  for (length = 0, s = pw; *s; s++)
    if (!spacep (s))
      length ++;

  if (length > goodlength)
    return 100;
  return ((length*10) / goodlength)*10;

}

Sep 17 2015, 1:58 PM · gnupg (gpg23), Feature Request

Sep 15 2015

neal added a comment to T2076: every input in pinentry-gtk-2 results in core dump.

Kristian Fiskerstrand pointed out that there is more information about this bug
at: https://bugs.gentoo.org/show_bug.cgi?id=560158

Sep 15 2015, 11:58 AM · Gentoo, Bug Report, pinentry

Sep 3 2015

neal removed a project from T2048: KGpg Fails to Autostart on Fedora 22 with KDE Despite 'Start KGpg automatically at login' Being Selected: Stalled.
Sep 3 2015, 10:41 AM · Not A Bug, Fedora, Bug Report, gnupg
neal closed T2048: KGpg Fails to Autostart on Fedora 22 with KDE Despite 'Start KGpg automatically at login' Being Selected as Resolved.
Sep 3 2015, 10:41 AM · Not A Bug, Fedora, Bug Report, gnupg
neal added a comment to T2048: KGpg Fails to Autostart on Fedora 22 with KDE Despite 'Start KGpg automatically at login' Being Selected.

Based on aheinecke's comments I'm closing this.

Sep 3 2015, 10:41 AM · Not A Bug, Fedora, Bug Report, gnupg

Sep 2 2015

neal closed T2084: g10/keydb.c: Cache consistency problem as Resolved.
Sep 2 2015, 8:40 PM · Bug Report, gnupg
neal added a comment to T2084: g10/keydb.c: Cache consistency problem.

Applied in 60bc5186.

Sep 2 2015, 8:40 PM · Bug Report, gnupg
neal added a comment to T2084: g10/keydb.c: Cache consistency problem.

D325: 675_0001-cache-test.patch

Sep 2 2015, 11:07 AM · Bug Report, gnupg
neal added a comment to T2084: g10/keydb.c: Cache consistency problem.

I've attached a patched that demonstrates the problem. This uses a single
keyring. Here is the output using the cache consistency fix:

  $ gpg2
  : keydb_search: preparing cache
  : keydb_search: preparing cache
  : keydb_get_keyblock: enter (cache state: 1).
  : keydb_get_keyblock: filling cache.
  : keydb_get_keyblock: enter (cache state: 1).
  : keydb_get_keyblock: filling cache.
  : desc1: Werner Koch (ha ha test) <wk@gnupg.org>
  : desc2: Werner Koch <wk@g10code.com>
  : Looks good.

And here is the output when the patch is not applied:

  $ gpg2
  : keydb_search: preparing cache
  : keydb_search: preparing cache
  : keydb_get_keyblock: enter (cache state: 1).
  : keydb_get_keyblock: filling cache.
  : keydb_get_keyblock: enter (cache state: 2).
  : keydb_get_keyblock: returning data from cache.
  : desc1: Werner Koch <wk@g10code.com>
  : desc2: Werner Koch <wk@g10code.com>
  : Same name (fail)!

As you can see, the second time keydb_get_block is called, it sees a filled
cache and simply returns the contents. However, the contents are for a
different search. I hope you now agree that fixing this bug is not really
problematic, that the problem has nothing to do with multiple keyrings and this
bug doesn't relate to the 15 year old discussion.

Sep 2 2015, 11:07 AM · Bug Report, gnupg

Sep 1 2015

neal added a comment to T2084: g10/keydb.c: Cache consistency problem.

Just to be clear: this bug has nothing to do with multiple keyrings; it will
continue to occur even if we decide to use just a single keyring. The problem
has to do with multiple handles.

Sep 1 2015, 6:26 PM · Bug Report, gnupg
neal added a comment to T2084: g10/keydb.c: Cache consistency problem.

Why do you think fixing this is problematic? My simple patch ensures cache
consistency. What's the problem with it?

Sep 1 2015, 2:44 PM · Bug Report, gnupg
neal added a project to T1779: AIX & GCC 4.7.4: 27 of 30 tests failed Please report to http://bugs.gnupg.org: gnupg.
Sep 1 2015, 2:19 PM · gnupg, Bug Report
neal added a project to T1798: request: smartcard stub keys with multiple serial numbers: gnupg.
Sep 1 2015, 2:18 PM · gnupg, Feature Request
neal added a project to T1856: Requesting a fingerprint for a keyid will show fingerprints for different keys with matching subkey: gnupg.
Sep 1 2015, 2:16 PM · gnupg
neal added a project to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries: gpgweb.
Sep 1 2015, 2:15 PM · Feature Request, gpgweb
neal added a project to T2022: dutch localizations for GnuPG: gnupg.
Sep 1 2015, 2:14 PM · gnupg, gnupg (gpg20), gnupg (gpg14), i18n, Feature Request
neal added a project to T2037: please add pkg-config file for libgcrypt: libgcrypt.
Sep 1 2015, 2:13 PM · Won't Fix, libgcrypt, Feature Request
neal added a project to T2050: «keyserver receive failed: General error» when using HKPS: gnupg.
Sep 1 2015, 2:13 PM · gnupg, Bug Report
neal added a project to T2062: invalid left shift iobuf.c: gnupg.
Sep 1 2015, 2:13 PM · Not A Bug, Info Needed, gnupg, Bug Report

Aug 31 2015

neal added a project to T2067: gpg2 cannot find keys by non-ASCII User IDs unless the system locale is UTF-8: gnupg.
Aug 31 2015, 7:03 PM · gnupg, Bug Report, Debian
neal added projects to T2084: g10/keydb.c: Cache consistency problem: gnupg, Bug Report.
Aug 31 2015, 1:57 PM · Bug Report, gnupg
neal updated subscribers of T2084: g10/keydb.c: Cache consistency problem.
Aug 31 2015, 1:57 PM · Bug Report, gnupg
neal added a comment to T2084: g10/keydb.c: Cache consistency problem.

D326: 672_0001-g10-Make-the-keyblock-cache-per-handle-rather-than-g.patch

Aug 31 2015, 1:57 PM · Bug Report, gnupg
neal removed a project from T1806: Pinentry-qt should have support for Qt5: Restricted Project.
Aug 31 2015, 12:36 AM · pinentry, Feature Request
neal closed T1806: Pinentry-qt should have support for Qt5 as Resolved.
Aug 31 2015, 12:36 AM · pinentry, Feature Request

Aug 27 2015

neal added projects to T2081: g10/keydb.c:maybe_create_keyring_or_box doesn't check for EACCESS: Feature Request, gnupg.
Aug 27 2015, 10:18 AM · gnupg, Feature Request

Aug 24 2015

neal closed T2034: pinentry emacs features need documentation as Resolved.
Aug 24 2015, 4:35 PM · Bug Report, pinentry
neal added a project to T2038: Pinentry Failing with 'Passphrase too long (try 2 of 3)' on Fedora 22 with KDE *only* when using lengthy passphrases: Restricted Project.
Aug 24 2015, 4:18 PM · Bug Report, gnupg
neal added a comment to T2038: Pinentry Failing with 'Passphrase too long (try 2 of 3)' on Fedora 22 with KDE *only* when using lengthy passphrases.

agent/findkey.c:unprotect (for instance) imposes a password limit of 99 bytes
(pi->max_length = 100). I've raised this limit to 255 bytes in commit 348a6eb.
I'd appreciate it if you could test this and confirm that this fix is
sufficient. Note: we are not going to raise the limit about 256 bytes.

If you can't manage to fit 128-bits of entropy in 256 bytes, then you need to
fix your passphrase generation scheme.

Aug 24 2015, 4:18 PM · Bug Report, gnupg