Page MenuHome GnuPG
Feed All Stories

Nov 5 2021

ikloecker committed rLIBKLEOcc28dad68e99: Put ui headers next to corresponding ui cpp files and sort all lists (authored by ikloecker).
Put ui headers next to corresponding ui cpp files and sort all lists
Nov 5 2021, 10:28 AM
ikloecker committed rLIBKLEO6b7a986ad550: Skip any config options beyond "invisible" level (authored by ikloecker).
Skip any config options beyond "invisible" level
Nov 5 2021, 10:28 AM
ikloecker committed rLIBKLEO66bd5175f280: Explicitly exclude deprecated gpg/keyserver option from config UI (authored by ikloecker).
Explicitly exclude deprecated gpg/keyserver option from config UI
Nov 5 2021, 10:28 AM
ikloecker committed rLIBKLEOe684b2e9f1fe: Do not show empty groups in GnuPG System configuration (authored by ikloecker).
Do not show empty groups in GnuPG System configuration
Nov 5 2021, 10:28 AM
ikloecker committed rLIBKLEO7b1fa6ef4297: Skip any config options beyond expert level (authored by ikloecker).
Skip any config options beyond expert level
Nov 5 2021, 10:28 AM
ikloecker added a comment to T5638: Make Kleopatra group configuration exportable.

Yes, no, maybe. :-) Thanks for asking!

Nov 5 2021, 10:14 AM · Restricted Project, Feature Request, kleopatra
gniibe committed rC976673425784: doc: Reference the new FIPS 140-3 (authored by Jakuje).
doc: Reference the new FIPS 140-3
Nov 5 2021, 7:45 AM
gniibe added a comment to T5636: Run integrity checks + selftests from library constructor in FIPS.

Firstly, applied uncontroversial part in rC976673425784: doc: Reference the new FIPS 140-3

Nov 5 2021, 7:23 AM · FIPS, libgcrypt, Bug Report
Laurent Montel <montel@kde.org> committed rLIBKLEO68178cdb09df: GIT_SILENT: prepare 5.19.0 beta1 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare 5.19.0 beta1
Nov 5 2021, 7:02 AM
gniibe added a comment to D540: Adding poll/ppoll to NPTH.

I use unsigned long instead of nfds_t, so that a user doesn't need to include <poll.h> when he doesn't use poll/ppoll API.

Nov 5 2021, 6:22 AM
gniibe requested review of D540: Adding poll/ppoll to NPTH.
Nov 5 2021, 6:21 AM
gniibe added a comment to D539: Using poll instead, removing use of select for POSIX system.

Don't apply tests/gpg/t-support.h, it's only for testing this patch.
When test, before running 'make check' please do:

Nov 5 2021, 3:26 AM
gniibe updated the diff for D539: Using poll instead, removing use of select for POSIX system.

Update to include the change of tests.
Also include a change for tests/gpg/t-support.h to run tests under artificial environment.

Nov 5 2021, 3:25 AM
Beauregardo added a comment to T5678: Request to have key algorithms named in "list-packets" rather than emitting an algorithm ID.

I have been using pgpdump for a long time, but it is out of date with regards to ECC. I have looked at its source code but would rather spend my time on my own code.

Nov 5 2021, 1:32 AM · Feature Request

Nov 4 2021

Laurent Montel <montel@kde.org> committed rLIBKLEO142d0238a2e2: Allow to show header in qtc6 (authored by Laurent Montel <montel@kde.org>).
Allow to show header in qtc6
Nov 4 2021, 8:37 PM
werner added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

Please no new levels. And also consider the problems with global config files, conditionals and values taking from the registry. We can't simply do everything in the GUI - it would get too complex and we end up supporting the supportive config dialogs. Maybe a syntax checking editor would eventually be better.

Nov 4 2021, 5:37 PM · Restricted Project, kleopatra, Feature Request
werner triaged T5678: Request to have key algorithms named in "list-packets" rather than emitting an algorithm ID as Low priority.

OpenPGP folks now the algo number by heart ;-)

Nov 4 2021, 5:29 PM · Feature Request
werner closed T5679: Incorrectly aligned text for print-md and print-mds (echoed, piped text only) as Resolved.
Nov 4 2021, 5:27 PM · Bug Report
werner added a comment to T5679: Incorrectly aligned text for print-md and print-mds (echoed, piped text only).

Fixed and tested on Linux. Thanks.

