Page MenuHome GnuPG
Feed Advanced Search

Dec 7 2021

ikloecker added a comment to T5718: Provide list of supported/compliant key algorithms.

Hmm,

$ gpg --with-colons --list-config curve
cfg:curve:cv25519;ed25519;cv448;ed448;nistp256;nistp384;nistp521;brainpoolP256r1;brainpoolP384r1;brainpoolP512r1;secp256k1

How would Kleopatra know that cv* is for encryption, ed* is for signing, and all other curves are for both uses? Or are the cv/ed prefixes a (de facto) standard?

Dec 7 2021, 9:37 AM · gnupg24, gnupg (gpg23), Feature Request
werner added a comment to T5718: Provide list of supported/compliant key algorithms.

You may run

Dec 7 2021, 7:40 AM · gnupg24, gnupg (gpg23), Feature Request
gniibe added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

We have tests in gniibe/new-pk-api, which can be backported.

  • t-dsa
  • t-ecdsa
  • t-rsa-pss
  • t-rsa-15
Dec 7 2021, 6:02 AM · FIPS, libgcrypt, Feature Request
gniibe added a comment to T5512: Implement service indicators.

Thank you, applied.

Dec 7 2021, 3:37 AM · Feature Request, FIPS, libgcrypt

Dec 6 2021

ikloecker placed T5592: AppImage of Kleopatra up for grabs.
Dec 6 2021, 4:23 PM · Restricted Project, kleopatra, Feature Request
dannytsen added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Thanks jukivili for the review.

Dec 6 2021, 3:37 PM · patch, ppc, libgcrypt, Feature Request
Jakuje added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

I have just a note about this issue, that it would be helpful to exercise this new API in some tests. Right now, only the old API is tested.

Dec 6 2021, 12:38 PM · FIPS, libgcrypt, Feature Request
Jakuje added a comment to T5512: Implement service indicators.

It turns out that the asymmetric key operations are not yet properly enforced with the .disabled flag. While the other key crypto usually has some "open" api, where this can be simply captured, the pubkey API has several entry points and the "test_algo" is not enough to check for disabled key types.

Dec 6 2021, 11:56 AM · Feature Request, FIPS, libgcrypt
ikloecker changed the status of T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog from Open to Testing.
Dec 6 2021, 11:18 AM · Feature Request, kleopatra, Restricted Project
ikloecker created T5718: Provide list of supported/compliant key algorithms.
Dec 6 2021, 10:04 AM · gnupg24, gnupg (gpg23), Feature Request
ikloecker added a comment to T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog.

Just to be correct: Kleopatra takes the default key algorithm from gpg's default_pubkey_algo pseudo option. (Technically, this pseudo option probably uses gpg's --default-new-key-algo option, but only if the latter is set.)

Dec 6 2021, 9:56 AM · Feature Request, kleopatra, Restricted Project
ikloecker claimed T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog.
Dec 6 2021, 9:45 AM · Feature Request, kleopatra, Restricted Project
gniibe closed T5644: Heuristic for default reader detection as Resolved.
Dec 6 2021, 12:57 AM · Restricted Project, Feature Request, gnupg (gpg22)

Dec 4 2021

jukivili added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Thanks, however I didn't see your email on mailing-list. Maybe the email got stuck on the way.

Dec 4 2021, 12:46 PM · patch, ppc, libgcrypt, Feature Request

Dec 3 2021

werner triaged T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog as Normal priority.
Dec 3 2021, 12:44 PM · Feature Request, kleopatra, Restricted Project

Dec 2 2021

dannytsen added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

I sent a copy to gcrypt-devel@gnupg.org. Hope this is the right process. Thanks.

Dec 2 2021, 5:47 PM · patch, ppc, libgcrypt, Feature Request
jukivili added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Please read doc/HACKING carefully on the process of sending DCO the right way.

Dec 2 2021, 5:31 PM · patch, ppc, libgcrypt, Feature Request
gniibe added a comment to T5512: Implement service indicators.

For the part 1, I created: T5710: FIPS: disable DSA for FIPS

Dec 2 2021, 1:16 AM · Feature Request, FIPS, libgcrypt

Dec 1 2021

gniibe added a comment to T5512: Implement service indicators.

Also, applied the part 2, improving basic.c.

Dec 1 2021, 6:46 AM · Feature Request, FIPS, libgcrypt
gniibe added a comment to T5512: Implement service indicators.

