Page MenuHome GnuPG
Feed Advanced Search

Dec 4 2015

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

Dec 3 2015

justus claimed T1038: Specify and use multiple keyservers.
Dec 3 2015, 5:02 PM · gnupg (gpg21), gnupg, Debian, Feature Request

Dec 1 2015

bernhard added a comment to T2139: pinentry option to see the password in cleartext.

Ready for implementation by Andre.

Dec 1 2015, 11:49 AM · pinentry, Feature Request, gpg4win
bernhard reassigned T2139: pinentry option to see the password in cleartext from bernhard to aheinecke.
Dec 1 2015, 11:49 AM · pinentry, Feature Request, gpg4win
bernhard added a comment to T2139: pinentry option to see the password in cleartext.
So if you want to go ahead with the current plan, that's fine with me.

Thanks for your feedback.
I was wondering specifically about the use-case when you want to enter
and "ok" the passphrase. The regular flow for this as I understand it would=
be

  typing the passphrase and then "enter" or "return"

I think it is okay to have "tab" cycle between options, but including the=20
option of toggling visibility, because somebody who want to enter the=20
passphrase would (in my understand) always do the above flow and not=20
tab-tab-enter.

Dec 1 2015, 10:11 AM · pinentry, Feature Request, gpg4win

Nov 30 2015

werner added a comment to T1845: sending large keys to keyserver push fails with silent hang and "assuan_inquire failed: Too much data for IPC layer".

FWIW, with commit 19545e3a from 2015-09-09 I had bumped the limit up to 20MiB.
This should solve all current practical problems.

Nov 30 2015, 4:16 PM · gnupg, gnupg (gpg21), Debian, Bug Report
werner closed T1845: sending large keys to keyserver push fails with silent hang and "assuan_inquire failed: Too much data for IPC layer" as Resolved.
Nov 30 2015, 4:16 PM · gnupg, gnupg (gpg21), Debian, Bug Report

Nov 27 2015

dkg added a comment to T2139: pinentry option to see the password in cleartext.

pinentry-gtk-2 does currently support the tab-tab-enter use case. Using 0.9.6-4
from debian, i can use tab to cycle between the textentry dialog and cancel and OK.

I see the same behavior from pinentry-gnome3 (0.9.6-4), tab workflow is:

  • textentry
  • Cancel
  • OK

for pinentry-qt (same version as tested above) the tab ordering is:

  • textentry
  • OK
  • Cancel

That said, i agree that i'm the only person who has raised this, and i'm
perfectly willing to be retrained to use more efficient keyboard flows if
they're presented to me. So if you want to go ahead with the current plan,
that's fine with me.

I agree that consistency with common UI patterns on the platform of choice are
worth emulating -- we don't need to invent or maintain our own UI patterns that
are idiosyncratic to GnuPG.

Nov 27 2015, 8:11 PM · pinentry, Feature Request, gpg4win
bernhard added a comment to T2139: pinentry option to see the password in cleartext.

(2nd try, the mailinterface failed for me.)

http://www.aelog.org/password-visibility-in-kpassworddialog/

Good that you found it.
In the comments Bogdan has a point.
The screenshots also do not look convincing, but I agree it makes sense to be
consistent there. Could we also get a screenshot about this implementation
for Windows 8 they are talking about?

For GTK we should implement it the way werner has outlined and as has been
discussed on the mailing list. So that users with more "Keyboard centric"
workflow have the GTK alternative available.

As gtk-pinentry

  1. currently does not allow tab-return
  2. and it does not make sense as a workflow
  3. we are lacking further evidence if there are users that still use this for a password entry. (Not response by dkg.)

I'd say the discussion on the mailinglist is fully superceded.

In my view we should
a) design it close to pinentry-qt, because it also will be used on Windows

mostly and the consistency with other Windows password dialogs has a lot of 
weight

b) Look at other wide spread gtk-dialog for this functionality and use

   the better design considerin Bogdans comment with a "switch".

The icon could possibly used in both implementations. (If the license allows
this. Oxygen used to have a bit less practical licene coming with it.)

Best,
Bernhar