Nov 4 2021, 5:27 PM · Bug Report
werner committed rGd9deac779190: gpg: Fix indentation of --print-mds and --print-md sha512. (authored by werner).
gpg: Fix indentation of --print-mds and --print-md sha512.
Nov 4 2021, 5:27 PM
werner committed rGfa738173f9d8: gpgconf: New command --show-configs. (authored by werner).
gpgconf: New command --show-configs.
Nov 4 2021, 4:37 PM
werner committed rGc36f9917bbdd: scd: Add new OpenPGP card vendor. (authored by werner).
scd: Add new OpenPGP card vendor.
Nov 4 2021, 4:37 PM
Heino created T5679: Incorrectly aligned text for print-md and print-mds (echoed, piped text only).
Nov 4 2021, 4:11 PM · Bug Report
aheinecke added a comment to T5638: Make Kleopatra group configuration exportable.

How would you handle a combination of X509 Certificates and PGP Certificates in that case? Wouldn't that require two files?

Nov 4 2021, 3:51 PM · Restricted Project, Feature Request, kleopatra
ikloecker added a comment to T5675: Kleopatra 3.1.16 / Keyservers related functions are not working.

I suppose you have rebooted the PC after installing GnuPG 2.3.32. Just to make sure. And double check that there is only one dirmngr.exe with version 2.2.32 installed on your system.

Nov 4 2021, 2:45 PM · Keyserver, kleopatra, Bug Report
ikloecker added a comment to T5638: Make Kleopatra group configuration exportable.

I was planning to export the certificates in the usual textual formats (.asc, .pem) with the information about the groups added as armor headers for OpenPGP and explanatory text for CMS. This would allow the certificates to be imported with any software supporting OpenPGP or X.509 certificates. When importing certificates Kleopatra simply looks for the additional group information and adds/updates the groups (probably after asking the user).

Nov 4 2021, 2:37 PM · Restricted Project, Feature Request, kleopatra
ikloecker triaged T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog as Normal priority.
Nov 4 2021, 12:11 PM · Restricted Project, kleopatra, Feature Request
ikloecker abandoned D538: gpgconf: Make gpg/keyserver option available again.

Has been merged into master.

Nov 4 2021, 12:09 PM · gnupg (gpg23)
ikloecker closed T5462: gpgconf: Make gpg/keyserver option available again as Resolved.
Nov 4 2021, 12:07 PM · gnupg (gpg23), Restricted Project
ikloecker closed T5462: gpgconf: Make gpg/keyserver option available again, a subtask of T5461: Kleopatra: Does not change OpenPGP keyserver configured in gpg.conf, as Resolved.
Nov 4 2021, 12:07 PM · Restricted Project, kleopatra, Bug Report
ikloecker committed rG0a7d772a5c43: gpgconf: Allow changing gpg's deprecated keyserver option (authored by ikloecker).
gpgconf: Allow changing gpg's deprecated keyserver option
Nov 4 2021, 12:03 PM
HannesESS changed the status of T5675: Kleopatra 3.1.16 / Keyservers related functions are not working from Duplicate to Wontfix.

I did a complete reinstall after cleaning out the complete system incl. registry.
No change in behavior of Gpg4win.

Nov 4 2021, 11:49 AM · Keyserver, kleopatra, Bug Report
Beauregardo created T5678: Request to have key algorithms named in "list-packets" rather than emitting an algorithm ID.
Nov 4 2021, 11:35 AM · Feature Request
ikloecker added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

Regarding the level "internal" I just remembered that gpgconf doesn't list "internal" options. Given that didn't find any internal options that could probably be changed. Or we add yet another level. Or, all invisible options, that shall be offered to users are promoted (or demoted?) from "invisible" to "expert" level.

Nov 4 2021, 9:48 AM · Restricted Project, kleopatra, Feature Request
aheinecke added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

Okay, but then we need a new level for those options that really must not be shown in a UI, but that still need to be accessible via gpgconf. In fact, there is the level "internal" which does not yet seem to be used for any options, but that seems suitable at least for the deprecated gpg/keyserver option.

Nov 4 2021, 9:32 AM · Restricted Project, kleopatra, Feature Request
ikloecker added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

Okay, but then we need a new level for those options that really must not be shown in a UI, but that still need to be accessible via gpgconf. In fact, there is the level "internal" which does not yet seem to be used for any options, but that seems suitable at least for the deprecated gpg/keyserver option.

Nov 4 2021, 9:22 AM · Restricted Project, kleopatra, Feature Request
aheinecke added a comment to T5638: Make Kleopatra group configuration exportable.

While we should have an explicit Import setting I would also like to have a file extension like "kgrp" for key group, cgrp for certificate group is already used by another software.
So that we can register this with a file handler in windows so that such files can get an icon and a double click handler.

