Page MenuHome GnuPG
Feed All Stories

Sep 11 2019

l10n daemon script <scripty@kde.org> committed rLIBKLEO9b202ae1d162: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Sep 11 2019, 5:48 AM
gniibe claimed T4620: no support for multiple (yubikey) smartcards plugged in at the same time.

I created a branch for this task: https://dev.gnupg.org/source/gnupg/repository/gniibe%252FT4620/

Sep 11 2019, 4:39 AM · Restricted Project, Bug Report
gniibe committed rG92be4e87eec9: scd,pcsc: Fix examining the list of readers. (authored by gniibe).
scd,pcsc: Fix examining the list of readers.
Sep 11 2019, 4:06 AM
gniibe committed rG441106cdf0fd: scd,pcsc: Fix for initializing PC/SC. (authored by gniibe).
scd,pcsc: Fix for initializing PC/SC.
Sep 11 2019, 4:06 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA7fb603e3951c: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Sep 11 2019, 3:33 AM
gniibe committed rG1080e91efd60: scd,pcsc: Use a single context. (authored by gniibe).
scd,pcsc: Use a single context.
Sep 11 2019, 3:12 AM
gniibe committed rGe8534f899915: scd,pcsc: Support multiple card readers. (authored by gniibe).
scd,pcsc: Support multiple card readers.
Sep 11 2019, 3:12 AM
gniibe committed rGf44aa290c136: scd: Clean up the structure for future fix of PC/SC. (authored by gniibe).
scd: Clean up the structure for future fix of PC/SC.
Sep 11 2019, 3:12 AM
gouttegd added a comment to T4697: Release Scute 1.6.0.

I could not reproduce such a failure either under any conditions.

Sep 11 2019, 12:37 AM · Release Info, scute

Sep 10 2019

lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:41 PM · Bug Report
lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:40 PM · Bug Report
lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:39 PM · Bug Report
lellis updated the task description for T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:38 PM · Bug Report
lellis created T4705: GPG symmetric encryption is using old OpenPGP packet formats.
Sep 10 2019, 10:38 PM · Bug Report
werner triaged T4703: Scute > 1.4.0 does not work with MacOS X as Normal priority.
Sep 10 2019, 4:18 PM · MacOS, scute
werner triaged T4704: Wrong error message when key is expired as Normal priority.

Agreed.

Sep 10 2019, 4:17 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
werner committed rGce9906b008c9: gpg: First rough implementation of keyboxd access for key lookup. (authored by werner).
gpg: First rough implementation of keyboxd access for key lookup.
Sep 10 2019, 4:06 PM
werner committed rG6c327b4dd6d8: kbx: Allow fd-passing for the keyboxd. (authored by werner).
kbx: Allow fd-passing for the keyboxd.
Sep 10 2019, 4:06 PM
werner committed rG2f0fdab8aabd: common: Allow a readlimit for iobuf_esopen. (authored by werner).
common: Allow a readlimit for iobuf_esopen.
Sep 10 2019, 4:06 PM
werner committed rGaba82684fe14: gpg: New option --use-keyboxd. (authored by werner).
gpg: New option --use-keyboxd.
Sep 10 2019, 4:06 PM
werner committed rG5e00c1773d8f: kbx: Fix keyboxd search first. (authored by werner).
kbx: Fix keyboxd search first.
Sep 10 2019, 4:06 PM
werner committed rG1545b948e1c8: kbx: Allow searching from start. (authored by werner).
kbx: Allow searching from start.
Sep 10 2019, 4:06 PM
dkg added a comment to T4704: Wrong error message when key is expired.

yep, the implementation thinks that the default signing key is expired due to metadata contained in the public keyring. The secret key is available to the implementation. So the error mesage No secret key can cause confusion and/or panic if the user thinks they've actually lost their secret key.

Sep 10 2019, 3:15 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
aheinecke added a comment to T4697: Release Scute 1.6.0.

In my debian buster pbuilder enviornment I got the following failure when packaging master (beta195):