Applied the part 3, the 3DES is no-FIPS patch.

Dec 1 2021, 6:19 AM · Feature Request, FIPS, libgcrypt

Nov 30 2021

gniibe moved T5512: Implement service indicators from Backlog to Next on the FIPS board.
Nov 30 2021, 11:06 AM · Feature Request, FIPS, libgcrypt
gniibe added a comment to T5512: Implement service indicators.

Applied the part 4, the indicator patch.

Nov 30 2021, 10:54 AM · Feature Request, FIPS, libgcrypt

Nov 29 2021

gniibe added a comment to T5702: Display prompt to user when YubiKey is waiting for touch confirmation.

When the device-side feature was proposed, I had suggested to extend the protocol so that host side can know device side requires user interaction and prompt a user. But... the result was "it can be done with device side only".

Nov 29 2021, 1:50 AM · patch, Feature Request

Nov 26 2021

Jakuje added a comment to T5512: Implement service indicators.

I do not like the idea of using the get_config interface for this. It should be easily usable by applications to check for single cipher/mode so int/bool return values would be preferred against the string ones (which are now used in the get_config). I am not sure if getting all the configuration in one string blob would be any use (except for some auditing) either.

Nov 26 2021, 12:22 PM · Feature Request, FIPS, libgcrypt

Nov 25 2021

gniibe added a project to T5637: Use poll for libgcrypt (support more than 1024 fds): Restricted Project.
Nov 25 2021, 3:31 AM · libgcrypt, Feature Request
gniibe claimed T2385: support more than 1024 fds..
Nov 25 2021, 3:29 AM · gpgrt, Feature Request, gpgme
gniibe added a project to T2385: support more than 1024 fds.: Restricted Project.
Nov 25 2021, 3:29 AM · gpgrt, Feature Request, gpgme

Nov 23 2021

joelnordell added a comment to T5702: Display prompt to user when YubiKey is waiting for touch confirmation.

Thanks @ikloecker - I'll rebase to the original repo and send it to the email list.

Nov 23 2021, 4:36 PM · patch, Feature Request
ikloecker added a comment to T5702: Display prompt to user when YubiKey is waiting for touch confirmation.

And you may want to read the section "Sending patches" of https://dev.gnupg.org/source/gnupg/browse/master/doc/HACKING.

Nov 23 2021, 4:08 PM · patch, Feature Request
dannytsen added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Hi Werner, Here is the DCO. Thanks.

Nov 23 2021, 3:51 PM · patch, ppc, libgcrypt, Feature Request
werner changed the status of T5644: Heuristic for default reader detection from Open to Testing.
Nov 23 2021, 1:28 PM · Restricted Project, Feature Request, gnupg (gpg22)
werner triaged T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le as Normal priority.

FWIW: We need a DCO; see doc/HACKING.

Nov 23 2021, 9:06 AM · patch, ppc, libgcrypt, Feature Request
werner changed the status of T5598: AppImage of gpg from Open to Testing.
Nov 23 2021, 9:03 AM · AppImage, gnupg, Restricted Project, Feature Request
werner changed the status of T5598: AppImage of gpg, a subtask of T5592: AppImage of Kleopatra, from Open to Testing.
Nov 23 2021, 9:03 AM · Restricted Project, kleopatra, Feature Request
werner added a comment to T5598: AppImage of gpg.

No, too much release work. Better just one AppImage. Or well one VSD (based on 2.2) and one regular (based on 2.3)

Nov 23 2021, 9:02 AM · AppImage, gnupg, Restricted Project, Feature Request
ikloecker added a comment to T5702: Display prompt to user when YubiKey is waiting for touch confirmation.

Just a quick comment regarding GitHub: This mirror of the gpg repo hasn't been updated since many months. Please get the sources of gpg directly from the original source: git://git.gnupg.org/gnupg.git. See https://gnupg.org/download/git.html

Nov 23 2021, 8:28 AM · patch, Feature Request

Nov 22 2021

joelnordell created T5702: Display prompt to user when YubiKey is waiting for touch confirmation.
Nov 22 2021, 11:32 PM · patch, Feature Request
ikloecker placed T5598: AppImage of gpg up for grabs.

Not sure if we want a separate AppImage for gpg & Co. Setting priority to "Needs Triage".

