Page MenuHome GnuPG
Feed All Stories

Nov 1 2019

aheinecke committed rMa4d5394b4607: cpp: Add env var to control editinteractor debug (authored by aheinecke).
cpp: Add env var to control editinteractor debug
Nov 1 2019, 12:10 PM
bernhard added a comment to rW270371dddd46: web: add wiki as explicit support link.

Changed to Issue Tracker with 1d89f93b037d0f7cd084dbc7873f73134a8e1f1a.
@olf thanks for the hint.

Nov 1 2019, 10:33 AM
chyen renamed T4737: gpg does not ask me again when an incorrect password is provided during `gpg --sign` on Chinese systems from gpg does not ask me again when an incorrect password is provided during `gpg --sign` to gpg does not ask me again when an incorrect password is provided during `gpg --sign` on Chinese systems.
Nov 1 2019, 9:31 AM · Bug Report
chyen created T4737: gpg does not ask me again when an incorrect password is provided during `gpg --sign` on Chinese systems.
Nov 1 2019, 9:29 AM · Bug Report

Oct 31 2019

aheinecke created T4736: Kleopatra: When generating an OpenPGP key the expiry is ignored.
Oct 31 2019, 1:42 PM · gpg4win, kleopatra, g10code
mgorny added a comment to T4735: Please provide an option to make --verify accept only signatures from specific trusted UID.

No. I mean to have an option for the caller to provide apparent UID in context to the --verify option, and have that influence the result. This is important for automated software that can't rely on user rechecking the result.

Oct 31 2019, 1:01 PM · gnupg (gpg23), Feature Request
werner added a comment to T4735: Please provide an option to make --verify accept only signatures from specific trusted UID.

So you mean we should take the signer's UID (which can be part of the signature) into account when displaying the user id? Right now we display the primary UID followed by _all_ other user IDs so that the verifier has an overview of the associated user ids.

Oct 31 2019, 9:58 AM · gnupg (gpg23), Feature Request
werner added a comment to rW270371dddd46: web: add wiki as explicit support link.

I don't think that pointing to the bug entry form is a good idea: It will make it easier to enter a bug without first checking whether this bug has already been entered. I agree with the other comments.

Oct 31 2019, 9:52 AM

Oct 30 2019

Volker Krause <vkrause@kde.org> committed rLIBKLEO95d0787dcdd2: Let Qt handle sub-window icons (authored by Volker Krause <vkrause@kde.org>).
Let Qt handle sub-window icons
Oct 30 2019, 8:19 PM
olf added a comment to rW270371dddd46: web: add wiki as explicit support link.

Please revert the change (DE & EN) "Bug Tracker" to "Tracker" back to "Bug Tracker" or (a bit less specific) "Issue Tracker" :

  • This statement does not make much sense when omitting what is actually tracked.
  • People are looking for a link to a "bug tracker" / "issue tracker" when intending to report a bug.
Oct 30 2019, 7:06 PM
mgorny created T4735: Please provide an option to make --verify accept only signatures from specific trusted UID.
Oct 30 2019, 5:55 PM · gnupg (gpg23), Feature Request
aheinecke updated subscribers of T4734: Kleopatra: Use self signature notations as search tags.
Oct 30 2019, 3:20 PM · gpg4win, kleopatra
aheinecke committed rGTO1c5fafdae04d: Make it possible to hide GnuPG System config (authored by aheinecke).
Make it possible to hide GnuPG System config
Oct 30 2019, 2:54 PM
aheinecke committed rO72290f1edda0: Fix double release in error handling (authored by aheinecke).
Fix double release in error handling
Oct 30 2019, 10:23 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRAd87b7d5001d1: GIT_SILENT: Prepare 5.12.3 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Prepare 5.12.3
Oct 30 2019, 9:01 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRA7e09a645bf18: Make it compile without kf5 deprecated methods (authored by Laurent Montel <montel@kde.org>).
Make it compile without kf5 deprecated methods
Oct 30 2019, 9:01 AM
Laurent Montel <montel@kde.org> committed rLIBKLEO5e3248c24ba8: GIT_SILENT: Prepare 5.12.3 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Prepare 5.12.3
Oct 30 2019, 7:52 AM