Sep 10 2019, 11:26 AM · Release Info, scute
werner committed rEc1e80f6e8e36: core: Fix broken strings (first letter missing) (authored by werner).
core: Fix broken strings (first letter missing)
Sep 10 2019, 10:50 AM
aheinecke committed rGc69a37dcbdc8: doc: Fix distchek for generated eps file (authored by aheinecke).
doc: Fix distchek for generated eps file
Sep 10 2019, 10:13 AM

Sep 9 2019

gouttegd added a comment to T4697: Release Scute 1.6.0.

With the build problem on Mac OS now fixed with d551cf9, barring any last minute issue I plan to do the actual release by the end of the day tomorrow (10 September).

Sep 9 2019, 11:25 PM · Release Info, scute
gouttegd committed rSd551cf9884c2: Fix build on MacOS. (authored by gouttegd).
Fix build on MacOS.
Sep 9 2019, 9:06 PM
gouttegd added a comment to T4703: Scute > 1.4.0 does not work with MacOS X.

If I understand correctly, the problem stems from the -module flag added to the LDFLAGS in commit dc2211179. It's that flag that instruct libtool to create a bundle (.so file) instead of a dynamically linked shared library (.dylib file). But that flag is needed to force automake to accept that the library is to be named scute instead of libscute (without that flag automake errors out, complaining that scute.la is not a standard libtool library name).

Sep 9 2019, 5:58 PM · MacOS, scute
werner added a project to T4703: Scute > 1.4.0 does not work with MacOS X: MacOS.

Given that 1.5 already had that problem, I would suggest to ignore that bug for the 1.6 release. We can work on that later.

Sep 9 2019, 5:12 PM · MacOS, scute
werner added a comment to T4704: Wrong error message when key is expired.

You mean the default key is expired?

Sep 9 2019, 5:09 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
dkg added projects to T4704: Wrong error message when key is expired: gnupg (gpg22), UI.

fwiw, i can reproduce this on debian unstable with gpg version 2.2.17, without a redirected agent -- so the agent redirection isn't relevant here.

Sep 9 2019, 5:06 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
aeris created T4704: Wrong error message when key is expired.
Sep 9 2019, 4:59 PM · gnupg24 (gnupg-2.4.4), UI, Bug Report
JW-D added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

Today a new signed message from BSI Buerger CERT was received. The PGP signature could be verified by first opening of the document. As I opened the file some hours later again, it failed, as I opened it a third time (shortly after the second time), the signature was verified. Outlook was not closed between the second and third opening. Signature verification appears unstable.

Sep 9 2019, 4:52 PM · gpgol, Bug Report, gpg4win
dkg added a comment to T4698: Results from clang analyzer.

@stm -- thank you for this!

Sep 9 2019, 4:34 PM · gpgrt, Bug Report
gouttegd created T4703: Scute > 1.4.0 does not work with MacOS X.
Sep 9 2019, 3:32 PM · MacOS, scute
aheinecke created T4702: Deadline for the GnuPG 2.3.0 release.
Sep 9 2019, 11:31 AM · Restricted Project, gpg4win, gnupg
OliverL added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

There is no reason for apologies :-). As far as I know this all is open source, freeware and you don't get paid for this, right? So, I simply also try to add my contribution by most precise error reports to help to find the error and am grateful if it will be solved one day in the future :-).

Sep 9 2019, 11:29 AM · gpgol, Bug Report, gpg4win
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T3604: Kleopatra: Default column sizes / Window size for Keylist still wrong, as Resolved.
Sep 9 2019, 11:27 AM · gpg4win, Bug Report, kleopatra
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4479: GpgOL: S/MIME Addressbook integration, as Resolved.
Sep 9 2019, 11:27 AM · gpg4win, Feature Request, gpgol
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4139: Kleopatra: Add user id dialog needs a facelift, as Resolved.
Sep 9 2019, 11:27 AM · gpg4win, kleopatra
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T3888: Kleopatra: S/MIME trees in keylist are minimized on refresh, as Resolved.
Sep 9 2019, 11:27 AM · Bug Report, gpg4win, kleopatra
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4333: Job objects on Windows interfere with automatic start of gpg-agent, as Resolved.
Sep 9 2019, 11:27 AM · patch, Windows, gpgagent, Bug Report
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4458: Certificate certifications, as Resolved.
Sep 9 2019, 11:27 AM · kleopatra, gpg4win
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4440: GPA: Crash on keygen in Gpg4win-3.1.6, as Resolved.
Sep 9 2019, 11:27 AM · gpg4win, gpa, gpgme
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4164: Kleopatra: Remove fingerprint / keyid search warning, as Resolved.
Sep 9 2019, 11:27 AM · kleopatra
aheinecke closed T4389: Gpg4win 3.1.8 as Resolved.