Nov 22 2021, 11:40 AM · AppImage, gnupg, Restricted Project, Feature Request
ikloecker changed the status of T5592: AppImage of Kleopatra from Open to Testing.
Nov 22 2021, 11:36 AM · Restricted Project, kleopatra, Feature Request
gniibe removed a project from T5637: Use poll for libgcrypt (support more than 1024 fds): gpgme.
Nov 22 2021, 6:21 AM · libgcrypt, Feature Request
gniibe edited projects for T5637: Use poll for libgcrypt (support more than 1024 fds), added: libgcrypt; removed gpgrt.
Nov 22 2021, 6:20 AM · libgcrypt, Feature Request

Nov 19 2021

dannytsen added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Files added and changed.

Nov 19 2021, 9:02 PM · patch, ppc, libgcrypt, Feature Request
dannytsen added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

The implementation is for Power 10 and above. The improvement is as follow for AES128,

Nov 19 2021, 8:46 PM · patch, ppc, libgcrypt, Feature Request
dannytsen updated the task description for T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.
Nov 19 2021, 8:41 PM · patch, ppc, libgcrypt, Feature Request
dannytsen created T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.
Nov 19 2021, 8:40 PM · patch, ppc, libgcrypt, Feature Request

Nov 18 2021

ikloecker added a comment to T5638: Make Kleopatra group configuration exportable.

Actually, I have already implemented 1, 2, and 3. For now, I will disallow exporting multiple groups at the same time.

Nov 18 2021, 9:55 AM · Restricted Project, Feature Request, kleopatra

Nov 17 2021

kwinz added a comment to T1621: Support multiple cards (not just readers).

@werner That is not helpful. I tried 4 or 5 different readers. And the Reiner SCT cyberjack is the one that works best out of all of them on both Windows and Linux.

Nov 17 2021, 11:03 PM · gnupg, Feature Request
werner added a comment to T5638: Make Kleopatra group configuration exportable.

Your item "2. Allow exporting multiple groups at the same time." is not really important. If you want to do that, please make sure that each group is exported to a separate file.

Nov 17 2021, 6:33 PM · Restricted Project, Feature Request, kleopatra
ikloecker added a comment to T5638: Make Kleopatra group configuration exportable.

Importing exported certificate group files from the file manager now also works, at least on XDG-compatible systems. I have also made sure that the application-certificate icon is used for those files in the Breeze icon theme.

Nov 17 2021, 3:47 PM · Restricted Project, Feature Request, kleopatra
ikloecker changed the status of T5638: Make Kleopatra group configuration exportable from Open to Testing.

Ready for testing

Nov 17 2021, 12:27 PM · Restricted Project, Feature Request, kleopatra

Nov 16 2021

werner added a comment to T5512: Implement service indicators.

We could use a new mode #define GCRY_GET_CONFIG_FIPS 1 with gcry_get_config:

Nov 16 2021, 1:21 PM · Feature Request, FIPS, libgcrypt
Jakuje added a comment to T5512: Implement service indicators.

With just implicit indicators, we would have to block all non-approved cipher modes and kdfs including the OCB mode and skcrypt, which would probably make gnupg2 unusable in FIPS mode, which is not our intention.

Nov 16 2021, 1:10 PM · Feature Request, FIPS, libgcrypt

Nov 15 2021

werner triaged T5686: GitHub mirror out of date as Normal priority.
Nov 15 2021, 7:43 AM · Feature Request, dev.gnupg.org

Nov 12 2021

werner added a comment to T1621: Support multiple cards (not just readers).

Do not user Reiner SCT those readers are all buggy and work only on Windows - if at all. Stay away from them and get a real reader and not the incompatible broken stuff from that company. I spent way too much time trying to get those readers working. That time is better invested in support for hardware which is standard compatible or are helpful to get stuff running.

Nov 12 2021, 12:36 PM · gnupg, Feature Request
kwinz added a comment to T1621: Support multiple cards (not just readers).

Some more info: OpenVPN does not care about the second reader only gnupg agent is sensitive to what is present when it is started. So a workaround that I just found is to disable the Virtual Smartcard reader first so that only the ReinerSCT smartcard reader with an OpenPGP V3.4 card is present. Make sure to open an SSH connection. Then reconnect the second reader. And reconnect to VPN. After the PIN for the OpenPGP V3.4 card is already cached and a connection to the card established I can also open more SSH connections with the second reader attached and disconnect and reconnect the VPN as I want.
Even removing the smartcard from the ReinerSCT reader and plugging it back in works and I can still authenticate with new SSH tunnels and both readers present. So it seems it is actually only important which readers are present when the agent connects for the first time.
So this is a practical woraround. Although disabling the TPM backed reader temporarily needs Admin rights and is really janky.