Nov 27 2015, 5:32 PM · pinentry, Feature Request, gpg4win
aheinecke added a comment to T2139: pinentry option to see the password in cleartext.

Bernhard:

I've tried out KDE 5 and noticed that the standard password dialog there already
has such an option. http://www.aelog.org/password-visibility-in-kpassworddialog/

My strong preference for Pinentry-qt would be to make it similar. As a unified
UI adds value and pinentry-qt is afail most often used with Windows and KDE
desktops. And the solution outlined in the link above is also very similar to
the Windows 10 password entry.

For GTK we should implement it the way werner has outlined and as has been
discussed on the mailing list. So that users with more "Keyboard centric"
workflow have the GTK alternative available.

Would this be acceptable for you?

Nov 27 2015, 10:29 AM · pinentry, Feature Request, gpg4win

Nov 25 2015

werner added a comment to T2150: Generating keys on OpenPGP card yields wrong public key.

Please run

  gpg --with-keygrip --with-fingerprint --with-fingerprint -K 30A99F9A

and

  gpg --with-keygrip --with-fingerprint --with-fingerprint -K 9BA84708

If one of the commands does not show a key run it again with -k
(lowercase). Also run

gpg --version
Nov 25 2015, 11:16 AM · Bug Report, gnupg, gnupg (gpg21)
werner lowered the priority of T2150: Generating keys on OpenPGP card yields wrong public key from Unbreak Now! to Normal.
Nov 25 2015, 11:16 AM · Bug Report, gnupg, gnupg (gpg21)

Nov 20 2015

neal added a comment to T1985: Option --try-all-secrets doesn't work.

Werner notes:

There is a comment in mainproc that we need to sort the list of keys and try
them in an order to get a decryption key early. The other thing is about the
meta data for keys. It would be possible to add a priority to the private keys
and use them to prioritise the list of keys to try.

Nov 20 2015, 12:21 PM · gnupg (gpg21), Bug Report, gnupg
bernhard added a comment to T2139: pinentry option to see the password in cleartext.

@dkg,
what do you think about T2139 (bernhard on Nov 02 2015, 10:09 AM / Roundup)?

Nov 20 2015, 8:59 AM · pinentry, Feature Request, gpg4win

Nov 18 2015

kristianf added a comment to T1845: sending large keys to keyserver push fails with silent hang and "assuan_inquire failed: Too much data for IPC layer".

As an additional point, the client max body size in nginx defaults to 1 MiB[0].
Currently no checking is done for larger request bodies for inclusion in the
keyserver pools. Apache does not have such a limit by default.

Reference:
[0] http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size

Nov 18 2015, 5:24 PM · gnupg, gnupg (gpg21), Debian, Bug Report
neal added a comment to T1845: sending large keys to keyserver push fails with silent hang and "assuan_inquire failed: Too much data for IPC layer".

Kristian Fiskerstrand told me that the SKS keyservers currently have a 5 MB
limit for parsing incoming header, pre-merge.

Nov 18 2015, 2:23 PM · gnupg, gnupg (gpg21), Debian, Bug Report
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

Nov 17 2015

neal closed T1428: --fingerprint and --with-fingerprint create slightly different results as Resolved.
Nov 17 2015, 9:31 PM · gnupg (gpg21), Debian, Bug Report, gnupg
neal added a comment to T1428: --fingerprint and --with-fingerprint create slightly different results.

It looks like this problem has been fixed in the meantime. As such, I'm marking
this bug as resolved. Thanks.

$ gpg2 --with-fingerprint 4F43C989.txt
pub rsa1024/4F43C989 2015-11-17

Key fingerprint = A8D8 E9B9 D25D 6AB8 9997  AEE4 3817 872D 4F43 C989

uid Testing <testing@testing.com>
sub rsa1024/3CAD33EE 2015-11-17
sub rsa1024/FE39BBA1 2015-11-17
sub elg1024/A10351BD 2015-11-17
$ gpg2 --fingerprint 4F43C989
pub rsa1024/4F43C989 2015-11-17

Key fingerprint = A8D8 E9B9 D25D 6AB8 9997  AEE4 3817 872D 4F43 C989