Gpg4win-3.1.8 was released.

Sep 9 2019, 11:27 AM · gpg4win, Release Info
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4322: GpgOL: Embedded image not visible in forwarded email, as Resolved.
Sep 9 2019, 11:27 AM · gpg4win, gpgol
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4557: Kleopatra: Keylist columns should be configurable, as Resolved.
Sep 9 2019, 11:27 AM · kleopatra, gpg4win
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4553: Compatibilty with encrypted mails sent to SecurePIM, as Resolved.
Sep 9 2019, 11:27 AM · Feature Request, gpg4win, gpgol
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4559: GpgOL: Key resolver might show duplicated entries and does not properly filter, as Resolved.
Sep 9 2019, 11:27 AM · gpg4win, gpgol
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4552: Compatibility with mails sent from SecurePIM, as Resolved.
Sep 9 2019, 11:27 AM · Feature Request, gpg4win, gpgol
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4483: GpgOL: Autosecure toggling too agressive for S/MIME users without key, as Resolved.
Sep 9 2019, 11:27 AM · gpgol
aheinecke closed T4389: Gpg4win 3.1.8, a subtask of T4558: GpgOL: S/MIME Mails should use the same icons as Outlook, as Resolved.
Sep 9 2019, 11:27 AM · gpgol, gpg4win
aheinecke closed T4479: GpgOL: S/MIME Addressbook integration as Resolved.

As far as I know this works.

Sep 9 2019, 11:27 AM · gpg4win, Feature Request, gpgol
aheinecke closed T4552: Compatibility with mails sent from SecurePIM as Resolved.

This works but might have created a regression which is tracked in T4701

Sep 9 2019, 11:27 AM · Feature Request, gpg4win, gpgol
aheinecke closed T4483: GpgOL: Autosecure toggling too agressive for S/MIME users without key as Resolved.
Sep 9 2019, 11:26 AM · gpgol
aheinecke claimed T4699: X.509 certificate request more comfortable.

I give this normal priority even if it is a whish because I have the same whish and already have some code around that would make it more comfortable, especially if it is used directly in GpgOL.

Sep 9 2019, 11:26 AM · Restricted Project, kleopatra, S/MIME, gpg4win, Feature Request
aheinecke added a comment to T4388: GpgOL: Add draft encryption as an option..

I still would like to test this some more and work on it. I think the implemnation might still be a bit fragile.

Sep 9 2019, 11:24 AM · Feature Request, gpg4win, gpgol
aheinecke edited subtasks for T4388: GpgOL: Add draft encryption as an option., added: T4660: Gpg4win 3.1.11; removed: T4389: Gpg4win 3.1.8.
Sep 9 2019, 11:24 AM · Feature Request, gpg4win, gpgol
aheinecke removed a parent task for T4389: Gpg4win 3.1.8: T4388: GpgOL: Add draft encryption as an option..
Sep 9 2019, 11:23 AM · gpg4win, Release Info
aheinecke added a parent task for T4660: Gpg4win 3.1.11: T4388: GpgOL: Add draft encryption as an option..
Sep 9 2019, 11:23 AM · Release Info, gpg4win
aheinecke closed T4333: Job objects on Windows interfere with automatic start of gpg-agent as Resolved.
Sep 9 2019, 11:23 AM · patch, Windows, gpgagent, Bug Report
aheinecke closed T4458: Certificate certifications as Resolved.
Sep 9 2019, 11:22 AM · kleopatra, gpg4win
aheinecke closed T4322: GpgOL: Embedded image not visible in forwarded email as Resolved.
Sep 9 2019, 11:22 AM · gpg4win, gpgol
aheinecke added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