Nov 4 2021, 9:15 AM · Restricted Project, Feature Request, kleopatra
aheinecke added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

I had explicitly added these options because for me the whole "GnuPG System" is an expert level configuration. I would rather move the very important options like the agent timeout settings out of this and then maybe show an info when the user first selects those settings that changing options here could lead to errors in operation.

Nov 4 2021, 9:10 AM · Restricted Project, kleopatra, Feature Request
ikloecker added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

:-) I thought about such a setting, but at first I want to exclude invisible options from Kleopatra's UI.

Nov 4 2021, 8:40 AM · Restricted Project, kleopatra, Feature Request
ikloecker added a comment to D538: gpgconf: Make gpg/keyserver option available again.
In D538#5324, @werner wrote:

Having it invisible is okay for me. But we should not support the keyserver option in gpg.conf via Kleopatra anymore. This option needs to be faded out.

Nov 4 2021, 8:36 AM · gnupg (gpg23)
werner accepted D537: scd: Add new Openpgp card vendor name..

Sorry, I obviously forgot to add this vendor.

Nov 4 2021, 8:07 AM
werner added a comment to D538: gpgconf: Make gpg/keyserver option available again.

Having it invisible is okay for me. But we should not support the keyserver option in gpg.conf via Kleopatra anymore. This option needs to be faded out. Actually there are more problems in 2.2 here: In particular the global options are not manageable by a gpgconf. Thus there is no guarantee that the keyserver option actually shows the correct value if global options are used.

Nov 4 2021, 8:00 AM · gnupg (gpg23)
werner added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

FWIW, GPA has a setting where you can select at which level options are shown (but not invisible). IIRC we had the same in Kleopatra but it has been removed.

Nov 4 2021, 7:52 AM · Restricted Project, kleopatra, Feature Request
gniibe added a comment to T2385: support more than 1024 fds..

For libgcrypt, it was fixed in: T5637: Use poll for libgcrypt (support more than 1024 fds)

Nov 4 2021, 3:54 AM · gpgrt, Feature Request, gpgme
gniibe requested review of D539: Using poll instead, removing use of select for POSIX system.
Nov 4 2021, 3:50 AM
gniibe changed the status of T5637: Use poll for libgcrypt (support more than 1024 fds), a subtask of T2385: support more than 1024 fds., from Open to Testing.
Nov 4 2021, 1:43 AM · gpgrt, Feature Request, gpgme
gniibe changed the status of T5637: Use poll for libgcrypt (support more than 1024 fds) from Open to Testing.
Nov 4 2021, 1:43 AM · libgcrypt, Feature Request
gniibe committed rE61843dace32f: estream: Only include sys/select.h when needed. (authored by gniibe).
estream: Only include sys/select.h when needed.
Nov 4 2021, 1:41 AM

Nov 3 2021

HannesESS added a comment to T5675: Kleopatra 3.1.16 / Keyservers related functions are not working.

THX for the quick reply Ingo...

Nov 3 2021, 5:48 PM · Keyserver, kleopatra, Bug Report
ikloecker created T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.
Nov 3 2021, 3:40 PM · Restricted Project, kleopatra, Feature Request
werner committed rD5abd69a5e1ee: swdb: Libgpg-error 1.43 (authored by werner).
swdb: Libgpg-error 1.43
Nov 3 2021, 3:29 PM
ikloecker added a comment to D538: gpgconf: Make gpg/keyserver option available again.

Pushed to branch ikloecker/t5462 for easier integration as rG0a7d772a5c43: gpgconf: Allow changing gpg's deprecated keyserver option.

Nov 3 2021, 3:28 PM · gnupg (gpg23)
ikloecker added a task to D538: gpgconf: Make gpg/keyserver option available again: T5462: gpgconf: Make gpg/keyserver option available again.
Nov 3 2021, 3:24 PM · gnupg (gpg23)
ikloecker added a revision to T5462: gpgconf: Make gpg/keyserver option available again: D538: gpgconf: Make gpg/keyserver option available again.
Nov 3 2021, 3:24 PM · gnupg (gpg23), Restricted Project
ikloecker requested review of D538: gpgconf: Make gpg/keyserver option available again.
Nov 3 2021, 3:24 PM · gnupg (gpg23)
werner closed T5495: libgpg-error: build failure without threads as Resolved.
Nov 3 2021, 3:17 PM · Bug Report
werner closed T5595: gpgrt-config doesn't work well with PKG_CONFIG_LIBDIR="" and setting PKG_CONFIG_PATH as Resolved.
Nov 3 2021, 3:17 PM · gpgrt
werner closed T5610: macOS 11 or newer support: Update libtool as Resolved.
Nov 3 2021, 3:16 PM · gpgme, MacOS, ntbtls, npth, libksba, libassuan, libgcrypt, gpgrt
werner closed T5352: Release libgpg-error 1.43 as Resolved.
Nov 3 2021, 3:16 PM · gpgrt, Release Info
werner committed rEcb81007c5033: Post-release updates (authored by werner).
Post-release updates
Nov 3 2021, 3:12 PM
werner committed rEd7fb04832a71: Release 1.43 (authored by werner).
Release 1.43
Nov 3 2021, 3:12 PM
werner triaged T5676: Release Libgpg-error 1.44 as Low priority.
Nov 3 2021, 3:10 PM · Release Info, gpgrt
Jakuje added a comment to T5523: jitter entropy RNG update.