uid [ unknown] Testing <testing@testing.com>
sub rsa1024/3CAD33EE 2015-11-17
sub rsa1024/FE39BBA1 2015-11-17
sub elg1024/A10351BD 2015-11-17

Nov 17 2015, 9:31 PM · gnupg (gpg21), Debian, Bug Report, gnupg

Nov 16 2015

nervengiftlabs added projects to T2150: Generating keys on OpenPGP card yields wrong public key: gnupg (gpg21), gnupg, Bug Report.
Nov 16 2015, 6:58 PM · Bug Report, gnupg, gnupg (gpg21)
nervengiftlabs set Version to 2.1.9 on T2150: Generating keys on OpenPGP card yields wrong public key.
Nov 16 2015, 6:58 PM · Bug Report, gnupg, gnupg (gpg21)
nervengiftlabs added a comment to T2150: Generating keys on OpenPGP card yields wrong public key.

Nov 16 2015, 6:58 PM · Bug Report, gnupg, gnupg (gpg21)

Nov 5 2015

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

bernhard updated subscribers of T2139: pinentry option to see the password in cleartext.

Hi!

@dkg:
Can you tell me more about your tab-return use case? Do you have hints/personal
observations about how many people are affected?
In the gtk2 pinentry this did not work so far (See my T2139 (bernhard on Oct 29 2015, 04:42 PM / Roundup)) other
implementation do not seem to allow it (I've also tested kdm login screen)
and it does not make much sense either when you can press "return" right away.
So to me it is still unclear how many people are affected.

@aheinecke: Thanks for contributing another case.
I think it is a good solution for a system login screen, where a login-change
probably is harder to do.
I think this slightly changes when you think about passphrases for pinentry
that may get entered less often and some people keep a backup on paper (which is
actually good under some circumstances) and I would claim that a passphrase
change on a key on average is easier to do than a system password.

@werner: You wrote that you've checked some other implementation, it would be cool
to have a list of those. Screenshots would be even better.

@all, my current design ideas are

  • to have a text below the entry field, close to it, saying "show password" and a on-off switch or second best a check-box, third best a button.

Rationale: Because the space requirement is mainly in width. An on-off switch

probably has the most natural mapping, but this depend on the overal GUI design
of the system. On some a real slider-switch may not be available or look alien,
then we should use what ever users will recognise as an on-off thing.
The text is much less work than to select/design an icon and it uses
less height.
  • It is okay to have that in the accessibility tab list, even after the entry field, because I personally believe that a lot more people want the natural order when using tab at all. Right now the data for how many people actually have the tab-enter habit is unknown, maybe Daniel can help us out here.
Nov 2 2015, 10:09 AM · pinentry, Feature Request, gpg4win

Oct 30 2015

aheinecke added a comment to T2139: pinentry option to see the password in cleartext.

Btw. The Windows 10 login screen implements this as a button that you can not
tab to and only shows the password for as long as you keep clicking it.
It also disables / hides the show password button once the password entry field
loses input focus.

They use a heavily abstracted eye icon and no tooltip. Probably with the
rationale that if a user clicks there and it shows the password
(unintentionally) he can quickly release the mouse button again before someone
can read the password.

Oct 30 2015, 1:30 PM · pinentry, Feature Request, gpg4win

Oct 29 2015

dkg added a comment to T2139: pinentry option to see the password in cleartext.

On Thu 2015-10-29 04:34:03 -0400, Bernhard Reiter via BTS wrote:

Oct 29 2015, 6:51 PM · pinentry, Feature Request, gpg4win
bernhard added a comment to T2139: pinentry option to see the password in cleartext.

@dkg: I have been thinking about your use case:

Some people are used to pinentry and
have a common keyboard-based type, tab, hit enter workflow.

I wonder about what fraction of people we are speaking of.
In many applications, just like pinentry, you can just hit "enter" right away
so there is no need to first hit "tab". First hitting "tab" does not make sense
for these kind of dialoges.

Then in some implementation like pinentry-gtk2 0.8.3-2,
this does not work right now, because the next tab is "cancel" which users then
would reach. So it depends on the standard for dialog windows where the
ok and cancel buttons are. Was there any problem report on pinentry-gtk-2?
I am not sure if any pinentry-gtk-2 user actually had this problem?

Oct 29 2015, 4:42 PM · pinentry, Feature Request, gpg4win
bernhard updated subscribers of T2139: pinentry option to see the password in cleartext.
Oct 29 2015, 9:34 AM · pinentry, Feature Request, gpg4win
bernhard added a comment to T2139: pinentry option to see the password in cleartext.

Daniel:
Thanks for your comment and adding the use case. I saw your suggestions
on the list like changing the tab order.

More specifically: Would it be fine with you to implement this without
a warning dialog that requires another click or attention?

Oct 29 2015, 9:34 AM · pinentry, Feature Request, gpg4win

Oct 28 2015

dkg added a comment to T2139: pinentry option to see the password in cleartext.

Some people are used to pinentry and have a common keyboard-based type, tab, hit
enter workflow.

Please make sure that this workflow doesn't accidentally switch their password
to visible when this change is implemented.

Oct 28 2015, 6:57 PM · pinentry, Feature Request, gpg4win
bernhard added a comment to T2139: pinentry option to see the password in cleartext.

My suggestion is also, to seek for an icon that is more self-explanatory.
Actually I would like the "gtk_switch" gui component, though Werner is right
that it takes up a bit more of space.

Oct 28 2015, 5:46 PM · pinentry, Feature Request, gpg4win
bernhard added projects to T2139: pinentry option to see the password in cleartext: gpg4win, Feature Request, pinentry, gnupg (gpg21).
Oct 28 2015, 5:45 PM · pinentry, Feature Request, gpg4win

Oct 20 2015

iprok closed T2111: ssh-agent support broken as Resolved.
Oct 20 2015, 4:30 PM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
iprok changed Version from 2.1.9 to 2.1.8 on T2111: ssh-agent support broken.
Oct 20 2015, 4:30 PM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
iprok added a comment to T2111: ssh-agent support broken.

Removing and readding key helped. Thanks. Seems to be solved in 2.1.9

Oct 20 2015, 4:30 PM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
gniibe added a comment to T2111: ssh-agent support broken.

Please remove your private key(s) of ed25519 and register it again.

Please see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798956#24

Oct 20 2015, 12:42 PM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
iprok changed Version from 2.1.8 to 2.1.9 on T2111: ssh-agent support broken.
Oct 20 2015, 11:31 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
iprok added a comment to T2111: ssh-agent support broken.

The same issue in 2.1.9

Oct 20 2015, 11:31 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
iprok renamed T2111: ssh-agent support broken from ssh-agent support broken in 2.1.8 to ssh-agent support broken.
Oct 20 2015, 11:31 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh

Oct 8 2015

werner updated subscribers of T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error.
Oct 8 2015, 7:15 PM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win
werner added a project to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error: Restricted Project.
Oct 8 2015, 7:15 PM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win
werner added a comment to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error.

Applied with commit ea079d2. Thanks.

Oct 8 2015, 7:15 PM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win

Oct 2 2015

aheinecke closed T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno" as Resolved.
Oct 2 2015, 9:45 AM · Bug Report, Keyserver, gnupg (gpg21), dirmngr
aheinecke added a comment to T1773: Keyserver search with gnupg 2.1 fails with "System error w/o errno".

Haven't seen this problem for months and npth-1.2 contains the fix.

-> Resolved.

Oct 2 2015, 9:45 AM · Bug Report, Keyserver, gnupg (gpg21), dirmngr

Sep 28 2015

aheinecke added a comment to T2110: Gpgsm 2.1 external key search gives duplicated results.

Yes only on Windows. Works for me on GNU/Linux, too.

Sep 28 2015, 11:55 AM · gnupg (gpg22), S/MIME, Bug Report, gpg4win, Windows, Windows 32
werner added a comment to T2110: Gpgsm 2.1 external key search gives duplicated results.

Only on Windows? A quick check on Unix shows that it works.

Sep 28 2015, 11:46 AM · gnupg (gpg22), S/MIME, Bug Report, gpg4win, Windows, Windows 32
gniibe added a comment to T2111: ssh-agent support broken.

For no pinentry pop-up, I think that this is same cause described in the Issue 2112.
Please try the patch in T2112

Sep 28 2015, 10:35 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
gniibe claimed T2111: ssh-agent support broken.
Sep 28 2015, 10:35 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh

Sep 25 2015

aheinecke added a comment to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error.

You've actually added code to handle the hostname:port string with rev: 54e55149

But this does not work as the parse_uri check before hat is called with
"no_scheme_check" and so already passes a hostname:port uri as valid and does
not go into the fallback code that adds the http scheme.

Sep 25 2015, 11:52 AM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win
aheinecke added a comment to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error.

D329: 685_0001-Dirmngr-Default-to-http-protocol-for-http-proxy.patch

Sep 25 2015, 11:52 AM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win

Sep 24 2015

iprok added a comment to T2111: ssh-agent support broken.

I use several key of near all types: ed25519, rsa, dsa, ecdsa. All of them have
stopped working.

Sep 24 2015, 10:15 PM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
aheinecke added a comment to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error.

Regardless of that, I find this is a regression. With my configuration I was
able to search on keyservers with 2.0.x and then with 2.1.x keyserver search no
longer works with the same configuration.

And it's probably easier to default to http protocol for a http-proxy in gnupg /
dirmngr again then it is for me to warn users in Kleopatra / Gpg4win that their
configuration no longer works with 2.1.

Sep 24 2015, 10:58 AM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win
werner added a project to T2111: ssh-agent support broken: ssh.
Sep 24 2015, 10:42 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
werner removed a project from T2111: ssh-agent support broken: gpgagent.
Sep 24 2015, 10:42 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
werner added a comment to T2111: ssh-agent support broken.

Duplicate of T2096

Sep 24 2015, 10:42 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
werner added a project to T2111: ssh-agent support broken: Duplicate.
Sep 24 2015, 10:42 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
werner added a comment to T2111: ssh-agent support broken.

Are you using an Ed25519 key? There was a regression in 2.1.8 which has
meanwhile be fixed in the repo. See also T2096.

Sep 24 2015, 10:42 AM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
werner added a comment to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error.

Actually I plan to remove (or make them a NOP) all network options from
gpg.conf. This should all be configured in dirmngr.conf.

Sep 24 2015, 10:38 AM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win
werner lowered the priority of T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error from High to Normal.
Sep 24 2015, 10:38 AM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win

Sep 23 2015

iprok added projects to T2111: ssh-agent support broken: gnupg (gpg21), gpgagent, gnupg, Bug Report, Debian.
Sep 23 2015, 6:51 PM · Debian, Bug Report, gnupg, Duplicate, gnupg (gpg21), ssh
aheinecke updated subscribers of T2110: Gpgsm 2.1 external key search gives duplicated results.
Sep 23 2015, 4:13 PM · gnupg (gpg22), S/MIME, Bug Report, gpg4win, Windows, Windows 32
aheinecke added projects to T2110: Gpgsm 2.1 external key search gives duplicated results: Windows 32, gnupg, Windows, gpg4win, gnupg (gpg21), Bug Report.
Sep 23 2015, 4:13 PM · gnupg (gpg22), S/MIME, Bug Report, gpg4win, Windows, Windows 32
aheinecke added projects to T2109: Gpg2.1 http-proxy configuration from 2.0 leads to configuration error: gpg4win, gnupg (gpg21), gnupg, Bug Report, Keyserver.
Sep 23 2015, 1:28 PM · Keyserver, Bug Report, gnupg, gnupg (gpg21), gpg4win

Sep 21 2015

werner removed a project from T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256: Restricted Project.
Sep 21 2015, 8:55 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME
werner closed T1932: GnuPG 2.1 (gpgsm):set default of 'hash-algo' from sha1 to sha256 as Resolved.
Sep 21 2015, 8:55 AM · Feature Request, gnupg, gnupg (gpg21), S/MIME

Sep 9 2015

werner closed T1796: Secret key import fails for ASCII version on windows as Resolved.
Sep 9 2015, 9:27 AM · gpa, Windows 32, gnupg (gpg21), Windows, Bug Report

Sep 2 2015

aheinecke closed T1819: "gpg --gen-key" failed on Windows as Resolved.
Sep 2 2015, 12:29 PM · Duplicate, Windows 32, gnupg (gpg21), Windows, Bug Report, gnupg
aheinecke added a comment to T1819: "gpg --gen-key" failed on Windows.

Forgot to resolve this as superseeded.

Sep 2 2015, 12:29 PM · Duplicate, Windows 32, gnupg (gpg21), Windows, Bug Report, gnupg
aheinecke closed T2010: Error when converting keyring to gpg 2.1 as Resolved.
Sep 2 2015, 12:27 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows
aheinecke added a comment to T2010: Error when converting keyring to gpg 2.1.

With gcrypt compiled with -mstackrealign as analyzed in T2085 this problem
is also fixed.

So I'm marking this as a duplicate of T2085.

Sep 2 2015, 12:27 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows
aheinecke added a comment to T2010: Error when converting keyring to gpg 2.1.

Duplicate of T2085

Sep 2 2015, 12:27 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows
aheinecke added a project to T2010: Error when converting keyring to gpg 2.1: Duplicate.
Sep 2 2015, 12:27 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows

Sep 1 2015

DieterDP added a comment to T1796: Secret key import fails for ASCII version on windows.

This issue seems fixed in gnupg-w32-2.1.7.

Sep 1 2015, 11:31 AM · gpa, Windows 32, gnupg (gpg21), Windows, Bug Report
DieterDP added a comment to T1796: Secret key import fails for ASCII version on windows.

Sep 1 2015, 11:31 AM · gpa, Windows 32, gnupg (gpg21), Windows, Bug Report

Aug 31 2015

aheinecke added a comment to T2083: "gpg --full-gen-key --expert" fails on Windows 10.

I did not test 2.1 on windows 10 but 2.0 from gpg4win.

Let's consolidate issues though. To simplify things I resolve all reports
regarding this to my report where I will report on debugging / fixing this in
issue2085.

Aug 31 2015, 8:57 PM · Duplicate, Bug Report, gnupg, Windows 32, gnupg (gpg21), Windows
aheinecke added a comment to T2083: "gpg --full-gen-key --expert" fails on Windows 10.

Duplicate of T2085

Aug 31 2015, 8:57 PM · Duplicate, Bug Report, gnupg, Windows 32, gnupg (gpg21), Windows
aheinecke closed T2083: "gpg --full-gen-key --expert" fails on Windows 10 as Resolved.
Aug 31 2015, 8:57 PM · Duplicate, Bug Report, gnupg, Windows 32, gnupg (gpg21), Windows
aheinecke added a project to T2083: "gpg --full-gen-key --expert" fails on Windows 10: Duplicate.
Aug 31 2015, 8:57 PM · Duplicate, Bug Report, gnupg, Windows 32, gnupg (gpg21), Windows
aheinecke claimed T1819: "gpg --gen-key" failed on Windows.
Aug 31 2015, 8:56 PM · Duplicate, Windows 32, gnupg (gpg21), Windows, Bug Report, gnupg
aheinecke added a comment to T1819: "gpg --gen-key" failed on Windows.

Duplicate of T2085

Aug 31 2015, 8:56 PM · Duplicate, Windows 32, gnupg (gpg21), Windows, Bug Report, gnupg
aheinecke added a project to T1819: "gpg --gen-key" failed on Windows: Duplicate.
Aug 31 2015, 8:56 PM · Duplicate, Windows 32, gnupg (gpg21), Windows, Bug Report, gnupg
aheinecke added a comment to T1819: "gpg --gen-key" failed on Windows.

Nope not fixed. But let's track this in T2085.

Aug 31 2015, 8:56 PM · Duplicate, Windows 32, gnupg (gpg21), Windows, Bug Report, gnupg
aheinecke reopened T1819: "gpg --gen-key" failed on Windows as "Open".
Aug 31 2015, 8:56 PM · Duplicate, Windows 32, gnupg (gpg21), Windows, Bug Report, gnupg
aheinecke added a comment to T2010: Error when converting keyring to gpg 2.1.

It's not the pinentry. If i install a working pinentry signing files works but
still the migration fails.
Windows Event logs also report that the agent crashed and the process is not
running afterwards.

issue2085 might be related.

Aug 31 2015, 6:51 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows
aheinecke changed Version from 2.1.5 to 2.1.7 on T2010: Error when converting keyring to gpg 2.1.
Aug 31 2015, 6:21 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows
aheinecke added a comment to T2010: Error when converting keyring to gpg 2.1.

Aug 31 2015, 6:21 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows
aheinecke added a comment to T2010: Error when converting keyring to gpg 2.1.

Seeing the same on Windows 10 with latest gnupg-w32 package.

Attached is the gpg.log

Migration suceeds from nearly the same homedir under windows 7.

I think the problem is that pinentry-basic does not work on Windows 8.1 and
later. Although I wonder why this should break the migration as I don't get a
pinentry dialog when migrating on Windows 7. (Or on GNU/Linux platforms for that
matter)

Aug 31 2015, 6:21 PM · Duplicate, gnupg, Windows 32, Bug Report, gnupg (gpg21), Windows
werner added a comment to T1845: sending large keys to keyserver push fails with silent hang and "assuan_inquire failed: Too much data for IPC layer".

Originally dirmngr was a system wide daemon. Thus a limit made a lot of sense
so that users could not oincrease the memory usage of dirmngr. As a user daemon
this is not too problematic anymore but (in contrast to GNU policy), having
limits is still good to avoid DoS. The packet parser also employs certain
limits, like 2K for a user ID or 16M for an attribute packet.

I assume keyservers also have some limit - or at least they should have one to
help against misuse as cheap storage provider. What about using this limit?

Aug 31 2015, 7:26 AM · gnupg, gnupg (gpg21), Debian, Bug Report
dkg added a comment to T1845: sending large keys to keyserver push fails with silent hang and "assuan_inquire failed: Too much data for IPC layer".

can you explain why the limit is useful? e.g. does it increase efficiency in
some metric? defend against certain classes of attack? something else? sorry
that i don't understand the tradeoff fully.

a runtime configuration would be better than a hard fail, but in either case it
seems like we're asking the user to fiddle with things that they shouldn't have
to think about or understand. is there a way that we can automatically detect
the reason for the failure and make things Just Work for normal users without
opening up the tooling to more problems?

Aug 31 2015, 12:42 AM · gnupg, gnupg (gpg21), Debian, Bug Report

Aug 30 2015

werner added a comment to T2083: "gpg --full-gen-key --expert" fails on Windows 10.

Did you reported that at gnupg-users? Let's discuss things in the mail thread.
Andre tested it on Windows 10 so in general it works. The problem must be due
to your local configuration.

Aug 30 2015, 9:59 PM · Duplicate, Bug Report, gnupg, Windows 32, gnupg (gpg21), Windows

Aug 29 2015

l2d4y3 set Version to 2.1.7 on T2083: "gpg --full-gen-key --expert" fails on Windows 10.
Aug 29 2015, 4:12 PM · Duplicate, Bug Report, gnupg, Windows 32, gnupg (gpg21), Windows
l2d4y3 added projects to T2083: "gpg --full-gen-key --expert" fails on Windows 10: Windows, gnupg (gpg21), Windows 32, gnupg, Bug Report.
Aug 29 2015, 4:12 PM · Duplicate, Bug Report, gnupg, Windows 32, gnupg (gpg21), Windows

Aug 28 2015

aheinecke removed a project from T2031: GnuPG 2.1 Migration fails badly with (weird) PGP2 key in pubring: Restricted Project.
Aug 28 2015, 11:08 PM · Bug Report, gnupg, gnupg (gpg21)
aheinecke added a comment to T2031: GnuPG 2.1 Migration fails badly with (weird) PGP2 key in pubring.

Our tests show this works. Thanks!

Aug 28 2015, 11:08 PM · Bug Report, gnupg, gnupg (gpg21)