I'll try to look at it this week. Apologies for the delay with this.

Sep 9 2019, 11:22 AM · gpgol, Bug Report, gpg4win
OliverL added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

Last week GpgOL again destroyed an email with a BSI newsletter - it was shown as empty after I opened it a second time - and the same is true in such cases then in Windows 10 Mail as well as using Outlook Web Access:

Sep 9 2019, 11:00 AM · gpgol, Bug Report, gpg4win
aheinecke renamed T4701: GpgOL: Mails sent over Exchange sometimes show only "winmail.dat" and GpgOL_MIME_strucutre.txt inside that from GpgOL: Mails show only to GpgOL: Mails sent over Exchange sometimes show only "winmail.dat" and GpgOL_MIME_strucutre.txt inside that.
Sep 9 2019, 10:21 AM · g10code, gpgol
aheinecke created T4701: GpgOL: Mails sent over Exchange sometimes show only "winmail.dat" and GpgOL_MIME_strucutre.txt inside that.
Sep 9 2019, 10:19 AM · g10code, gpgol
aheinecke created T4700: GpgOL: After search the read status is not changed for crypto mails.
Sep 9 2019, 10:18 AM · g10code, gpgol
ikrabbe added a comment to T4563: gpg-agent fails to sign request of PKISSH.

But this problem remains for several versions for some time. I tried to find out the source of this "new option" in the communication, but I could not find anything about "GPG Agent" in the source code of openssh.

Sep 9 2019, 10:18 AM · Feature Request, gpgagent
gouttegd committed rSad7b7ad4f844: Update documentation files. (authored by gouttegd).
Update documentation files.
Sep 9 2019, 10:03 AM
gouttegd committed rS70a05fa1184e: Silence warning about uninitialized variable. (authored by gouttegd).
Silence warning about uninitialized variable.
Sep 9 2019, 10:03 AM
ikrabbe added a comment to T4563: gpg-agent fails to sign request of PKISSH.

Sorry for the late answer, but I have been busy. Actually this happened against several ssh versions, for some time now.

Sep 9 2019, 9:45 AM · Feature Request, gpgagent
JW-D added a comment to T4687: GpgOL does not show signature validation of German Buerger-Cert-Warnings for some months.

The signature of the latest communication from German Buerger CERT Warnings could be read and the signature could be verified. I tried also with Hasso-Plattner-Institute (Identiy leak checker), the same result. I do not understand, why all signature verification failed last week, and they can be verified this week. However, at the moment it seems to work fine.

Sep 9 2019, 9:33 AM · gpgol, Bug Report, gpg4win
werner added projects to T4699: X.509 certificate request more comfortable: gpg4win, S/MIME.
Sep 9 2019, 7:40 AM · Restricted Project, kleopatra, S/MIME, gpg4win, Feature Request
gouttegd claimed T4697: Release Scute 1.6.0.

I just checked that Scute builds cleanly on Slackware, Debian, and in a cross-compilation setup against Mingw32.

Sep 9 2019, 1:31 AM · Release Info, scute

Sep 8 2019

Joey_D created T4699: X.509 certificate request more comfortable.
Sep 8 2019, 9:04 PM · Restricted Project, kleopatra, S/MIME, gpg4win, Feature Request
werner committed rEf7c244273290: estream: Fix dead assigniment. (authored by werner).
estream: Fix dead assigniment.
Sep 8 2019, 7:59 PM
werner triaged T4698: Results from clang analyzer as Normal priority.
Sep 8 2019, 7:38 PM · gpgrt, Bug Report
stm added a comment to T4694: manage first-party attestations.

Here is an example containing such a Attestation Signature:

Sep 8 2019, 12:42 PM · Keyserver, Feature Request

Sep 7 2019

stm added a comment to T4698: Results from clang analyzer.

Oh, this report is about libgpg-error.

Sep 7 2019, 6:17 PM · gpgrt, Bug Report
stm created T4698: Results from clang analyzer.
Sep 7 2019, 6:10 PM · gpgrt, Bug Report
Laurent Montel <montel@kde.org> committed rLIBKLEOfe248a6b0675: GIT_SILENT: Prepare 5.12.2 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Prepare 5.12.2
Sep 7 2019, 2:14 PM