Oct 29 2019

aheinecke committed rM1242c6c93ac6: core: Fix parsing of userid sigs after a subpkg (authored by aheinecke).
core: Fix parsing of userid sigs after a subpkg
Oct 29 2019, 4:45 PM
aheinecke committed rM373acd6923f2: qt: Extend signkeyjob to handle remarks and dups (authored by aheinecke).
qt: Extend signkeyjob to handle remarks and dups
Oct 29 2019, 4:39 PM
aheinecke committed rM36f7f7a47822: cpp: Add support for multiple keysigs in edit (authored by aheinecke).
cpp: Add support for multiple keysigs in edit
Oct 29 2019, 4:39 PM
aheinecke committed rM1f3ca698f164: qt,tests: Add test for remarks (authored by aheinecke).
qt,tests: Add test for remarks
Oct 29 2019, 4:39 PM
aheinecke committed rM83ecf1686a9a: cpp: Add convenience API to obtain remarks (authored by aheinecke).
cpp: Add convenience API to obtain remarks
Oct 29 2019, 4:39 PM
aheinecke committed rM0224408c6332: core: Add cert-notation support and extended-edit (authored by aheinecke).
core: Add cert-notation support and extended-edit
Oct 29 2019, 4:39 PM
aheinecke committed rM9d8369881882: cpp: Minor coding style fix (authored by aheinecke).
cpp: Minor coding style fix
Oct 29 2019, 4:39 PM
sunknudsen added a comment to T4733: pinentry-curses reveals pin.

Thanks for the follow-up Werner.

Oct 29 2019, 11:54 AM · MacOS, pinentry, Bug Report
werner closed T4732: X.509 cert for openpgpkey.gnupg.org is expired as Resolved.

Dehydrated problem after the last server update: https://github.com/FlorentCoppint/dehydrated/commit/aed6f4ba06858c926042b95f1cef4a7a681ddf88

Oct 29 2019, 10:39 AM · gpgweb, Bug Report
werner triaged T4733: pinentry-curses reveals pin as Normal priority.

Then better do not use a curses pinentry. It can't guarantee that another process changes the tty properties. For security reasons it is better to run the pinentry in a different window (ie. a GUI based pinentry).

Oct 29 2019, 10:26 AM · MacOS, pinentry, Bug Report
aheinecke created T4734: Kleopatra: Use self signature notations as search tags.
Oct 29 2019, 9:58 AM · gpg4win, kleopatra
aheinecke committed rO1f330a0e3694: Revert "Remove hidden attachments in OOM" (authored by aheinecke).
Revert "Remove hidden attachments in OOM"
Oct 29 2019, 9:14 AM
aheinecke added a reverting change for rO8fe7ead78980: Remove hidden attachments in OOM: rO1f330a0e3694: Revert "Remove hidden attachments in OOM".
Oct 29 2019, 9:14 AM
sunknudsen created T4733: pinentry-curses reveals pin.
Oct 29 2019, 1:48 AM · MacOS, pinentry, Bug Report
gniibe committed rGc6702d77d936: scd,ccid: Fix GEMPC_EZIO handling. (authored by gniibe).
scd,ccid: Fix GEMPC_EZIO handling.
Oct 29 2019, 12:47 AM
gniibe added a comment to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7.

Sorry, it was simply my confusion (between GEMPC_PINPAD and GEMPC_EZIO).
Fixed now.

Oct 29 2019, 12:01 AM · scd, Restricted Project, Bug Report

Oct 28 2019

