|
Bugzilla – Full Text Bug Listing |
| Summary: | yubikey 5 needs to disable CCID support again in 15.6 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Marcus Rückert <mrueckert> |
| Component: | Other | Assignee: | Pedro Monreal Gonzalez <pmonrealgonzalez> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ro |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Marcus Rückert
2024-06-06 12:29:37 UTC
update from 15.5 to 15.6 updates gpg2 from 2.2 to 2.4 and in
man scdaemon
you can find
--disable-ccid
The integrated CCID driver for CCID compliant devices can be available when libusb was detected at build time, and it is used to ac-
cess the smartcard reader. If access via PC/SC driver is needed, please configure this option to disable CCID driver support (if
any). In GnuPG 2.2, there was a fallback mechanism from CCID driver to PC/SC driver. The fallback mechanism worked, because scdaemon
in GnuPG 2.2 only supported a single token/reader. To support of multiple tokens/readers at the same time, fallback mechanism was re-
moved.
and as I was relying on the fallback, things broke now.
this might be worth mentioning in the releasenotes. |