Nov 12 2021, 10:41 AM · gnupg, Feature Request
kwinz added a comment to T1621: Support multiple cards (not just readers).

I am on Windows 10 21H1 and I using gnupg-w32-2.3.3_20211012 from here [1]
Together with win-gpg-agent, which extends gnupg to play nicely with Windows sockets. [2]

Nov 12 2021, 10:23 AM · gnupg, Feature Request
gniibe added a project to T5644: Heuristic for default reader detection: Restricted Project.
Nov 12 2021, 5:50 AM · Restricted Project, Feature Request, gnupg (gpg22)

Nov 11 2021

ikloecker added a comment to T5638: Make Kleopatra group configuration exportable.

A first version has landed.

Nov 11 2021, 4:35 PM · Restricted Project, Feature Request, kleopatra

Nov 10 2021

ikloecker added a comment to T5598: AppImage of gpg.

I compiled the Appimage with the scripts in Gpg4win and it runs Kleopatra and works :-)

Nov 10 2021, 6:18 PM · AppImage, gnupg, Restricted Project, Feature Request
aheinecke added a comment to T5598: AppImage of gpg.

I compiled the Appimage with the scripts in Gpg4win and it runs Kleopatra and works :-)

Nov 10 2021, 12:31 PM · AppImage, gnupg, Restricted Project, Feature Request
gniibe added a comment to T5512: Implement service indicators.

I'll fix regressions: failures of pubkey and pkcs1v2.

Nov 10 2021, 2:09 AM · Feature Request, FIPS, libgcrypt

Nov 9 2021

werner closed T5680: Optional, larger key sizes for the Blowfish cipher as Wontfix.

Blowfish is not part of OpenPGP and according to its creator not the best cipher. Sorry to say no. You may nevertheless be interested in the recent discussion threads on PQC on the cryptography ML.

Nov 9 2021, 8:06 AM · Feature Request
gniibe added a comment to T5512: Implement service indicators.

Applied and pushed symmetric algo for basic.

Nov 9 2021, 7:37 AM · Feature Request, FIPS, libgcrypt
Heino created T5680: Optional, larger key sizes for the Blowfish cipher.
Nov 9 2021, 6:35 AM · Feature Request

Nov 8 2021

nsauter added a comment to T4513: dirmngr should try the configured keyservers anyway even if they are all dead.

Any news here? Is this issue going to be fixed or not? It's really annoying.

Nov 8 2021, 1:05 PM · Feature Request, Keyserver, dirmngr
ikloecker claimed T5638: Make Kleopatra group configuration exportable.
Nov 8 2021, 9:43 AM · Restricted Project, Feature Request, kleopatra
ikloecker changed the status of T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog from Open to Testing.
Nov 8 2021, 9:41 AM · Restricted Project, kleopatra, Feature Request
ikloecker renamed T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog from Kleopatra: Do not offer "invisible" options in GnuPG System configuration dialog to Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.
Nov 8 2021, 9:41 AM · Restricted Project, kleopatra, Feature Request
Jakuje added a comment to T5512: Implement service indicators.

Thank you for merging the important parts of the patches and implementing similar stuff for DSA. You are right that DSA is supported in the 140-3 specs so it is fine to keep it enabled with the keylength constraints.

Nov 8 2021, 9:02 AM · Feature Request, FIPS, libgcrypt
gniibe added a comment to T5512: Implement service indicators.

Applied parts except part 2.
The part 3 are modified version, so that memory can be released correctly.

Nov 8 2021, 6:58 AM · Feature Request, FIPS, libgcrypt

Nov 5 2021

Jakuje added a comment to T5512: Implement service indicators.

Implicit indicators mean that we need to go through the all algorithms and verify that they work if they have approved key sizes/parameters and do not work when they do not.

Nov 5 2021, 2:27 PM · Feature Request, FIPS, libgcrypt
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
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

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

Nov 3 2021

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

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

Nov 1 2021

bluca created T5674: Place dirmngr.service and gpg-agent.service in session.slice.
Nov 1 2021, 1:19 AM · Feature Request