dkg created T4732: X.509 cert for openpgpkey.gnupg.org is expired.
Oct 28 2019, 11:36 PM · gpgweb, Bug Report
aheinecke committed rMfe2892618c20: core,w32: Initialize dbg_help for socket debugging (authored by aheinecke).
core,w32: Initialize dbg_help for socket debugging
Oct 28 2019, 6:13 PM
aheinecke committed rO8fe7ead78980: Remove hidden attachments in OOM (authored by aheinecke).
Remove hidden attachments in OOM
Oct 28 2019, 3:49 PM
aheinecke committed rOfc0c85479f5c: Improve error handling for large messages (authored by aheinecke).
Improve error handling for large messages
Oct 28 2019, 3:49 PM
martin.von.wittich added a comment to T4654: Gemalto Ezio Shield (CT710): CCID command failed: Parameter error at offset 7.

Please test. When I can confirm that it is stable, I'll backport it to 2.2.

Oct 28 2019, 2:22 PM · scd, Restricted Project, Bug Report
aheinecke added a comment to T4731: GpgOL: Mails whose size is more then half of what the Server Limit is are not displayed correctly.

I think we can fix it by removing the smime attachment from OOM, because we still have it in MAPI, we just never cared that it was also in OOM (where only our decrypted attachments belong) because it was hidden.

Oct 28 2019, 1:33 PM · gpgol, g10code
aheinecke created T4731: GpgOL: Mails whose size is more then half of what the Server Limit is are not displayed correctly.
Oct 28 2019, 1:32 PM · gpgol, g10code
Eagle_Erwin committed rO0ccceb43d1a9: Update Dutch translations (authored by Eagle_Erwin).
Update Dutch translations
Oct 28 2019, 9:45 AM
aheinecke committed rOc4c0ffe63125: Merge remote-tracking branch 'dutch-l10n/dutch' (authored by aheinecke).
Merge remote-tracking branch 'dutch-l10n/dutch'
Oct 28 2019, 9:45 AM
aheinecke committed rO0e0a8381589d: Fix encoding of crypto overlays (authored by aheinecke).
Fix encoding of crypto overlays
Oct 28 2019, 9:45 AM
weeix created T4730: GpgEX: "No such file or directory" when trying to encrypt files inside unicode directories.
Oct 28 2019, 3:59 AM · Bug Report, gpg4win
gniibe committed rCd9c418305e10: ecc: Add Curve for X448 with ECC_DIALECT_SAFECURVE. (authored by gniibe).
ecc: Add Curve for X448 with ECC_DIALECT_SAFECURVE.
Oct 28 2019, 1:36 AM

Oct 25 2019

djpohly updated the test plan for D495: gpg: Fall back on keyid for --auto-key-retrieve..
Oct 25 2019, 6:18 PM
djpohly created D495: gpg: Fall back on keyid for --auto-key-retrieve..
Oct 25 2019, 6:17 PM
werner closed T4727: GnuPG creates keys that it cannot use, likely related to AEAD as Invalid.

Please no reports for non-released devel versions.

Oct 25 2019, 5:44 PM · Bug Report
werner triaged T4729: WKD via http_proxy does not work if DNS is broken/unavailable as Normal priority.
Oct 25 2019, 11:01 AM · gnupg (gpg22), Restricted Project, dns, dirmngr
werner triaged T4728: GnuPG fails to connect to 127.0.0.1 when many domains are specified in /etc/hosts as Normal priority.
Oct 25 2019, 11:00 AM · gnupg24, gnupg (gpg23), dns, dirmngr
mgorny added a comment to T4444: dirmngr fails with keyservers specified by IP without rDNS; reported as dead host or uses wrong Host header.

Ping.

