Page MenuHome GnuPG

Members

  • This project does not have any members.
  • View All

Watchers

  • This project does not have any watchers.
  • View All

Details

Description

Release critical bug - must be fixed for the release

Recent Activity

Tue, Mar 3

ikloecker changed the status of T8141: Kleopatra: Many wrong registry keys created in HKCU\Software\Gpg4Win from Open to Testing.

There shouldn't be any RegCreateKey anymore for HKLM\SOFTWARE\<product name>\... or HKCU\SOFTWARE\<product name>\.... And, of course, no registry keys should be created.

Tue, Mar 3, 11:54 AM · RC, Bug Report, gpd5x, kleopatra
ebo added a project to T8141: Kleopatra: Many wrong registry keys created in HKCU\Software\Gpg4Win: RC.
Tue, Mar 3, 9:03 AM · RC, Bug Report, gpd5x, kleopatra

Mon, Mar 2

ebo closed T8138: Kleopatra: Key generation fails with "unkown elliptic curve" as Resolved.

Works with Gpg4win-5.0.2-beta2

Mon, Mar 2, 4:50 PM · RC, Bug Report, gpd5x, kleopatra
ikloecker changed the status of T8138: Kleopatra: Key generation fails with "unkown elliptic curve" from Open to Testing.

Fixed. This regression was caused by changes made for T8056: Support config options RSAKeySizes and PGPKeyType for Kf6.

Mon, Mar 2, 10:42 AM · RC, Bug Report, gpd5x, kleopatra

Fri, Feb 27

werner added a project to T8138: Kleopatra: Key generation fails with "unkown elliptic curve": RC.
Fri, Feb 27, 2:57 PM · RC, Bug Report, gpd5x, kleopatra
werner renamed RC from rc to RC.
Fri, Feb 27, 2:56 PM

Aug 13 2021

werner changed the edit policy for RC.
Aug 13 2021, 11:13 PM

Mar 30 2017

admin created RC.
Mar 30 2017, 6:42 PM

Mar 17 2017

neal removed a project from T2914: TOFU Conflict Status fd output broken: Restricted Project.
Mar 17 2017, 7:39 PM · RC, Bug Report, gnupg, TOFU
neal closed T2914: TOFU Conflict Status fd output broken as Resolved.
Mar 17 2017, 7:39 PM · RC, Bug Report, gnupg, TOFU
neal added a comment to T2914: TOFU Conflict Status fd output broken.

I'm marking this as resolved since I think is fixed. Please reopen if this is
not the case.

Mar 17 2017, 7:39 PM · RC, Bug Report, gnupg, TOFU

Mar 1 2017

justus assigned T2965: WKD lookup fails due to overly specific Host: header to werner.
Mar 1 2017, 2:54 PM · Bug Report, RC, gnupg, dirmngr, gnupg (gpg22)
justus closed T2965: WKD lookup fails due to overly specific Host: header as Resolved.
Mar 1 2017, 2:54 PM · Bug Report, RC, gnupg, dirmngr, gnupg (gpg22)
justus added a comment to T2965: WKD lookup fails due to overly specific Host: header.

Fixed in cd32ebd152a522e362469ab969d91f8d49f28a60.

Mar 1 2017, 2:54 PM · Bug Report, RC, gnupg, dirmngr, gnupg (gpg22)

Feb 17 2017

werner added projects to T2965: WKD lookup fails due to overly specific Host: header: dirmngr, RC.
Feb 17 2017, 9:48 PM · Bug Report, RC, gnupg, dirmngr, gnupg (gpg22)

Feb 2 2017

neal added a comment to T2914: TOFU Conflict Status fd output broken.

This should be fixed in 027b81b35fe36692005b8dba22d9eb2db05e8c80.

Feb 2 2017, 1:31 PM · RC, Bug Report, gnupg, TOFU
neal added a project to T2914: TOFU Conflict Status fd output broken: Restricted Project.
Feb 2 2017, 1:31 PM · RC, Bug Report, gnupg, TOFU

Jan 30 2017

neal added a comment to T2914: TOFU Conflict Status fd output broken.

To be clear the initial output is not wrong. At the time the information is
initially requested, the message has not yet been processed.

Anyway, I think I'm working on a fix so this is a non-issue.

Jan 30 2017, 2:27 PM · RC, Bug Report, gnupg, TOFU

Jan 16 2017

aheinecke added a comment to T2914: TOFU Conflict Status fd output broken.

Note that each of these outputs is preceded by a KEY_CONSIDERED lined (for the
same key). Since the TOFU conflict information is per key, I'd expect an
implementation to say: Oh, there is already some conflict information for key X.
This must be a more up to date version, so I'll delete that first instead of
appending to it. Is this an unreasonable expectation?

In my Opinion it is. There is a technical, (i guess) unintentional, reason for
the multiple outputs, they
don't convey useful information. So I would consider this Output a Bug and
implementations
working like you describe it to be a workaround for that bug.

Getting firs wrong information and later updating it with the correct
information makes implementations
more complicated and error prone and currently is not handled in GPGME.

Also in GPGME we just want to figure out the TOFU Info for all the UID's of the
key used
to check the signature. We don't want information about conflicting keys. We need
a reliable way to filter this out. So I have a patch that ignores all TOFU_USER
lines
that don't match the fingerprint of the signature but still that breaks because
the "Update"
is not handled.

Jan 16 2017, 10:01 AM · RC, Bug Report, gnupg, TOFU
werner added a comment to T2914: TOFU Conflict Status fd output broken.

KEY_CONSIDERED is orthogonal to the TOFU stats. Thus GPGME thus not evaluate it
to learn about the TOFU state.

Jan 16 2017, 8:52 AM · RC, Bug Report, gnupg, TOFU

Jan 14 2017

neal added a comment to T2914: TOFU Conflict Status fd output broken.

It's true that the user is listed 4 times, but this is because tofu.c:get_trust
is called four times. For instance, the first time it is called to show the
"gpg: Good signature from "tofu_conflict@example.com" [marginal]" line, and the
second time is it called to register the signature (tofu_register_signature).
This also explains why the signature count increases between the first and
second versions.

Note that each of these outputs is preceded by a KEY_CONSIDERED lined (for the
same key). Since the TOFU conflict information is per key, I'd expect an
implementation to say: Oh, there is already some conflict information for key X.
This must be a more up to date version, so I'll delete that first instead of
appending to it. Is this an unreasonable expectation?

It should be possible to change the behavior to only output the TOFU_STATS lines
if a TOFU_STATS_LONG line is also output (but I need to think about it some
more). Would this be better?

Jan 14 2017, 11:31 PM · RC, Bug Report, gnupg, TOFU

Jan 6 2017

werner added a project to T2914: TOFU Conflict Status fd output broken: RC.
Jan 6 2017, 7:06 PM · RC, Bug Report, gnupg, TOFU