Sep 6 2019

jukivili added a comment to T4460: libgcrypt performance TODOs.

Poly1305 addition helper for ppc64 posted on mailing list: https://lists.gnupg.org/pipermail/gcrypt-devel/2019-September/004804.html

Sep 6 2019, 9:50 PM · libgcrypt
jukivili updated the task description for T4460: libgcrypt performance TODOs.
Sep 6 2019, 9:49 PM · libgcrypt
werner closed T2203: gpgconf fail to start gpg-agent as Invalid.

This seems to be closely related to T4319 and due to to some, ahem, interesting configuration.

Sep 6 2019, 5:25 PM · Not A Bug
werner committed rGe825aea2ba35: gpg: expand GPG groups when resolving a key (authored by smueller_chronox.de).
gpg: expand GPG groups when resolving a key
Sep 6 2019, 5:17 PM
werner committed rGde57b5bf91d6: gpg: Make --quiet work on --send-keys. (authored by werner).
gpg: Make --quiet work on --send-keys.
Sep 6 2019, 4:50 PM
werner committed rGd9c4c3776b8e: gpg: Make --quiet work on --send-keys. (authored by werner).
gpg: Make --quiet work on --send-keys.
Sep 6 2019, 4:49 PM
werner created T4697: Release Scute 1.6.0.
Sep 6 2019, 11:49 AM · Release Info, scute
werner added a comment to T4695: Remove SERIALNO as an identifier to select keys.

BTW: I have the problem that I want to know the keys of all cards. "getinfo card_list" along with --demand can be used for this. gpg-card works this way. It does not work if plug in addtional cards becuase card_list shows only the cards for which a SERIALNO command has been used. A new feature to scan the buses for all readers and cards would be quite useful.

Sep 6 2019, 10:40 AM · Restricted Project, Feature Request, gnupg
gniibe added a comment to T4695: Remove SERIALNO as an identifier to select keys.

Still there are two places where we use "SCD serialno --demand <SERIALNO>". One is g10/skclist.c where we list available keys, another is the funciton card_key_available in agent/command-ssh.c .

Sep 6 2019, 1:41 AM · Restricted Project, Feature Request, gnupg
gniibe lowered the priority of T4695: Remove SERIALNO as an identifier to select keys from Unbreak Now! to High.
Sep 6 2019, 1:37 AM · Restricted Project, Feature Request, gnupg
gniibe added a comment to T4695: Remove SERIALNO as an identifier to select keys.

By the change of rG9f39e0167d06: agent: Fix ask_for_card to allow a key on multiple cards., the SERIALNO in the stub is just an auxiliary information, not identifying the card. Now, it is the keygrip for key to identify/select the card.

Sep 6 2019, 1:37 AM · Restricted Project, Feature Request, gnupg

Sep 5 2019

werner committed rG209caaff66fb: gpg: Prepare parser for the new attestation certificates. (authored by werner).
gpg: Prepare parser for the new attestation certificates.
Sep 5 2019, 9:28 PM
werner committed rGe1d9be730ca0: gpg: Rework the signature subpacket iteration function. (authored by werner).
gpg: Rework the signature subpacket iteration function.
Sep 5 2019, 9:28 PM
werner claimed T4694: manage first-party attestations.

Thanks for the detailed implemention plan. For the include-historic et al things it might be better to make use of the filter-syntax. I am not sure what is bets but that get clearer during coding. First step will be to add a parser and to silence 2.2 about this. I can imagine to later backport some basic functionality to 2.2

Sep 5 2019, 6:33 PM · Keyserver, Feature Request
werner committed rS8a66cf00a91a: Minor NEWS update (authored by werner).
Minor NEWS update
Sep 5 2019, 6:15 PM
werner committed rS2ad9d5d618e1: Fix for recent change in APPTYPE value of scdaemon (authored by werner).
Fix for recent change in APPTYPE value of scdaemon
Sep 5 2019, 6:15 PM