If I read it right, the version 3.1.0 adds the pthread requirement. Using 3.0.2 should be fine for us.

Nov 3 2021, 2:39 PM · FIPS, libgcrypt
werner committed rE0a5ce304fd98: po: Auto-update (authored by werner).
po: Auto-update
Nov 3 2021, 2:03 PM
werner committed rE6da44ed64fd9: po: Update Czech translation (authored by petr_p).
po: Update Czech translation
Nov 3 2021, 2:03 PM
werner committed rE983a1b491ea6: po: Update Russian translation. (authored by Ineiev <ineiev@gnu.org>).
po: Update Russian translation.
Nov 3 2021, 2:03 PM
werner committed rE62755bcd302e: argparse: Add more system variables. (authored by werner).
argparse: Add more system variables.
Nov 3 2021, 2:03 PM
ikloecker added a comment to T5675: Kleopatra 3.1.16 / Keyservers related functions are not working.

Install GnuPG 2.2.32 on top of Gpg4win 3.1.16 to fix the problem.

Nov 3 2021, 1:55 PM · Keyserver, kleopatra, Bug Report
ikloecker merged task T5675: Kleopatra 3.1.16 / Keyservers related functions are not working into T5639: dirmngr uses the wrong Let's encrypt chain.
Nov 3 2021, 1:53 PM · Keyserver, kleopatra, Bug Report
ikloecker merged T5675: Kleopatra 3.1.16 / Keyservers related functions are not working into T5639: dirmngr uses the wrong Let's encrypt chain.
Nov 3 2021, 1:53 PM · gnupg (gpg22), dirmngr
Zary added a reviewer for D537: scd: Add new Openpgp card vendor name.: werner.
Nov 3 2021, 1:39 PM
Zary requested review of D537: scd: Add new Openpgp card vendor name..
Nov 3 2021, 1:38 PM
HannesESS created T5675: Kleopatra 3.1.16 / Keyservers related functions are not working.
Nov 3 2021, 12:19 PM · Keyserver, kleopatra, Bug Report
ikloecker changed the status of T5624: Prefill the search on server entry field in Kleopatra from Open to Testing.
Nov 3 2021, 11:30 AM · Restricted Project, kleopatra, Feature Request
ikloecker committed rKLEOPATRA153694993e6d: Prefill external certificate lookup with local filter string (authored by ikloecker).
Prefill external certificate lookup with local filter string
Nov 3 2021, 11:21 AM
ikloecker moved T5624: Prefill the search on server entry field in Kleopatra from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 3 2021, 11:19 AM · Restricted Project, kleopatra, Feature Request
ikloecker claimed T5624: Prefill the search on server entry field in Kleopatra.
Nov 3 2021, 11:19 AM · Restricted Project, kleopatra, Feature Request
ikloecker placed T5362: Kleopatra: Add warning in compliance mode if gnupg version is not compliant up for grabs.
Nov 3 2021, 9:50 AM · Restricted Project, kleopatra
ikloecker placed T5653: de-vs and GnuPG 2.3.3 error up for grabs.
Nov 3 2021, 9:50 AM · Restricted Project, gnupg (gpg23), kleopatra
ikloecker changed the status of T5666: Create dropdown box for the reader-port option., a subtask of T5662: Kleopatra: Show a list of detected card readers, from Open to Testing.
Nov 3 2021, 9:50 AM · Restricted Project, kleopatra, Feature Request
ikloecker changed the status of T5666: Create dropdown box for the reader-port option. from Open to Testing.
Nov 3 2021, 9:50 AM · Restricted Project, kleopatra, Feature Request
ikloecker added a comment to T5666: Create dropdown box for the reader-port option..

Configuration dialog with reader-port drop down:

Nov 3 2021, 9:28 AM · Restricted Project, kleopatra, Feature Request