Oct 25 2019, 10:54 AM · Keyserver, dns, dirmngr, Bug Report
mgorny created T4729: WKD via http_proxy does not work if DNS is broken/unavailable.
Oct 25 2019, 10:52 AM · gnupg (gpg22), Restricted Project, dns, dirmngr
mgorny created T4728: GnuPG fails to connect to 127.0.0.1 when many domains are specified in /etc/hosts in the S1 Public space.
Oct 25 2019, 10:46 AM · gnupg24, gnupg (gpg23), dns, dirmngr
gniibe committed rC09df1e94fd2d: ecc: Don't need to remove 0x40 for SAFECURVE. (authored by gniibe).
ecc: Don't need to remove 0x40 for SAFECURVE.
Oct 25 2019, 4:35 AM
gniibe committed rC498ab6d9f2f8: ecc: Introduce new dialect: ECC_DIALECT_SAFECURVE. (authored by gniibe).
ecc: Introduce new dialect: ECC_DIALECT_SAFECURVE.
Oct 25 2019, 4:35 AM
gniibe committed rC75e189d2b0cf: Merge branch 'master' into gniibe/x448 (authored by gniibe).
Merge branch 'master' into gniibe/x448
Oct 25 2019, 4:35 AM
gniibe committed rCe63a02efa5b0: ecc: Use more descriptive name for variables. (authored by gniibe).
ecc: Use more descriptive name for variables.
Oct 25 2019, 3:53 AM
gniibe committed rC21c26481037c: Merge branch 'master' into gniibe/x448 (authored by gniibe).
Merge branch 'master' into gniibe/x448
Oct 25 2019, 3:12 AM
gniibe committed rC150aa1c6c819: ecc: Clean up X25519 and X448 support. (authored by gniibe).
ecc: Clean up X25519 and X448 support.
Oct 25 2019, 3:12 AM
gniibe committed rC8ac303ed6763: Merge branch 'master' into gniibe/x448 (authored by gniibe).
Merge branch 'master' into gniibe/x448
Oct 25 2019, 3:12 AM
gniibe committed rC050e0b4accfa: pubkey: Support a method to get data as an opaque MPI. (authored by gniibe).
pubkey: Support a method to get data as an opaque MPI.
Oct 25 2019, 3:12 AM
gniibe committed rCd5bdfe7d3ab4: ecc: Pass an opaque MPI directly to mpi_ec_mul_point. (authored by gniibe).
ecc: Pass an opaque MPI directly to mpi_ec_mul_point.
Oct 25 2019, 3:12 AM
gniibe committed rC2dfedafe08ac: ecc: Make _gcry_mpi_ec_mul_point friendly to X25519 computation. (authored by gniibe).
ecc: Make _gcry_mpi_ec_mul_point friendly to X25519 computation.
Oct 25 2019, 3:12 AM

Oct 24 2019

dkg reopened T4725: Dubious filename in literal data packet when encrypting with GPGME/GnuPGv1.4.23 as "Open".

@werner, are you saying that gpgme is not fully supported for use with gpg 1.4?

Oct 24 2019, 9:22 PM · gpgme, Bug Report
dkg added a comment to T4726: auto-key-locate only works with raw e-mail addresses (not angle-brackets).

@werner, you seem to be saying that -r does not imply "key lookups on remote services". Is that correct?

Oct 24 2019, 8:42 PM · gnupg (gpg22), wkd, Bug Report
dkg added a comment to T4513: dirmngr should try the configured keyservers anyway even if they are all dead.