Nov 2 2021

werner committed rG006131f6289c: common: Support MYPROC_SELF_EXE for Solaris (authored by werner).
common: Support MYPROC_SELF_EXE for Solaris
Nov 2 2021, 9:26 PM
werner committed rG6c5765907a6e: build: Let the release target also sign the wixlib. (authored by werner).
build: Let the release target also sign the wixlib.
Nov 2 2021, 9:26 PM
werner committed rGbcd8f0239dfc: common: Silence warning from unix_rootdir on systems w/o /proc (authored by werner).
common: Silence warning from unix_rootdir on systems w/o /proc
Nov 2 2021, 9:26 PM
werner committed rG947fedf0e7d9: common: Respect gpgconf.ctl when looking up translations (authored by ikloecker).
common: Respect gpgconf.ctl when looking up translations
Nov 2 2021, 9:26 PM
werner committed rG49d589c409cc: common: Support gpgconf.ctl also for BSDs. (authored by werner).
common: Support gpgconf.ctl also for BSDs.
Nov 2 2021, 9:26 PM
werner committed rG3828dd7a4067: common: Add keyword sysconfdir to the optional gpgconf.ctl file. (authored by werner).
common: Add keyword sysconfdir to the optional gpgconf.ctl file.
Nov 2 2021, 9:26 PM
werner committed rG82328165cf4b: common: Support a gpgconf.ctl file under Unix. (authored by werner).
common: Support a gpgconf.ctl file under Unix.
Nov 2 2021, 9:26 PM
werner committed rGa756a61f19ce: common,w32: Do not always print "Garbled console data" warning. (authored by werner).
common,w32: Do not always print "Garbled console data" warning.
Nov 2 2021, 9:26 PM
werner committed rGf0162afb6b6f: common: New function substitute_envvars. (authored by werner).
common: New function substitute_envvars.
Nov 2 2021, 9:26 PM
werner committed rG152f0281552f: dns: Make reading resolv.conf more robust. (authored by gniibe).
dns: Make reading resolv.conf more robust.
Nov 2 2021, 9:26 PM
Jakuje added a comment to T5636: Run integrity checks + selftests from library constructor in FIPS.

The most of the stuff about boot blocking was discussed in the bug https://bugzilla.redhat.com/show_bug.cgi?id=1569393 (private). There were some bugs in our patches, but also some issue in the kernel that locked the boot process (in FIPS mode).

Nov 2 2021, 9:12 PM · FIPS, libgcrypt, Bug Report
bluca added a comment to T5674: Place dirmngr.service and gpg-agent.service in session.slice.

Given it's just in the examples folder it seems strange to remove it, given it doesn't hurt those who don't want to use it, but it's obviously useful to those who want to. But even then, until it's there, why not fix these 2 lines? It's just a config item that will work everywhere

Nov 2 2021, 12:39 PM · Feature Request
werner added a comment to T1621: Support multiple cards (not just readers).

Tehre has never been an option "shared-access" in GnuPG. At least not in upstream. In general we suggest the use of the interal ccid driver, but if you want PC/SC you need to use disable-ccid-driver. This is because 2.3 does not feature an automatic fallback to PC/SC anymore. Using pcsc-shared with OpenPGP cards can lead to surprising effects. You may want to try Scute as PCKSC#11 access module.

Nov 2 2021, 8:54 AM · gnupg, Feature Request
werner closed T5674: Place dirmngr.service and gpg-agent.service in session.slice as Wontfix.

Actually we do not really support the systemd thing and it is likeley that the support in GnuPG will eventually be removed again. You may want to contact the Debian maintainer, who took responsibility for all systemd things.

Nov 2 2021, 8:48 AM · Feature Request
gniibe committed rG49f7fcb90b5d: scd: Simplify the loop of DEVINFO. (authored by gniibe).
scd: Simplify the loop of DEVINFO.
Nov 2 2021, 6:11 AM

Nov 1 2021

gniibe claimed T5665: libgcrypt : Restrict message digest use for FIPS 140-3.
Nov 1 2021, 6:59 AM · FIPS, Bug Report, libgcrypt
gniibe added a comment to T5665: libgcrypt : Restrict message digest use for FIPS 140-3.

Check for FIPS has been added. (1) and (2) were solved.

Nov 1 2021, 6:59 AM · FIPS, Bug Report, libgcrypt
gniibe committed rCcfd1dd6a838f: cipher:md: Check digest algo is supported when FIPS enabled. (authored by gniibe).
cipher:md: Check digest algo is supported when FIPS enabled.
Nov 1 2021, 6:59 AM