There is a growing bit of popular lore in the GnuPG community that "when keyserver operations fail, you solve that problem with killall dirmngr." I believe this suggestion is potentially damaging (the long-running daemon may be in the middle of operations for a client that you don't know about), but i suspect it is circulating as advice because it resolves the situation outlined in this ticket. For whatever ephemeral reason, dirmngr gets stuck, and fails to notice that this situation has resolved itself.

Oct 24 2019, 5:39 PM · Feature Request, Keyserver, dirmngr
justus created T4727: GnuPG creates keys that it cannot use, likely related to AEAD.
Oct 24 2019, 2:35 PM · Bug Report
gniibe committed rC40eff0090933: Merge branch 'master' into gniibe/x448 (authored by gniibe).
Merge branch 'master' into gniibe/x448
Oct 24 2019, 4:59 AM
gniibe committed rCad8927f40169: ecc: Simplify _gcry_ecc_compute_public. (authored by gniibe).
ecc: Simplify _gcry_ecc_compute_public.
Oct 24 2019, 4:58 AM
gniibe committed rC8fce1027c253: ecc: Return an opaque MPI by _gcry_ecc_ec2os. (authored by gniibe).
ecc: Return an opaque MPI by _gcry_ecc_ec2os.
Oct 24 2019, 4:58 AM
gniibe committed rC3d5a05767b84: ecc: Fix handling of point representation in EdDSA. (authored by gniibe).
ecc: Fix handling of point representation in EdDSA.
Oct 24 2019, 4:58 AM
gniibe committed rC05a7d2f262bc: ecc: Support an opaque MPI handling in mpi_from_keyparam. (authored by gniibe).
ecc: Support an opaque MPI handling in mpi_from_keyparam.
Oct 24 2019, 4:58 AM
gniibe committed rC35c1faaea2b0: ecc: String constant fix. (authored by gniibe).
ecc: String constant fix.
Oct 24 2019, 4:58 AM
gniibe committed rC006e51cd83a1: ecc: Fix wrong handling of shorten PK bytes. (authored by gniibe).
ecc: Fix wrong handling of shorten PK bytes.
Oct 24 2019, 2:59 AM

Oct 23 2019

Laurent Montel <montel@kde.org> committed rLIBKLEOa7a5f8fc35b9: Make it compile without kf5 deprecated methods (authored by Laurent Montel <montel@kde.org>).
Make it compile without kf5 deprecated methods
Oct 23 2019, 2:26 PM
ringelkrat added a comment to T4726: auto-key-locate only works with raw e-mail addresses (not angle-brackets).

This is a misunderstanding. The extraction of mail addresses is only doe for key lookups on remote services. Thus the -r case is as intended.

Oct 23 2019, 1:26 PM · gnupg (gpg22), wkd, Bug Report
werner added a comment to T4726: auto-key-locate only works with raw e-mail addresses (not angle-brackets).

This is a misunderstanding. The extraction of mail addresses is only doe for key lookups on remote services. Thus the -r case is as intended.

Oct 23 2019, 11:35 AM · gnupg (gpg22), wkd, Bug Report
werner closed T4725: Dubious filename in literal data packet when encrypting with GPGME/GnuPGv1.4.23 as Wontfix.

That seems to be gpg 1.4 which we do not fully support.

Oct 23 2019, 11:32 AM · gpgme, Bug Report
werner closed T4722: Gmail by GoogleServer Error We're sorry, but Gmail is temporarily unavailable. We're currently working to fix the problem -- please try logging in to your account in a few minutes. as Spite.
Oct 23 2019, 11:31 AM · Bug Report
werner closed T4724: https://twitter.com/charleslewisni4/status/1051021429637025792?s=20 as Spite.
Oct 23 2019, 11:30 AM
gniibe committed rC8cc1ac270ff0: ecc: clean up. (authored by gniibe).
ecc: clean up.
Oct 23 2019, 11:28 AM
gniibe committed rCec7d3d9f780f: ecc: Make sure the size of bytes is same (2). (authored by gniibe).
ecc: Make sure the size of bytes is same (2).
Oct 23 2019, 11:00 AM
gniibe committed rCb280dbf75b99: ecc: Make sure the size of bytes is same. (authored by gniibe).
ecc: Make sure the size of bytes is same.
Oct 23 2019, 10:45 AM
justus added a comment to T4725: Dubious filename in literal data packet when encrypting with GPGME/GnuPGv1.4.23.

Sure: https://gitlab.com/sequoia-pgp/openpgp-interoperability-test-suite/blob/master/src/gnupg.rs#L70

Oct 23 2019, 9:31 AM · gpgme, Bug Report
ringelkrat added a comment to T4726: auto-key-locate only works with raw e-mail addresses (not angle-brackets).

Is this task maybe related to T1927?

Oct 23 2019, 8:07 AM · gnupg (gpg22), wkd, Bug Report
ringelkrat updated subscribers of T4726: auto-key-locate only works with raw e-mail addresses (not angle-brackets).

Thank you @dkg for creating the bug report! I would like to glean the following information from the above mentioned discussion.

Oct 23 2019, 8:00 AM · gnupg (gpg22), wkd, Bug Report
gniibe closed T4723: Gmail by GoogleServer Error We're sorry, but Gmail is temporarily unavailable. We're currently working to fix the problem -- please try logging in to your account in a few minutes. as Spite.
Oct 23 2019, 7:48 AM · Bug Report, gpg4win
gniibe committed rC113fe03bedde: Merge branch 'master' into gniibe/x448 (authored by gniibe).
Merge branch 'master' into gniibe/x448
Oct 23 2019, 5:17 AM
gniibe committed rC27e848666b4a: ecc: ECDH clean up for use of ec->nbits. (authored by gniibe).
ecc: ECDH clean up for use of ec->nbits.
Oct 23 2019, 5:12 AM
gniibe committed rCc5a7191c1bd1: ecc: Use opaque MPI for _gcry_ecc_mul_point. (authored by gniibe).
ecc: Use opaque MPI for _gcry_ecc_mul_point.
Oct 23 2019, 5:12 AM
gniibe committed rCbbe15758c893: ecc: Fix _gcry_ecc_mont_decodepoint for data by old implementation. (authored by gniibe).
ecc: Fix _gcry_ecc_mont_decodepoint for data by old implementation.
Oct 23 2019, 5:12 AM
dkg added a comment to T4725: Dubious filename in literal data packet when encrypting with GPGME/GnuPGv1.4.23.

@justus can you provide an example of the gpgme code you're using that generates this weirdness?

Oct 23 2019, 3:43 AM · gpgme, Bug Report
dkg created T4726: auto-key-locate only works with raw e-mail addresses (not angle-brackets).
Oct 23 2019, 3:24 AM · gnupg (gpg22), wkd, Bug Report

Oct 22 2019

justus created T4725: Dubious filename in literal data packet when encrypting with GPGME/GnuPGv1.4.23.
Oct 22 2019, 1:23 PM · gpgme, Bug Report
Charles86 accepted rCe921ad5b3ad0: ecc: Add NAME member to struct mpi_ec_ctx_s..
Oct 22 2019, 12:28 PM
Charles86 accepted rC975de3879691: ecc: Fix for NBITS support..
Oct 22 2019, 12:27 PM
Charles86 created T4724: https://twitter.com/charleslewisni4/status/1051021429637025792?s=20 in the S1 Public space.
Oct 22 2019, 12:17 PM
Charles86 claimed T4723: Gmail by GoogleServer Error We're sorry, but Gmail is temporarily unavailable. We're currently working to fix the problem -- please try logging in to your account in a few minutes..

Oct 22 2019, 12:15 PM · Bug Report, gpg4win
Charles86 created T4723: Gmail by GoogleServer Error We're sorry, but Gmail is temporarily unavailable. We're currently working to fix the problem -- please try logging in to your account in a few minutes..
Oct 22 2019, 12:15 PM · Bug Report, gpg4win
Charles86 added a comment to T4722: Gmail by GoogleServer Error We're sorry, but Gmail is temporarily unavailable. We're currently working to fix the problem -- please try logging in to your account in a few minutes..

https://twitter.com/charleslewisni4/status/1051021429637025792?s=20

Oct 22 2019, 12:13 PM · Bug Report